Files
stock-logistics-warehouse/stock_inventory_exclude_sublocation/__openerp__.py
Lois Rilo 336762a5d4 [9.0][ADD] stock_inventory_exclude_sublocation (#240)
* [ADD] stock_inventory_exclude_sublocation
2021-09-09 16:39:23 +02:00

22 lines
736 B
Python

# -*- coding: utf-8 -*-
# Copyright 2017 Eficent Business and IT Consulting Services S.L.
# (http://www.eficent.com)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Stock Inventory Exclude Sublocation",
"summary": "Allow to perform inventories of a location without including "
"its child locations.",
"version": "9.0.1.0.0",
"author": "Eficent,"
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"category": "Warehouse Management",
"depends": ["stock"],
"data": [
'views/stock_inventory_view.xml'
],
"license": "AGPL-3",
'installable': True,
'application': False,
}