diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-30 09:07:26 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-30 09:07:26 +0700 |
| commit | 526d8b4386454cac31994001cc2f64bbe2e8f794 (patch) | |
| tree | 0036dd338ea3881cbc8adcee74d5315d21cc9947 /fixco_custom/models/partner.py | |
| parent | 4414569b59fc91b7f4286748852b77e986697326 (diff) | |
add api insert data to sales order
Diffstat (limited to 'fixco_custom/models/partner.py')
| -rw-r--r-- | fixco_custom/models/partner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index 4f66b2b..b22ab31 100644 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -4,4 +4,4 @@ from odoo import models, fields, api class Partner(models.Model): _inherit = 'res.partner' - test_new_fields = fields.Char(string='Test New Fields') + ginee_shop_id = fields.Char(string='Ginee Shop ID') |
