123456789101112131415161718192021222324252627282930 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Multi Store for Warehouse',
- 'version': '8.0.1.0.0',
- 'category': 'Accounting',
- 'sequence': 14,
- 'summary': '',
- 'author': 'ADHOC SA - Eiru',
- 'website': 'www.adhoc.com.ar',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'stock',
- 'multi_store',
- 'sale',
- 'purchase',
- 'product'
- ],
- 'data': [
- 'views/res_store_view.xml',
- 'views/stock_view.xml',
- 'views/product_view.xml',
- 'security/multi_store_security.xml',
- ],
- 'test': [
- ],
- 'installable': True,
- 'application': False,
- }
|