Odoo18-Base/addons/sale_gelato/models/product_product.py
2025-03-04 12:23:19 +07:00

10 lines
259 B
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models
class ProductProduct(models.Model):
_inherit = 'product.product'
gelato_product_uid = fields.Char(name="Gelato Product UID", readonly=True)