Skip to content

Commit

Permalink
Merge pull request #330 from Vauxoo/15.0
Browse files Browse the repository at this point in the history
Syncing from upstream Vauxoo/addons-vauxoo (15.0)
  • Loading branch information
bt-admin authored Jun 7, 2024
2 parents 9048f23 + d75fc95 commit ad791c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions stock_manual_transfer/security/res_groups.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

<record id="group_stock_manual_transfer" model="res.groups">
<field name="name">Can make manual transfers</field>
<field name="users" eval="[Command.link(ref('base.user_root')), Command.link(ref('base.user_admin'))]" />
</record>

</odoo>
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<sheet>
<group>
<h1>
<field name="name" force_save="1" />
<field name="name" readonly="1" />
</h1>
</group>
<group col="4">
Expand Down

0 comments on commit ad791c1

Please sign in to comment.