diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-03-24 15:48:24 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-03-24 15:48:24 +0700 |
| commit | a9fd6502729bbd337c0ba762d2cc88fcd8f60900 (patch) | |
| tree | 21cf933c6d1c4a810a10bbc34a3f58eaf950335e /indoteknik_custom | |
| parent | 3aa64db9c10d0fcb8009e9e6f942672a12669099 (diff) | |
rest api for website pricelist
Diffstat (limited to 'indoteknik_custom')
| -rw-r--r-- | indoteknik_custom/models/res_partner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/res_partner.py b/indoteknik_custom/models/res_partner.py index 1cdf7c72..ad88957f 100644 --- a/indoteknik_custom/models/res_partner.py +++ b/indoteknik_custom/models/res_partner.py @@ -6,3 +6,4 @@ class ResPartner(models.Model): reference_number = fields.Char(string="Reference Number") company_type_id = fields.Many2one('res.partner.company_type', string='Company Type') + custom_pricelist_id = fields.Many2one('product.pricelist', string='Price Matrix') |
