Skip to content

Commit

Permalink
Merge PR #705 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by lreficent
  • Loading branch information
OCA-git-bot committed Oct 18, 2019
2 parents 93c0e9c + 7d43aa0 commit bb52818
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions stock_request/security/stock_request_security.xml
Expand Up @@ -62,16 +62,6 @@
<field name="perm_unlink" eval="True"/>
<field name="domain_force">[('requested_by','=',user.id)]</field>
</record>

<record id="stock_request_user_inventory_user_rule" model="ir.rule">
<field name="name">Stock Request User Inventory User</field>
<field name="model_id" ref="model_stock_request"/>
<field name="groups" eval="[(6,0, [ref('stock.group_stock_user')])]"/>
<field name="perm_read" eval="True"/>
<field name="perm_write" eval="True"/>
<field name="perm_create" eval="False"/>
<field name="perm_unlink" eval="False"/>
</record>

<record id="stock_request_manager_rule" model="ir.rule">
<field name="name">Stock Request Manager</field>
Expand Down

0 comments on commit bb52818

Please sign in to comment.