[MIG] commission_simple_agent_purchase to 18

This commit is contained in:
Florian da Costa
2025-09-09 12:04:37 +02:00
parent 4d52d54460
commit 5ca18e6374
3 changed files with 7 additions and 8 deletions

View File

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