demo files

This commit is contained in:
snt 2026-02-27 13:43:56 +01:00
parent 6381a2d985
commit a483925005
10 changed files with 1391 additions and 24 deletions

View file

@ -1,12 +1,10 @@
# Copyright 2025 Criptomart
# Copyright 2025 - Today Criptomart
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl)
from odoo import api
from odoo import fields
from odoo import models
# Note: translation function _ is not used in this module (removed to satisfy flake8)
class ProductProduct(models.Model):
_inherit = "product.product"