[IMP] mrp_usability: improve smart button from products to BoMs
This commit is contained in:
11
mrp_usability/models/mrp.py
Normal file
11
mrp_usability/models/mrp.py
Normal 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'
|
||||
Reference in New Issue
Block a user