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.
29 lines
750 B
29 lines
750 B
# -*- encoding: utf-8 -*-
|
|
{
|
|
'name': 'POS - Product Template',
|
|
'version': '10.0.2.1.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.yml',
|
|
'demo/product_product.yml',
|
|
'demo/res_groups.yml',
|
|
],
|
|
'images': [
|
|
'static/src/img/screenshots/pos_product_template.png',
|
|
],
|
|
'installable': True,
|
|
}
|