12345678910111213141516171819202122232425 |
- # -*- coding: utf-8 -*-
- {
- 'name': 'Multi Store for Partner',
- 'version': '8.0.1.0.0',
- 'category': 'Accounting',
- 'sequence': 14,
- 'summary': '',
- 'author': 'ADHOC SA - Eiru',
- 'website': 'www.eiru.com.py',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'multi_store',
- # 'point_of_sale',
- ],
- 'data': [
- 'security/multi_store_security.xml',
- 'views/res_partner.xml',
- ],
- 'test': [
- ],
- 'installable': True,
- 'application': False,
- }
|