From acd06377bb5c4b375fadf3ad37a7ad5853ed79b3 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 30 May 2025 15:06:15 +0700 Subject: push --- fixco_custom/models/partner.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'fixco_custom/models/partner.py') diff --git a/fixco_custom/models/partner.py b/fixco_custom/models/partner.py index 510cf4d..52e89de 100755 --- a/fixco_custom/models/partner.py +++ b/fixco_custom/models/partner.py @@ -1,8 +1,12 @@ 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') + transaction_type = fields.Selection( + [('digunggung', 'Digunggung'), + ('difaktur', 'Faktur Pajak')], + string='Transaction Type' + ) \ No newline at end of file -- cgit v1.2.3