summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/purchase_pricelist.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-07-02 10:06:29 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-07-02 10:06:29 +0700
commita10024fec206f68791c87a5a4e56e4c6bce28f5c (patch)
tree627d0ca2443eecbcb44b1b4eeda98f94c9ea3496 /indoteknik_custom/views/purchase_pricelist.xml
parent51c19eca13239fe20ae592f8e9ee0d23f8904c5f (diff)
parentf9c5b3dffcd71bfa9dea74c946d7b4277db66bd6 (diff)
Merge branch 'production' into feature/add_voucher_pastihemat_productsolr
Diffstat (limited to 'indoteknik_custom/views/purchase_pricelist.xml')
-rwxr-xr-xindoteknik_custom/views/purchase_pricelist.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml
index 05a6930b..1ede6854 100755
--- a/indoteknik_custom/views/purchase_pricelist.xml
+++ b/indoteknik_custom/views/purchase_pricelist.xml
@@ -41,12 +41,12 @@
</group>
<group string="System">
<field name="system_price"/>
- <field name="taxes_system_id"/>
+ <field name="taxes_system_id" domain="[('type_tax_use','=','purchase')]"/>
<field name="system_last_update"/>
</group>
<group string="Human">
<field name="product_price"/>
- <field name="taxes_product_id"/>
+ <field name="taxes_product_id" domain="[('type_tax_use','=','purchase')]"/>
<field name="human_last_update"/>
</group>
</group>