[11.0][MIG] mrp_auto_assign

This commit is contained in:
Lois Rilo
2018-05-02 11:26:45 +02:00
committed by JordiMForgeFlow
parent 6e8ffdd0f6
commit ae98d6dda9
8 changed files with 5 additions and 22 deletions

View File

@@ -1,11 +1,8 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2017 Akretion (http://www.akretion.com). All Rights Reserved
# @author Florian DA COSTA <florian.dacosta@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, models
import logging
_logger = logging.getLogger(__name__)
class MrpProduction(models.Model):