summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-06-25 09:09:34 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-06-25 09:09:34 +0700
commitac01fa257abf2f12588d240689c42f0d12da644f (patch)
tree5014114abc523d13a944e2ecdd0929d469f9e08c /indoteknik_custom/views
parent6e256f5d35f48f75804829ddef08288905c33c68 (diff)
trying to fix ppn keluar on bill
Diffstat (limited to 'indoteknik_custom/views')
-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>