mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[MIG] mrp_progress_button: Migration to 14.0
This commit is contained in:
committed by
AaronHForgeFlow
parent
0dd628175c
commit
08623a9e4d
@@ -4,13 +4,12 @@
|
||||
|
||||
from datetime import datetime
|
||||
|
||||
from odoo import api, models
|
||||
from odoo import models
|
||||
|
||||
|
||||
class MrpProduction(models.Model):
|
||||
_inherit = "mrp.production"
|
||||
|
||||
@api.multi
|
||||
def action_progress(self):
|
||||
self.write(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user