diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-19 11:59:23 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-19 11:59:23 +0700 |
| commit | 74e22ea21d16389937fe8d571a475218fda7ffa5 (patch) | |
| tree | 1bdbfda91eb5ff75647c598d11900fa716946fc5 /indoteknik_custom/views | |
| parent | 064a4c0462e68edf89eadee6b5bc7c6508fe30eb (diff) | |
add cache reset stock vendor
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/stock_vendor.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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> |
