Add the possibility to forbid unreconciliation for accounting entries emitted
on specific accounts on closed periods.
parent
5a3faba08229
No related branches found
No related tags found
This commit is part of merge request !48. Comments created here will be created in the context of that merge request.
Showing
- NEWS.rst 6 additions, 0 deletionsNEWS.rst
- README.rst 2 additions, 0 deletionsREADME.rst
- __manifest__.py 2 additions, 1 deletion__manifest__.py
- i18n/fr.po 33 additions, 3 deletionsi18n/fr.po
- models/__init__.py 3 additions, 0 deletionsmodels/__init__.py
- models/account_account.py 38 additions, 0 deletionsmodels/account_account.py
- models/account_full_reconcile.py 41 additions, 0 deletionsmodels/account_full_reconcile.py
- models/account_move_line.py 38 additions, 1 deletionmodels/account_move_line.py
- models/account_partial_reconcile.py 43 additions, 0 deletionsmodels/account_partial_reconcile.py
- tests/__init__.py 1 addition, 0 deletionstests/__init__.py
- tests/test_unreconcile.py 261 additions, 0 deletionstests/test_unreconcile.py
- views/account_account.xml 18 additions, 0 deletionsviews/account_account.xml
models/account_account.py
0 → 100644
models/account_full_reconcile.py
0 → 100644
models/account_partial_reconcile.py
0 → 100644
tests/test_unreconcile.py
0 → 100644
views/account_account.xml
0 → 100644
Please register or sign in to comment