# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResPartner(models.Model):
_inherit = 'res.partner'
invoice_edi_format = fields.Selection(selection_add=[('tw_ecpay', "ECPay")])