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.
 
 
 
 

23 lines
583 B

# -*- coding: utf-8 -*-
# © 2016 Akretion (<http://www.akretion.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
# -*- encoding: utf-8 -*-
{
'name': 'POS Remove POS Category',
'version': '8.0.0.1.0',
'author': 'Akretion, Odoo Community Association (OCA)',
'category': 'Sales Management',
'depends': [
'point_of_sale',
],
'demo': [],
'website': 'https://www.akretion.com',
'data': [
'point_of_sale_view.xml',
'views/pos_category.xml',
],
'installable': True,
"license": "AGPL-3",
}