Files
stock-logistics-warehouse/stock_available_immediately/__openerp__.py
2016-02-10 11:42:16 +05:30

14 lines
435 B
Python

# -*- coding: utf-8 -*-
# © 2014 Camptocamp, Akretion, Numérigraphe, Sodexis
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Ignore planned receptions in quantity available to promise",
"version": "9.0.1.0.0",
"depends": ["stock_available"],
"author": "Camptocamp,Sodexis,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Hidden",
'installable': True
}