FYI, OWL2's rendering engine "blockdom" is the fastest virtual DOM ever developed. See the benchmark: https://t.co/Dmag9CFozj
Well done @GDebongnie! Odoo 16 is going to be blazing fast...
#Postgres#tip of the year #2022:
If your field name has Upper/Camel Cases, you cannot access it by the query.
You'll have to double-quote the field(s) in query.
Ex:
select mYField from sale_order # won't work
select "mYField" from sale_order # will work
#OdooERP@ERPHarborCS
Defining assets is being changed in #Odoov15.
Now, assets need to be defined in a manifest file inside the "assets" section:
Check Documentation:
https://t.co/RV1g9k9o0P
#OdooExperience#odoo@ERPHarborCS
One of the best things we get in #Odoo V15? Being able to use QWeb in email templates instead of Jinja. So much easier/cleaner to use 🥳 First Jinja > QWeb done in https://t.co/cWH1QSznxP
For #Odoo V15 we have completely revamped the inventory adjustments. 👀
+ New filters to detect negative stocks and duplicated serial numbers.
+ Schedule cycle counts on locations.
Client: How long will this take you to build?
Developer: Maybe 35-40 hours
Client: That’s not going to work. Can you do it in 20?
Developer: Can YOU do it in 20?
Client:
Developer:
Client: 35-40 hours it is.
TIP: Hide nginx version from response header.
Search for "server_tokens" in nginx.conf file and remove the comment. If it does not exist, just add following line:
server_tokens off;
@ERPHarborCS#Odoo#nginx#ERPHarbor
Tip: #Odoo is working on a big change in the cold loading of main menus. This should reduce loading speeds of menus with ~40%. Will land in V13! See https://t.co/Vyj6MD1IIN