Commit Graph

8 Commits

Author SHA1 Message Date
Alexis de Lattre
800db2b5b0 account_check_deposit: Don't force 'name' of account.move
Add print button (feature up-ported from v10)
Add option to post moves (feature up-ported from v10)
Sequence now takes into account the deposit date
Customize the filename of the report
Update README with v12 labels
2019-03-04 08:28:33 +01:00
Thomas Binsfeld
708a2e8130 [MIG] Account Check Deposit to 12.0 2019-02-21 10:59:56 +01:00
Alexis de Lattre
47a487bbe7 [MIG] account_check_deposit: Migration to v10
* Add option to have the counter-part of the deposit move directly to the bank account
  Use account.config.settings page
* Remove data that create a bank journal because it blocks the loading of the chart of accounts when
  the module is installed at the same time as the chart of account (via dependencies)
2019-02-21 10:59:56 +01:00
Alexis de Lattre
84dd9c008d [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
2019-02-21 10:59:56 +01:00
Alexis Delattre
fc78edc191 Port to v8
Convert webkit report to qweb
2019-02-21 10:59:56 +01:00
Alexis de Lattre
eac16025f1 Add support for multi-currency
Works with a single account journal
Usability and many other enhancements
2019-02-21 10:59:56 +01:00
Sebastien Beau
dfc71970c3 [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
2019-02-21 10:59:56 +01:00
Delli Chafique
d862210dfb [IMP]account_check_deposit: add the print option webkit 2019-02-21 10:59:56 +01:00