Skip to content

Commit

Permalink
Fix bug.
Browse files Browse the repository at this point in the history
Add the user Adminitrator tot the new group.
  • Loading branch information
bernatnan committed Nov 3, 2024
1 parent 20371d0 commit 546eec5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ this repository contains the full copyright notices and license terms. -->
<record model="res.group" id="group_invoice_draft">
<field name="name">Invoice to Draft</field>
</record>
<record model="res.user-res.group" id="user_admin_group_invoice_draft">
<field name="user" ref="res.user_admin"/>
<field name="group" ref="group_invoice_draft"/>
</record>

<record model="ir.model.button-res.group"
id="account_invoice.invoice_draft_button_group_account">
Expand Down

0 comments on commit 546eec5

Please sign in to comment.