Skip to content
Snippets Groups Projects
Commit e9aa5fdd authored by Jeremy Kersten's avatar Jeremy Kersten
Browse files

[FIX] base: fix domain of serialization_field_id in ir model field view

During refactoring of the field view, parent.model has been replaced by
model_id since it is more elegant. (odoo/odoo@4a60a3)

That was correct when you was working directly from the ir.model.field.
But if you was comming from ir.model -> fields -> 'add an item', the
model_id is unknow in the context of pyeval.

This commit close #12455
parent 8284c738
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment