# -*- 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'], }