minor fix

This commit is contained in:
santiago mendez 2022-03-05 08:40:22 -05:00
parent 9ab01c42bc
commit 74a4752916
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ this repository contains the full copyright notices and license terms. -->
<menuitem parent="product.menu_main_product" sequence="1"
action="act_position_tree" id="menu_position_tree"/>
<record model="ir.model.access" id="access_product_position">
<!-- <record model="ir.model.access" id="access_product_position">
<field name="model" search="[('model', '=', 'product.position')]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="False"/>
@ -50,7 +50,7 @@ this repository contains the full copyright notices and license terms. -->
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="True"/>
<field name="perm_delete" eval="True"/>
</record>
</record> -->
<record model="ir.ui.view" id="position_template_view_tree">
<field name="model">product_template.position</field>