diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-10 13:40:58 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-11-10 13:40:58 +0700 |
| commit | 2aee5a44abbe36961dfe23cc3d656aa48e11e0f9 (patch) | |
| tree | 8ec2b6552aaef4e14539aa52ed796552e24180d6 /indoteknik_custom/views/purchase_pricelist.xml | |
| parent | 6a87e59e7220bdfa78e98b23003ccc4ef41bd0ce (diff) | |
| parent | b4e74170aeaf00937f78e5af9047218ddb17516c (diff) | |
Merge branch 'production' into change/feature/promotion-program
Diffstat (limited to 'indoteknik_custom/views/purchase_pricelist.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index f9fd52ba..f4cd4e78 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -11,6 +11,8 @@ <field name="system_price"/> <field name="human_last_update"/> <field name="system_last_update"/> + <field name="count_trx_po"/> + <field name="count_trx_po_vendor"/> </tree> </field> </record> @@ -27,6 +29,10 @@ <field name="vendor_id" context="{'res_partner_search_mode': 'supplier'}"/> <field name="product_price"/> <field name="system_price"/> + <field name="human_last_update"/> + <field name="system_last_update"/> + <field name="count_trx_po"/> + <field name="count_trx_po_vendor"/> </group> </group> </sheet> |
