Initialize v18 branch
Rename *_usability modules to *_usability_akretion
This commit is contained in:
12
purchase_usability_akretion/models/product_template.py
Normal file
12
purchase_usability_akretion/models/product_template.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# Copyright 2016-2022 Akretion France
|
||||
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class ProductTemplate(models.Model):
|
||||
_inherit = 'product.template'
|
||||
|
||||
purchase_method = fields.Selection(tracking=True)
|
||||
purchase_line_warn = fields.Selection(tracking=True)
|
||||
Reference in New Issue
Block a user