Skip to content

Commit f07d426

Browse files
committed
[MIG] sale_mrp_link: Migration to 16.0 (from 12.0)
1 parent 1a1e017 commit f07d426

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sale_mrp_link/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{
66
"name": "Sale MRP Link",
77
"summary": "Show manufacturing orders generated from sales order",
8-
"version": "12.0.1.0.1",
8+
"version": "16.0.1.0.0",
99
"development_status": "Production/Stable",
1010
"category": "Sales Management",
1111
"website": "https://github.com/OCA/sale-workflow",

sale_mrp_link/models/sale_order.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def _compute_production_count(self):
1515
for sale in self:
1616
sale.production_count = len(sale.production_ids)
1717

18-
@api.multi
1918
def action_view_production(self):
2019
action = self.env.ref("mrp.mrp_production_action").read()[0]
2120
if self.production_count > 1:

0 commit comments

Comments
 (0)