1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- 'name': 'Product Unique',
- 'version': '8.0.1.0.0',
- 'category': 'Product',
- 'sequence': 14,
- 'summary': '',
- 'description': """
- Product Unique
- ==============
- Module to made "ean13" and "default_code" fields to be unique for products on the same company.
- """,
- 'author': 'ADHOC SA',
- 'website': 'www.adhoc.com.ar',
- 'license': 'AGPL-3',
- 'images': [
- ],
- 'depends': [
- 'product',
- ],
- 'data': [
- ],
- 'demo': [
- ],
- 'test': [
- ],
- 'installable': True,
- 'auto_install': False,
- 'application': False,
- }
|