Skip to content

Commit

Permalink
[FIX] product_state : EvalError: Can not evaluate python expression: …
Browse files Browse the repository at this point in the history
…([('product_state_id', '=', id)])
  • Loading branch information
remihb committed Nov 18, 2024
1 parent 21171af commit e1c90d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_state/views/product_template_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<field name="res_model">product.template</field>
<field name="view_mode">kanban,form,tree</field>
<field name="context">{}</field>
<field name="domain">[('product_state_id', '=', id)]</field>
<field name="domain">[('product_state_id', '=', active_id)]</field>
</record>
<record id="view_product_template_search_state" model="ir.ui.view">
<field name="name">product.template.search.state</field>
Expand Down

0 comments on commit e1c90d6

Please sign in to comment.