Odoo insider: Tech & Dev Live Q&A session
Odoo insider: Tech & Dev Live Q&A session
www.linkedin.com
Hi everyone! Just to clarify: all questions are answered live during the session, and the answers can be found in the replay, not specifically in the chat That said, you might occasionally find helpful links or resources shared in the comments Happy watching, and keep Odooing it!
Sorry armin and other this is my last question 😅 I created new module in studio in odoo16 when i created i know this studio modules doesn’t save in backend (maybe i have mistake) in upgrade odoo to next version are we have any challenges? Because out area cant use odoo SA automatically upgrade system what we should do? Can we exported than import in new version?
We know about odoo technology is what. But odoo android and ios app is question for me is it developed with java for android and swift for ios?
I'm curious about how you, Armin, and Emanuele, set up your Odoo development environments. Are you using Windows, macOS, or Debian/Ubuntu as your operating system? I also noticed that the code editor in this talk is Visual Studio. Did you install Odoo locally on your laptop or computer? Are you using pgAdmin 4 to access the PostgreSQL database, and are there any other tools you use for development? A complete list of development tools would be great to share so we can understand what you both use.
in odoo dashboard any one like sales or accounting there is no space between value and currency symbol can customize and add that.
Michel Stroom - I'm with Emanuele; I switched to macOS. Steve Jobs announced the switch to Intel processors in 2005, and I bought my first Intel iMac in 2007. You could run both Windows and macOS on the same computer, which was the main reason I switched (I needed Windows because, back then, all our clients used Windows). For the Odoo server operating system, we use Debian rather than Ubuntu, as we prefer to stick with the original. To access the PostgreSQL database, we use the pgAdmin 4 web version. For editing code, we use the simple editor Atom. Odooers, please feel free to share your development environment.
Michel Stroom - Thank you for answering my question. I'm sorry to hear that the transformation document is unavailable. For those looking to upgrade Odoo and track changes between releases, I recommend using OpenUpgrade. It’s free to use and completely open-source, developed by OCA, the Odoo Community Association. Feel free to contact me if you need more information.
Reading the Odoo release notes, I noticed that the database tables and field names that have been changed, added, or deleted are not listed. Do you have a document or webpage that explains what has been changed and why, specifically by looking at the database in PostgreSQL?
Co-Founder & CTO @ DyBuG
2moHi I want to creata a Medical Clinic Management app, The first requirenment is that all docktors should not see all patient (partners). is there any way to functionally limit internal users access to the partners? is it good idea to create new module like “web” and limit access? it it good idea to write a record rule for each doctor? do you have any tips and guidline for a fork of “web”?