Skip to content

Commit

Permalink
asset can access for group invoicing
Browse files Browse the repository at this point in the history
  • Loading branch information
newtratip committed Nov 22, 2021
1 parent c18c73a commit 018292a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions account_asset_stock_move/views/stock.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<field name="name">stock.picking.form</field>
<field name="model">stock.picking</field>
<field name="inherit_id" ref="stock.view_picking_form" />
<field name="groups_id" eval="[(4, ref('account.group_account_invoice'))]" />
<field name="arch" type="xml">
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
<button
Expand Down

0 comments on commit 018292a

Please sign in to comment.