# -*- coding: utf-8 -*-
{
'name': "La Cagette POS data",
'summary': """
Retrieving POS related data - via API or Odoo Menu""",
'description': """
Personnal purchases, pos payments, etc...
""",
'author': "fracolo",
'website': "https://lacagette-coop.fr",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.3.2',
# any module necessary for this one to work correctly
'depends': ['base', 'point_of_sale'],
'qweb': ['static/src/xml/qweb.xml'],
# always loaded
'data': [
# be careful : called sequently (exterenal ID must be put before)
#'security/ir.model.access.csv',
#'templates.xml',
'static/src/xml/templates.xml',
'views/view_product_sales.xml',
'views/product_template_view.xml',
],
'installable': True,
}