Skip to content

[ADD] orm_forward_compatibility: Odoo 19+ ORM helpers backported to 18.0 - #3701

Draft
divad1196 wants to merge 1 commit into
OCA:18.0from
camptocamp:add_orm_forward_compatibility
Draft

[ADD] orm_forward_compatibility: Odoo 19+ ORM helpers backported to 18.0#3701
divad1196 wants to merge 1 commit into
OCA:18.0from
camptocamp:add_orm_forward_compatibility

Conversation

@divad1196

Copy link
Copy Markdown

Minimal Domain shim (delegates to odoo.osv.expression) plus the typed ir.config_parameter getters get_str/get_int/get_float/get_bool.

Purpose: cut the effort of backporting 19/20 modules to 18.0 by keeping their call sites 1-1 with upstream instead of rewriting them.

@OCA-git-bot OCA-git-bot added series:18.0 mod:orm_forward_compatibility Module orm_forward_compatibility labels Aug 14, 2026
@divad1196
divad1196 force-pushed the add_orm_forward_compatibility branch from 022dffe to 25fc8fe Compare August 14, 2026 13:29
Minimal `Domain` shim (delegates to odoo.osv.expression) plus the typed
`ir.config_parameter` getters get_str/get_int/get_float/get_bool.

Purpose: cut the effort of backporting 19/20 modules to 18.0 by keeping
their call sites 1-1 with upstream instead of rewriting them.
@divad1196
divad1196 force-pushed the add_orm_forward_compatibility branch from 25fc8fe to 61abc07 Compare August 14, 2026 13:36
@divad1196
divad1196 marked this pull request as draft August 14, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:orm_forward_compatibility Module orm_forward_compatibility series:18.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants