Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
9
maintenance_product/models/product_template.py
Normal file
9
maintenance_product/models/product_template.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# Copyright 2022 Tecnativa - Víctor Martínez
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = "product.template"
|
||||
|
||||
maintenance_ok = fields.Boolean(string="Can be Maintenance")
|
||||
Reference in New Issue
Block a user