odoo/ext/3rd-party-addons/clarico_cart/__manifest__.py

27 lines
579 B
Python
Executable File

{
# Theme information
'name' : 'Clarico Cart',
'category' : 'Website',
'version' : '1.0',
'summary': 'Total Number of Products added to Cart',
'description': """""",
# Dependencies
'depends': [
'clarico_account','website_sale_delivery','website_sale_options','clarico_shop'
],
# Views
'data': [
'templates/template.xml',
'templates/assets.xml',
],
# Author
'author': 'Emipro Technologies Pvt. Ltd.',
'website': 'http://www.emiprotechnologies.com',
# Technical
'installable': True,
}