# -*- coding: utf-8 -*- # © 2016 Akretion (). # 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", }