demo files
This commit is contained in:
parent
6381a2d985
commit
a483925005
10 changed files with 1391 additions and 24 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue