[IMP] core: SQLObject replaces _sql_constraints

task-3390431

closes odoo/documentation#11071

Related: odoo/odoo#175783
Related: odoo/enterprise#68589
Signed-off-by: Krzysztof Magusiak (krma) <krma@odoo.com>
This commit is contained in:
Krzysztof Magusiak
2024-09-23 14:41:41 +00:00
parent 381ae7793b
commit 6395455f0b
6 changed files with 43 additions and 18 deletions

View File

@@ -7,6 +7,7 @@ Changelog
Odoo Online version 18.1
========================
- Declare constraints and indexes as model attributes with `#175783 <https://github.com/odoo/odoo/pull/175783>`_.
- The `json` controllers have been renamed to `jsonrpc`. They are called the same, only the
`type` in the python files changed. See `#183636 <https://github.com/odoo/odoo/pull/183636>`_.