Administrator Odoo 14 and python 3.10.9 Why python 3.10.9 [1] How migrate to 3.10.9 [2] Why python 3.10.9** 3.11.3 not started(( My odoo community 14 instance worked on python 3.7.7 and there were no problems, but as we know python is imp... May 20, 2023 0 103
Administrator React typescript datetime pickers Beauty MUI component [1] Beauty MUI component** Why we should install 3 libs instead 1? I have a task to use datatime picker in react admin typescript, or just in typescript. And it was a big surpr... Nov 21, 2022 0 563
Administrator Difference mail.template ir.action.report ir.ui.view and compose **Building a hierarchy** A simple diagram in order not to get confused. In short, at the lowest level odoo operates ir.ui.view it can be both standard list,form and qweb. Next is the report, it uses s... May 18, 2022 0 753
Administrator Sale order line product tax default multi companies **1.Add taxes to customer taxes field. ** Set one tax per company. If i use 3 companies in Odoo, the set 3 taxes as on screensho **2.Check result** When you add product in sale order line. Tax wi... Feb 1, 2022 0 819
Administrator Odoo migration from 11 EE to 14 CE In this article, I tell you how to use standard export and import and a few small scripts to migrate a database from incompatible versions of odoo without using open upgrade. ATTENTION!!! In the proce... Jan 18, 2022 0 1422
Administrator Odoo speedup website with minify Minify js [1] Result [2] None [3] Minify js** Default behavior by default, odoo minifies files very poorly. Just removing spaces and one more little thing.With this function def rjsmin ( script ): ... Nov 13, 2021 0 1524
Administrator Windows restore db with psql Psql Window [1] Psql Window** Start psql windows C:\Program Files\Odoo\PostgreSQL\scripts\runpsql.bat Restore backup from pg_dump psql your_database> \i C:/Users/Artem/Downloads/tsl-09-06-2021_11_0... Nov 2, 2021 0 1011
Administrator Odoo files store and base64 encoding Odoo files store [1] Why base64 [2] Odoo files store** Default since odoo 11 may be 10 By default, starting from version 11 of the ode, all files are stored on the server's FILE SYSTEM. The databas... Nov 2, 2021 0 1362
Administrator Odoo windows services and rename folder NSSM [1] Rename odoo folder [2] NSSM** What is NSSM? Its program for windows for manager services Where its path? Usually C:\Program Files\Odoo\nssm\win64 Why we cant use windows regedit for edit s... Jul 27, 2021 0 1289
Administrator Accessing a field, model by group, rules and condition Theory (rules and csv) [1] Real task, case [2] None [3] Implementation in code [4] Theory (rules and csv) ** About rules Get from this [5] thanks to these guys for their work Record rules are co... Jul 4, 2021 0 1058
Administrator How to override js function in odoo14 owl? History before OWL [1] OWL override [2] OWL model data override [3] History before OWL** Extends We are all used to the fact that odoo js has two inheritance mechanisms extends and include. Extends a... Jun 15, 2021 0 2915
Administrator Odoo nginx.conf and odoo.conf Main info [1] Nginx.conf [2] Odoo.conf [3] postgresql.conf [4] Nginx [5] Odoo [6] Other speedup advice [7] Nginx** 1. Setup gzip and SSL certificate Gzip will reduce the size of the data transmi... May 27, 2021 0 2337