From 526d8b4386454cac31994001cc2f64bbe2e8f794 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 30 May 2024 09:07:26 +0700 Subject: add api insert data to sales order --- fixco_custom/models/partner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixco_custom/models') 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') -- cgit v1.2.3