# -*- coding: utf-8 -*- # Copyright 2026 Nexa Systems Inc. # License OPL-1 from odoo import fields, models class ResPartner(models.Model): _inherit = "res.partner" x_fc_stripe_customer_id = fields.Char( index=True, copy=False, help="Existing Stripe customer id imported from a source app, reused at flip.")