This commit is contained in:
Laurent Mignon (Acsone)
2013-12-16 14:01:26 +01:00
parent a9b1321c71
commit 7b0a36644a

View File

@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# Author: Guewen Baconnier
# Copyright 2010-2012 Camptocamp SA
@@ -18,24 +18,24 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
#
{
"name" : "Immediately Usable Stock Quantity",
"version" : "1.0",
"depends" : ["product", "stock", ],
"author" : "Camptocamp",
"name": "Immediately Usable Stock Quantity",
"version": "1.0",
"depends": ["product", "stock", ],
"author": "Camptocamp",
"license": "AGPL-3",
"description": """
"description": """
Compute the immediately usable stock.
Immediately usable is computed : Quantity on Hand - Outgoing Stock.
""",
"website" : "http://tinyerp.com/module_account.html",
"category" : "Generic Modules/Stock",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["product_view.xml", ],
"active": False,
"installable": True
"website": "http://tinyerp.com/module_account.html",
"category": "Generic Modules/Stock",
"init_xml": [],
"demo_xml": [],
"update_xml": ["product_view.xml", ],
"active": False,
"installable": True
}