account_usability: improve partial reconcile matching_number

This commit is contained in:
Sébastien BEAU
2022-08-25 17:29:10 +02:00
committed by Alexis de Lattre
parent deb37a1688
commit c2c4957686
7 changed files with 41 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
{
'name': 'Account Usability',
'version': '14.0.1.0.0',
'version': '14.0.1.1.0',
'category': 'Accounting & Finance',
'license': 'AGPL-3',
'summary': 'Small usability enhancements in account module',
@@ -41,4 +41,5 @@
],
'qweb': ['static/src/xml/account_payment.xml'],
'installable': True,
"post_init_hook": "post_init_hook",
}