diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-25 09:09:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2024-06-25 09:09:34 +0700 |
| commit | ac01fa257abf2f12588d240689c42f0d12da644f (patch) | |
| tree | 5014114abc523d13a944e2ecdd0929d469f9e08c /indoteknik_custom/views | |
| parent | 6e256f5d35f48f75804829ddef08288905c33c68 (diff) | |
trying to fix ppn keluar on bill
Diffstat (limited to 'indoteknik_custom/views')
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 4 |
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> |
