Skip to content

Commit

Permalink
[Fix] fix review point
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Tran committed Nov 12, 2024
1 parent 4b051ba commit 82ef8bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions product_harmonized_system/views/hs_code.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
<field name="name">Product Categories</field>
<field name="res_model">product.category</field>
<field name="view_mode">list,form</field>
<field name="domain">[('hs_code_id', '=', active_id)]</field>
<field name="domain">[('hs_code_id', '=', id)]</field>
</record>
<record id="product_template_hs_code_action" model="ir.actions.act_window">
<field name="name">Products</field>
<field name="res_model">product.template</field>
<field name="view_mode">kanban,list,form</field>
<field name="domain">[('hs_code_id', '=', active_id)]</field>
<field name="domain">[('hs_code_id', '=', id)]</field>
</record>
<!-- Form view for H.S. code -->
<record id="hs_code_view_form" model="ir.ui.view">
Expand Down

0 comments on commit 82ef8bf

Please sign in to comment.