12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- {
- 'name': 'Cost Security',
- 'version': '8.0.0.1.0',
- 'description': """
- Cost Security
- ==============
- Creates a new permission to restrict the users that can modify the cost prices
- of the products.
- for Athletic
- """,
- 'category': 'Sales Management',
- 'author': 'ADHOC S.A / Eiru Software - Rodney Enciso Arias',
- 'website': 'http://www.eiru.com.py/',
- 'license': 'AGPL-3',
- 'depends': [
- 'sale','product_barcode_athletic',
- ],
- 'data': [
- 'security/security.xml',
- 'views/product_view.xml',
- ],
- 'demo_xml': [],
- 'test': [],
- 'installable': True,
- }
|