# Copyright 2019-2024 Akretion France (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Commission Simple Agent', 'version': '16.0.1.0.0', 'category': 'Sales', 'license': 'AGPL-3', 'summary': 'Glue module between commission_simple and sale_agent', 'author': 'Akretion', 'website': 'https://github.com/akretion/odoo-usability', 'depends': [ 'commission_simple', 'sale_agent', ], 'data': [ 'views/commission_profile.xml', 'views/commission_result.xml', ], 'installable': False, }