diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 15:23:55 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-01-22 15:23:55 +0700 |
| commit | 5b9451c11b369c74e287786612a5cd97fcd27c10 (patch) | |
| tree | 81d8398f5448797a6da40cd0eaf6c5920112bade /indoteknik_custom/views/purchase_pricelist.xml | |
| parent | 10c3e0308d8c71654e451b2f3b06083b7b1b7791 (diff) | |
| parent | 14545d90b2c35a61c1a269c48b480dc82a099510 (diff) | |
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
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 f4cd4e78..df379804 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -8,7 +8,10 @@ <field name="product_id"/> <field name="vendor_id"/> <field name="product_price"/> + <field name="taxes_product_id"/> <field name="system_price"/> + <field name="taxes_system_id"/> + <field name="include_price"/> <field name="human_last_update"/> <field name="system_last_update"/> <field name="count_trx_po"/> @@ -28,7 +31,10 @@ <field name="product_id"/> <field name="vendor_id" context="{'res_partner_search_mode': 'supplier'}"/> <field name="product_price"/> + <field name="taxes_product_id"/> <field name="system_price"/> + <field name="taxes_system_id"/> + <field name="include_price"/> <field name="human_last_update"/> <field name="system_last_update"/> <field name="count_trx_po"/> |
