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 authored and ps-tubtim committed May 28, 2022
1 parent 3868b54 commit 7b2a592
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 7b2a592

Please sign in to comment.