[MIG] sale_agent to v18

This commit is contained in:
Florian da Costa
2025-09-02 15:32:29 +02:00
parent 36b35f1b87
commit 6af8aac67e
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Sale Agent',
'version': '16.0.1.0.0',
'version': '18.0.1.0.0',
'category': 'Sales',
'license': 'AGPL-3',
'summary': 'Add agent on partner, sale order and customer invoice/refund',
@@ -19,5 +19,5 @@
"views/account_invoice_report.xml",
],
'demo': ['demo/demo.xml'],
'installable': False,
'installable': True,
}