mirror of
https://github.com/ForgeFlow/stock-rma.git
synced 2025-01-21 12:57:49 +02:00
[rma_account][imp] make features available to the billing user instead
of accountant
This commit is contained in:
committed by
AaronHForgeFlow
parent
5b48560974
commit
50c2289c5d
@@ -24,7 +24,7 @@
|
||||
<menuitem
|
||||
id="menu_rma_account"
|
||||
name="Accounting"
|
||||
groups="account.group_account_user"
|
||||
groups="account.group_account_invoice"
|
||||
sequence="32"
|
||||
parent="rma.menu_rma_root"
|
||||
/>
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
name="action_view_refunds"
|
||||
class="oe_stat_button"
|
||||
icon="fa-pencil-square-o"
|
||||
groups="account.group_account_user"
|
||||
groups="account.group_account_invoice"
|
||||
>
|
||||
<field name="refund_count" widget="statinfo" string="Refunds" />
|
||||
</button>
|
||||
|
||||
@@ -17,7 +17,10 @@
|
||||
<tree string="Invoice Lines">
|
||||
<field name="move_id" />
|
||||
<field name="name" />
|
||||
<field name="account_id" groups="account.group_account_user" />
|
||||
<field
|
||||
name="account_id"
|
||||
groups="account.group_account_invoice"
|
||||
/>
|
||||
<field name="quantity" />
|
||||
<field name="product_id" />
|
||||
<field name="product_uom_id" />
|
||||
@@ -62,7 +65,10 @@
|
||||
<tree string="Invoice Lines">
|
||||
<field name="move_id" />
|
||||
<field name="name" />
|
||||
<field name="account_id" groups="account.group_account_user" />
|
||||
<field
|
||||
name="account_id"
|
||||
groups="account.group_account_invoice"
|
||||
/>
|
||||
<field name="quantity" />
|
||||
<field name="product_id" />
|
||||
<field name="product_uom_id" />
|
||||
|
||||
Reference in New Issue
Block a user