diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-14 08:47:53 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-14 08:47:53 +0700 |
| commit | 1c0e5304620246d7cebd2c73278fabe9aeadd291 (patch) | |
| tree | 4bfd65c5c8b3621fa055e0a8477ac4afd18b6bad /indoteknik_custom/models/res_partner.py | |
| parent | 2503da29cac8381306590fe43b91483a1b1b53c0 (diff) | |
| parent | ae89c43f6efa66ac7e332e62ce6cc6817f75c16d (diff) | |
Merge branch 'odoo-backup' of https://bitbucket.org/altafixco/indoteknik-addons into odoo-backup
merge
Diffstat (limited to 'indoteknik_custom/models/res_partner.py')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 3 |
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") |
