Skip to content

Commit

Permalink
[FIX] purchase_request_ux: PR line write perm
Browse files Browse the repository at this point in the history
X-original-commit: 8efa465
  • Loading branch information
mav-adhoc committed May 7, 2024
1 parent fa65dda commit 07917fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion purchase_request_ux/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Purchase Request UX',
'version': "17.0.1.0.0",
'version': "17.0.1.1.0",
'category': 'Purchases',
'sequence': 14,
'summary': '',
Expand Down
2 changes: 1 addition & 1 deletion purchase_request_ux/security/purchase_request.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<field name="model_id" ref="purchase_request.model_purchase_request_line" />
<field name="groups" eval="[(6,0, [ref('purchase_request_ux.group_purchase_request_user_extended')])]" />
<field name="perm_read" eval="True" />
<field name="perm_write" eval="False" />
<field name="perm_write" eval="True" />
<field name="perm_create" eval="False" />
<field name="perm_unlink" eval="False" />
</record>
Expand Down

0 comments on commit 07917fc

Please sign in to comment.