From 7c8ce142f6072dc700c2eb90821ba213b957828d Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 31 May 2024 10:34:58 +0700 Subject: add ginee journal id --- fixco_custom/models/partner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'fixco_custom/models') diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index b22ab31..510cf4d 100644 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -5,3 +5,4 @@ class Partner(models.Model): _inherit = 'res.partner' ginee_shop_id = fields.Char(string='Ginee Shop ID') + ginee_journal_id = fields.Many2one('account.journal', string='Ginee Journal ID') -- cgit v1.2.3