[FIX] commission module installable

This commit is contained in:
Florian da Costa
2025-11-13 11:56:13 +01:00
parent 4b5385f391
commit b4efcdb2d7
7 changed files with 9 additions and 9 deletions

View File

@@ -43,5 +43,5 @@ This module has been written by Alexis de Lattre from Akretion
'views/account_move_line.xml',
'wizards/commission_compute_view.xml',
],
'installable': False,
'installable': True,
}