diff options
Diffstat (limited to 'fixco_custom/models')
| -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') |
