Commit Graph

13 Commits

Author SHA1 Message Date
Alexis de Lattre
3468599430 [REF] account_check_deposit : Port to new API
* Move description from __openerp__.py to README.rst
* Move files in sub-directories
* FIX access rights issue when user was not accounting manager

OCA Transbot updated translations from Transifex
2022-11-23 12:52:26 +01:00
OCA Transbot
f46d74fc8b OCA Transbot updated translations from Transifex 2022-11-23 12:47:31 +01:00
Alexis Delattre
e415faa039 Port to v8
Convert webkit report to qweb
2022-11-23 12:47:31 +01:00
Sébastien BEAU
fa9303f7da [PORT] start porting account_check_deposit 2022-11-23 12:47:31 +01:00
Sylvain LE GAL
aa0cc86493 [FIX] move translation file in unported folders 2022-11-23 12:47:31 +01:00
Rudolf Schnapka
b0ab446294 german translations upto invoice currency 2022-11-23 12:47:31 +01:00
Sébastien BEAU
58907492f6 [FIX] fix domain, give the posibility to use a different journal (one for the payment, one for the deposit), hide unreconcile entry which a link to a deposit 2022-11-23 12:47:31 +01:00
Alexis de Lattre
c35481bcaf Add support for multi-currency
Works with a single account journal
Usability and many other enhancements
2022-11-23 12:47:31 +01:00
Sebastien Beau
282cd93dd8 [FIX+REF+IMP] account_check_deposit:
* [FIX] fix datamodel structure, indeed check_payment_ids should be a m2o. In the view we still keep the widget
* [REF] remove useless state cancel, only draft/done is sufficent for now, forbid to delete a done deposit, fix move_line name need to be the equal to the line.ref for the reconciliation
* [IMP] improve reconciliation between the check and the check deposit
* [FIX] set correctly the date on the move line generated
* [FIX] fix reconciliation of check
* [IMP] check deposit improve view and add tab for move line generated
* [IMP] add total amount and flag to know if the deposit have been reconcile, the best will be to add a workflow
* [FIX] fix error when replaying commit
* [REF] remove dependency on sale_quick_payment as check can be registred in various way like native voucher
* [CLEAN] pep8 cleanup no code change
* [REF] clean remove useless code, default value are called during the create
* [FIX] fix wrong spelling
* [REF] V7 clean up
2022-11-23 12:47:31 +01:00
Benoit Guillot
f9fe5c340b [FIX+IMP] account_check_deposit: Several things:
* Clean code
* Add access rules for account_check_deposit
* Change print button name
2022-11-23 12:47:31 +01:00
Delli Chafique
a28f6c2ef2 [IMP]account_check_deposit: add the print option webkit 2022-11-23 12:47:31 +01:00
Sébastien Beau
7f2d1d4a78 [FIX] fix remove pdb call 2022-11-23 12:47:31 +01:00
Benoit Guillot
95dc6a8538 [INIT] init module to manage check deposits 2022-11-23 12:47:31 +01:00