mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-25 07:02:05 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -9,12 +9,12 @@
|
|||
<div name="button_box" position="inside">
|
||||
<button class="oe_stat_button" type="object" name="action_view_mrp_production"
|
||||
groups="mrp.group_mrp_user"
|
||||
icon="fa-wrench" attrs="{'invisible': [('production_count', '=', 0)]}">
|
||||
icon="fa-wrench" invisible="production_count == 0">
|
||||
<field string="Manufacturing Orders" name="production_count" widget="statinfo"/>
|
||||
</button>
|
||||
<button class="oe_stat_button" type="object" name="action_view_mrp_bom"
|
||||
groups="mrp.group_mrp_user"
|
||||
icon="fa-flask" attrs="{'invisible': [('bom_count', '=', 0)]}">
|
||||
icon="fa-flask" invisible="bom_count == 0">
|
||||
<field string="Bills of Materials" name="bom_count" widget="statinfo"/>
|
||||
</button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue