diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-23 09:56:11 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2026-02-23 09:56:11 +0700 |
| commit | a74cf187f1e25edc18b7718c53af9f74554cfed8 (patch) | |
| tree | b5ec5cd2fd68a7dea6f0026ea869063f670f53f4 /fixco_custom/views/stock_inventory.xml | |
| parent | 8bba994b80718a078ec24ade3b1cdf03eac8c0ff (diff) | |
| parent | 233662316ed9b108271f5f4aacb1fcc0b05be63a (diff) | |
Merge branch 'main' of bitbucket.org:altafixco/fixco-addons
pull
Diffstat (limited to 'fixco_custom/views/stock_inventory.xml')
| -rw-r--r-- | fixco_custom/views/stock_inventory.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fixco_custom/views/stock_inventory.xml b/fixco_custom/views/stock_inventory.xml index 89c058e..a343db3 100644 --- a/fixco_custom/views/stock_inventory.xml +++ b/fixco_custom/views/stock_inventory.xml @@ -6,10 +6,6 @@ <field name="model">stock.inventory</field> <field name="inherit_id" ref="stock.view_inventory_form"/> <field name="arch" type="xml"> - <header> - <button name="action_approve" string="Approve" type="object" - class="btn-primary" attrs="{'invisible': [('adjusment_type', 'not in', ['out'])]}"/> - </header> <xpath expr="//field[@name='location_ids']" position="after"> <field name="number" readonly="1"/> <field name="adjusment_type" /> |
