Administrator ERROR: could not serialize access due to concurrent In Odoo used ``REPEATABLE READ`` default transaction isolation. We can find it right in the code And you also need to understand that any connection actually always opens a transaction, it is also cal... Mar 29, 2024
Administrator Aiogram on Fastapi. Migrate from Aiohttp. Aiogram 3. The goal: to make aiogram work in the fastapi by changing the code as little as possible when migrating from aiohttp. Also leave all routes running. Bot init(small class for convenience) Add routers a... Mar 27, 2024
Administrator Apple Store React native app publish and build So first i publish list of all commands that i used for success start my react native ios app. I used XCODE 15.1 and IOS simmulator 17.2 brew install node # after this go to my github app folder cd io... Mar 3, 2024
Administrator React native aliases What problem are we solving? Мery often, when importing files into react native, we get long and inconvenient relative paths such as ../../../. In order to replace them with readable paths like @servi... Jan 27, 2024
Administrator Migrate code 16 to 17. Errors. ** Views. XML. [1] Attribute "attrs" deprecated. It look like <field name = "url" widget = "url" attrs = "{'invisible':[('type','=','binary')]}" /> to <field name = "url" widget... Jan 18, 2024
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... Jan 18, 2024
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... Jan 18, 2024
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... Jan 18, 2024
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... Jan 18, 2024
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, 2024
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 ): ... Jan 18, 2024
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... Jan 18, 2024