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.
 
 
 
 

27 lines
693 B

{
'name': 'POS - Product Template',
'version': '12.0.1.0.0',
'category': 'Point Of Sale',
'author': "Akretion,Odoo Community Association (OCA)",
'summary': 'Manage Product Template in Front End Point Of Sale',
'website': 'http://www.akretion.com',
'license': 'AGPL-3',
'depends': [
'point_of_sale',
'pos_fix_search_limit',
],
'data': [
'view/view.xml',
],
'qweb': [
'static/src/xml/ppt.xml',
],
'demo': [
'demo/product_attribute_value.xml',
'demo/product_product.xml',
],
'images': [
'static/src/img/screenshots/pos_product_template.png',
],
'installable': True,
}