[MIG] purchase_stock_usability_akretion to v18
incoterm_id is a field of purchase module, not purchase_stock ; so move the inherit of this field from purchase_stock_usability_akretion to purchase_usability_akretion
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Akretion France (http://www.akretion.com)
|
||||
# Copyright 2023-2024 Akretion France (https://www.akretion.com)
|
||||
# @author Alexis de Lattre <alexis.delattre@akretion.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
@@ -8,7 +8,7 @@ from odoo import fields, models
|
||||
class StockMove(models.Model):
|
||||
_inherit = 'stock.move'
|
||||
|
||||
# for optional display in tree view
|
||||
# for optional display in list view
|
||||
product_supplier_code = fields.Char(
|
||||
compute='_compute_product_supplier_code', string="Vendor Product Code")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user