oca-ocb-l10n_europe/odoo-bringout-oca-ocb-l10n_pl/l10n_pl/models/res_partner.py
Ernad Husremovic 7721452493 19.0 vanilla
2026-03-09 09:31:28 +01:00

14 lines
433 B
Python

# coding: utf-8
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ResPartner(models.Model):
"""Inherited to add the information needed for the JPK"""
_inherit = 'res.partner'
l10n_pl_links_with_customer = fields.Boolean(
string='Links With Company',
help='TP: Existing connection or influence between the customer and the supplier'
)