fixup! [12.0][ADD] mrp_workorder_sequence

This commit is contained in:
Lois Rilo
2019-10-17 14:54:17 +02:00
committed by Christopher Ormaza
parent f1d54dc698
commit 637e87a99a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import api, fields, models
from odoo import api, models
class MrpProduction(models.Model):

View File

@@ -1,7 +1,7 @@
# Copyright 2019 Eficent Business and IT Consulting Services S.L.
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
from odoo import api, fields, models
from odoo import fields, models
class MrpWorkOrder(models.Model):