MIG delivery_usability to v14

This commit is contained in:
Alexis de Lattre
2021-08-25 21:57:43 +02:00
parent d1ae620079
commit 00339e44b6
5 changed files with 10 additions and 34 deletions

View File

@@ -0,0 +1,12 @@
# Copyright 2018-2021 Akretion (http://www.akretion.com)
# @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 StockPicking(models.Model):
_inherit = 'stock.picking'
carrier_id = fields.Many2one(tracking=True)
carrier_tracking_ref = fields.Char(tracking=True)