odoo/industry#1939
Created by Industry, Vallaeys Valentin (vava)
- label
- odoo-dev:saas-19.1-fix-models-vava
- head
- 42942d69c0ca67ee445a9d1aff014c6286df4000
- merged
- 3 weeks ago by Industry, Vallaeys Valentin (vava)
| odoo/industry | |
|---|---|
| saas-19.1 | #1939 |
[FIX] *: assigning correct model object
In several cases, there is a mismatch between compared/assigned record models, leading to erroneous behaviour. This commit ensures assignation and domain criterion is correct at the model level.
Furthermore, for HVAC, the wizard is adapted to use product.product, instead of product.template.
backport of #1844