Add product_editable_sequence
This commit is contained in:
11
product_editable_sequence/models/product_template.py
Normal file
11
product_editable_sequence/models/product_template.py
Normal file
@@ -0,0 +1,11 @@
|
||||
# Copyright 2024 Akretion (https://www.akretion.com).
|
||||
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import _, api, fields, models
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = 'product.template'
|
||||
|
||||
sequence = fields.Integer(default=100)
|
||||
Reference in New Issue
Block a user