Files
manufacture/mrp_production_putaway_strategy/__openerp__.py
Jordi Ballester Alomar 386940d389 [9.0][ADD] mrp_production_putaway_strategy (#215)
* [9.0][ADD] mrp_production_putaway_strategy

* small fix

* fixes

* [FIX] travis and readme.

* [FIX] adapt tests to new logic
2017-08-28 14:20:29 +02:00

18 lines
565 B
Python

# -*- coding: utf-8 -*-
# © 2017 Eficent Business and IT Consulting Services S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "MRP Production Putaway Strategy",
"summary": "Applies putaway strategies to manufacturing orders for "
"finished products.",
"version": "9.0.1.0.0",
"author": "Eficent, "
"Odoo Community Association (OCA)",
"website": "http://www.eficent.com",
"category": "Manufacture",
"depends": ["mrp"],
"license": "AGPL-3",
"installable": True,
}