mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
19 lines
563 B
Python
19 lines
563 B
Python
# -*- coding: utf-8 -*-
|
|
# Copyright 2020 ACSONE SA/NV
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Stock Available Base Exclude Location',
|
|
'summary': """
|
|
Base module to exclude locations for product available quantities""",
|
|
'version': '10.0.1.0.0',
|
|
'category': 'Warehouse',
|
|
'maintainers': ['rousseldenis'],
|
|
'license': 'AGPL-3',
|
|
'author': 'ACSONE SA/NV,Odoo Community Association (OCA)',
|
|
'website': 'https://github.com/OCA/stock-logistics-warehouse',
|
|
'depends': [
|
|
"stock"
|
|
],
|
|
}
|