You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
821 B
23 lines
821 B
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Product Attachments on Website',
|
|
'version': '12.0.1.0.1',
|
|
'summary': """This Module Allows Customer to Download Documents
|
|
That Are Attached to the Products From Website""",
|
|
'description': 'This Module allows customer to download documents '
|
|
'that are attached to the products from website',
|
|
'category': 'Website',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': "https://www.cybrosys.com",
|
|
'depends': ['document', 'website_sale'],
|
|
'data': ['views/template.xml'],
|
|
'images': ['static/description/banner.png'],
|
|
'license': 'AGPL-3',
|
|
'demo': [],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
}
|
|
|