mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[11.0][IMP] account_move_line_manufacture_info
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
||||||
<button name="%(action_mrp_account_moves)d" type="action" string="Account Moves"
|
<button name="%(action_mrp_account_moves)d" type="action" string="Account Moves"
|
||||||
class="oe_stat_button" icon="fa-list"
|
class="oe_stat_button" icon="fa-list" groups="account.group_account_user"
|
||||||
attrs="{'invisible': [('state', 'not in', ('progress', 'done'))]}"/>
|
attrs="{'invisible': [('state', 'not in', ('progress', 'done'))]}"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<field name="arch" type="xml">
|
<field name="arch" type="xml">
|
||||||
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
||||||
<button name="%(action_mrp_uo_account_moves)d" type="action" string="Account Moves"
|
<button name="%(action_mrp_uo_account_moves)d" type="action" string="Account Moves"
|
||||||
class="oe_stat_button" icon="fa-list"
|
class="oe_stat_button" icon="fa-list" groups="account.group_account_user"
|
||||||
attrs="{'invisible': [('state', 'not in', ('done'))]}"/>
|
attrs="{'invisible': [('state', 'not in', ('done'))]}"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</field>
|
</field>
|
||||||
|
|||||||
Reference in New Issue
Block a user