Open evatobe opened 3 months ago
When a modul inherits other models using _inherits, like product.product inherits from product.template, the parent fields are not available on the child model.
Seems like it's not taking into account when both _inherit and _inherits are present on a class.
_inherit
_inherits
When a modul inherits other models using _inherits, like product.product inherits from product.template, the parent fields are not available on the child model.