[MIG] commission_simple_agent : technical migration to 18

This commit is contained in:
Florian da Costa
2025-09-02 16:02:40 +02:00
parent a19ec0db45
commit 46e11948fd
3 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Commission Simple Agent',
'version': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Glue module between commission_simple and sale_agent',
@@ -18,5 +18,5 @@
'views/commission_profile.xml',
'views/commission_result.xml',
],
'installable': False,
'installable': True,
}