mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
pep-8
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user