diff options
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/sale_monitoring.xml | 5 | ||||
| -rwxr-xr-x | indoteknik_custom/views/sale_monitoring_detail.xml | 5 | ||||
| -rwxr-xr-x | indoteknik_custom/views/stock_vendor.xml | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/indoteknik_custom/views/sale_monitoring.xml b/indoteknik_custom/views/sale_monitoring.xml index 025e5d26..b3b186e9 100755 --- a/indoteknik_custom/views/sale_monitoring.xml +++ b/indoteknik_custom/views/sale_monitoring.xml @@ -4,7 +4,10 @@ <field name="name">sale.monitoring.tree</field> <field name="model">sale.monitoring</field> <field name="arch" type="xml"> - <tree create="false"> + <tree create="false" multi_edit="1"> + <header> + <button name="action_refresh" string="Refresh" class="oe_highlight" type="object" /> + </header> <field name="date_order"/> <field name="sale_order_id"/> <field name="partner_id"/> diff --git a/indoteknik_custom/views/sale_monitoring_detail.xml b/indoteknik_custom/views/sale_monitoring_detail.xml index 9e4734d3..d22f0a13 100755 --- a/indoteknik_custom/views/sale_monitoring_detail.xml +++ b/indoteknik_custom/views/sale_monitoring_detail.xml @@ -4,7 +4,10 @@ <field name="name">sale.monitoring.detail.tree</field> <field name="model">sale.monitoring.detail</field> <field name="arch" type="xml"> - <tree create="false"> + <tree create="false" multi_edit="1"> + <header> + <button name="action_refresh" string="Refresh" class="oe_highlight" type="object" /> + </header> <field name="date_order"/> <field name="sale_order_id"/> <field name="partner_id"/> diff --git a/indoteknik_custom/views/stock_vendor.xml b/indoteknik_custom/views/stock_vendor.xml index ebf63a6a..35931750 100755 --- a/indoteknik_custom/views/stock_vendor.xml +++ b/indoteknik_custom/views/stock_vendor.xml @@ -18,6 +18,7 @@ <tree> <field name="quantity" widget="badge" decoration-primary="True"/> <field name="product_variant_id"/> + <field name="cache_reset_status"/> <field name="__last_update"/> </tree> </field> @@ -33,6 +34,7 @@ <group> <field name="product_variant_id"/> <field name="quantity" widget="badge" decoration-primary="True"/> + <field name="cache_reset_status"/> <field name="__last_update"/> </group> <group></group> |
