[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:
Alexis de Lattre
2024-12-30 12:47:30 +01:00
parent b9d313fa8c
commit 8e5d3b8a74
9 changed files with 30 additions and 29 deletions

View File

@@ -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")