Skip to content

Commit

Permalink
[MIG] repair_full_editable: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Nov 19, 2024
1 parent 569317b commit 4db0251
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion repair_full_editable/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "Repair Order Fully Editable",
"version": "12.0.1.0.0",
"version": "14.0.1.0.0",
"author": "OdooMRP team",
"license": "AGPL-3",
"website": "https://github.com/avanzosc/mrp-repair-addons",
Expand Down
1 change: 0 additions & 1 deletion repair_full_editable/models/repair_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ class RepairOrder(models.Model):
fees_lines = fields.One2many(readonly=False)
operations = fields.One2many(readonly=False)

@api.multi
@api.onchange("product_id")
def onchange_product_id(self):
super(RepairOrder, self).onchange_product_id()
Expand Down

0 comments on commit 4db0251

Please sign in to comment.