summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/res_partner.py
diff options
context:
space:
mode:
authorFIN-IT_AndriFP <it@fixcomart.co.id>2025-11-13 17:06:48 +0700
committerFIN-IT_AndriFP <it@fixcomart.co.id>2025-11-13 17:06:48 +0700
commitae89c43f6efa66ac7e332e62ce6cc6817f75c16d (patch)
tree91f481cfb81c3001ba0b9a1d38aca358041bbc12 /indoteknik_custom/models/res_partner.py
parent39c95b7097f188350d71414c72f6abe7a711cf18 (diff)
(andri) add invoice payment widget di tree inv, unlock COA reimburse, and add tracking edit pricelist contact
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
-rw-r--r--indoteknik_custom/models/res_partner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py
index f80bbcb6..7f4feb75 100644
--- a/indoteknik_custom/models/res_partner.py
+++ b/indoteknik_custom/models/res_partner.py
@@ -200,6 +200,9 @@ class ResPartner(models.Model):
string='Previous Payment Term'
)
+ property_product_pricelist = fields.Many2one(
+ tracking=True
+ )
@api.depends("street", "street2", "city", "state_id", "country_id", "blok", "nomor", "rt", "rw", "kelurahan_id",
"kecamatan_id")