Tools for Odoo Administrators to improve some technical features on Odoo.
 
 
 
 
Go to file
SilvioC2C 448cfe42a0 FIX: auditlog consistency with Many2one fields
Odoo allows creating or updating records with values like ``{"many2one_field_id": empty.recordset()}``,
but this crashes when using ``deepcopy``, which fails in recreating the ``api.Environment`` object
attached to the recordset.
This commit should fix the issue by updating the values before passing them to ``deepcopy``.
2023-11-14 15:19:45 +01:00
.github/workflows Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
auditlog FIX: auditlog consistency with Many2one fields 2023-11-14 15:19:45 +01:00
.copier-answers.yml Update dotfiles 2023-11-12 14:06:49 +01:00
.editorconfig Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.eslintrc.yml Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.gitignore Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.pre-commit-config.yaml Update dotfiles 2023-11-12 14:06:49 +01:00
.prettierrc.yml Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.pylintrc Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.pylintrc-mandatory Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
.ruff.toml Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
LICENSE Initialize 17.0 branch 2023-11-07 15:20:07 +01:00
README.md Update dotfiles 2023-11-12 14:06:49 +01:00

README.md

Runboat Pre-commit Status Build Status codecov Translation Status

Server Tools

TODO: add repo description.

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.

Licenses

This repository is licensed under AGPL-3.0.

However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA) policy. Consult each module's __manifest__.py file, which contains a license key that explains its license.


OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.