summaryrefslogtreecommitdiff
path: root/fixco_custom/models/partner.py
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2024-05-31 10:34:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2024-05-31 10:34:58 +0700
commit7c8ce142f6072dc700c2eb90821ba213b957828d (patch)
tree9a5007663cfccc92c234470ef28608de4558e414 /fixco_custom/models/partner.py
parent507bcbe0482f33c6305549b554463ab6d45cdc17 (diff)
add ginee journal id
Diffstat (limited to 'fixco_custom/models/partner.py')
-rw-r--r--fixco_custom/models/partner.py1
1 files changed, 1 insertions, 0 deletions
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')