mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Merge pull request #341 from Eficent/11.0-imp-account_move_line_manufacture_info
[11.0][IMP] account_move_line_manufacture_info
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
||||
<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'))]}"/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//div[hasclass('oe_button_box')]" position="inside">
|
||||
<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'))]}"/>
|
||||
</xpath>
|
||||
</field>
|
||||
|
||||
Reference in New Issue
Block a user