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.
17 lines
573 B
17 lines
573 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "Pos Product Zoom Image",
|
|
'version': '9.0.1.0.0',
|
|
'summary': """
|
|
Short (1 phrase/line) summary of the module's purpose, used as
|
|
subtitle on modules listing or apps.openerp.com""",
|
|
'description': """
|
|
Long description of module's purpose
|
|
""",
|
|
'author': "My Company",
|
|
'website': "http://www.yourcompany.com",
|
|
'category': 'Point of Sale',
|
|
'depends': ['base', 'point_of_sale'],
|
|
'data': ['views/pos_product_zoom_image.xml'],
|
|
'qweb': ['static/src/xml/pos_product_image.xml'],
|
|
}
|
|
|