summaryrefslogtreecommitdiff
path: root/fixco_custom/models/partner.py
blob: 510cf4d96f9e3a107df385167e8930dc2e480bdc (plain)
1
2
3
4
5
6
7
8
from odoo import models, fields, api


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')