Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhao committed Oct 16, 2023
1 parent f4d5c3d commit d4b2719
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wms_connector/security/wms_product_sync.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<!-- TODO review and adapt -->
<field name="group_id" ref="base.group_user"/>
<field name="perm_read" eval="1"/>
<field name="perm_create" eval="0"/>
<field name="perm_write" eval="0"/>
<field name="perm_unlink" eval="0"/>
<field name="perm_create" eval="1"/>
<field name="perm_write" eval="1"/>
<field name="perm_unlink" eval="1"/>
</record>

</odoo>

0 comments on commit d4b2719

Please sign in to comment.