We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a1e017 commit f07d426Copy full SHA for f07d426
sale_mrp_link/__manifest__.py
@@ -5,7 +5,7 @@
5
{
6
"name": "Sale MRP Link",
7
"summary": "Show manufacturing orders generated from sales order",
8
- "version": "12.0.1.0.1",
+ "version": "16.0.1.0.0",
9
"development_status": "Production/Stable",
10
"category": "Sales Management",
11
"website": "https://github.com/OCA/sale-workflow",
sale_mrp_link/models/sale_order.py
@@ -15,7 +15,6 @@ def _compute_production_count(self):
15
for sale in self:
16
sale.production_count = len(sale.production_ids)
17
18
- @api.multi
19
def action_view_production(self):
20
action = self.env.ref("mrp.mrp_production_action").read()[0]
21
if self.production_count > 1:
0 commit comments