summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/res_partner.xml
diff options
context:
space:
mode:
authorAzka Nathan <darizkyfaz@gmail.com>2024-04-05 09:30:33 +0700
committerAzka Nathan <darizkyfaz@gmail.com>2024-04-05 09:30:33 +0700
commit61e4da9eb978712ddcb4d12be7524c7512b6d906 (patch)
tree4c2d9366396a6f6da06bd11e294b3dd903d3097a /indoteknik_custom/views/res_partner.xml
parentd9ea0beef9ac7bc317151fa47f67b5776d6bb6cb (diff)
parentc5ae35bc79a54b2431965765473120ca9fd9cb70 (diff)
Merge branch 'production' of bitbucket.org:altafixco/indoteknik-addons into production
Diffstat (limited to 'indoteknik_custom/views/res_partner.xml')
-rw-r--r--indoteknik_custom/views/res_partner.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml
index 370fcf7b..e7b8517a 100644
--- a/indoteknik_custom/views/res_partner.xml
+++ b/indoteknik_custom/views/res_partner.xml
@@ -28,6 +28,7 @@
</group>
<field name="vat" position="after">
<field name="use_so_approval" attrs="{'invisible': [('parent_id', '!=', False), ('company_type', '!=', 'company')]}" />
+ <field name="use_only_ready_stock" attrs="{'invisible': [('parent_id', '!=', False), ('company_type', '!=', 'company')]}" />
<field name="web_role" attrs="{'invisible': ['|', ('parent_id', '=', False), ('company_type', '=', 'company')]}" />
</field>
</field>