[IMP] mrp_usability: improve smart button from products to BoMs

This commit is contained in:
clementmbr
2020-08-05 14:33:07 -03:00
parent 15ee1b2f59
commit c082baa340
9 changed files with 79 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
# © 2015-2016 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 models
class MrpProduction(models.Model):
_inherit = 'mrp.production'
_order = 'id desc'