Skip to content

Commit 5576dee

Browse files
committed
[IMP] developer/reference: update changelog
Updating with multiple recently added features. Mainly grouping functions and changes in domains. Part-of: #14105 Signed-off-by: Krzysztof Magusiak (krma) <[email protected]>
1 parent e6bef80 commit 5576dee

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

content/developer/reference/backend/orm/changelog.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,24 @@
44
Changelog
55
=========
66

7+
Odoo version 19.0
8+
=================
9+
10+
- Add support for ``GROUPING SETS`` for pivot views.
11+
See `#194413 <https://github.com/odoo/odoo/pull/194413>`_.
12+
- Adding support for dynamic dates in domains.
13+
See `#216665 <https://github.com/odoo/odoo/pull/216665>`_.
14+
- Deprecated `odoo.osv` in `#217708 <https://github.com/odoo/odoo/pull/217708>`_.
15+
- Deprecated `record._cr`, `record._context`, `record._uid` in `#193636 <https://github.com/odoo/odoo/pull/193636>`_.
16+
17+
718
Odoo Online version 18.4
819
========================
920

1021
- The `reinit` option is added to the CLI to reinitialize modules.
1122
See `#206408 <https://github.com/odoo/odoo/pull/206408>`_.
23+
- Possibility to write and combine custom domains for injecting arbitrary SQL.
24+
See `#205208 <https://github.com/odoo/odoo/pull/205208>`_.
1225

1326
Odoo Online version 18.3
1427
========================

0 commit comments

Comments
 (0)