5 lines
92 B
Python
5 lines
92 B
Python
from odoo import models
|
|
|
|
class MrpProduction(models.Model):
|
|
_inherit = 'mrp.production'
|