mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
Merge pull request #82 from ddico/submit_add_wo_on_aal
[IMP] mrp_production_real_cost - save WO on AAL
This commit is contained in:
@@ -12,6 +12,5 @@ class AccountAnalyticLine(models.Model):
|
||||
mrp_production_id = fields.Many2one(
|
||||
comodel_name='mrp.production', string='Manufacturing Order')
|
||||
workorder = fields.Many2one(
|
||||
comodel_name='mrp.production.workcenter.line', string='Work Order',
|
||||
related="task_id.workorder", store=True)
|
||||
comodel_name='mrp.production.workcenter.line', string='Work Order')
|
||||
task_id = fields.Many2one('project.task', 'Project Task')
|
||||
|
||||
Reference in New Issue
Block a user