Commit Graph

6 Commits

Author SHA1 Message Date
Alexis de Lattre
1b0c4a4474 account_check_deposit: remove configuration parameters from res.company
Update documentation
Don't duplicate labels between name of account.move.line and ref of
account.move, now that name of account.move.line is not required any
more.
2021-04-22 10:59:21 +02:00
Alexis de Lattre
f191edb13a Remove post_move option, because we cannot reconcile non-posted entries, so we should always post the move 2021-04-21 13:39:00 +02:00
Alexis de Lattre
7a858da8b0 [MIG] account_check_deposit from v13 to v14 2021-04-21 13:39:00 +02:00
Pedro M. Baeza
df84eb04a6 [MIG] account_check_deposit: Migration to 11.0 2021-04-21 13:39:00 +02:00
Alexis de Lattre
915ea3a24e [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)
2021-04-21 13:39:00 +02:00
Alexis de Lattre
09dce60805 [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
2021-04-21 13:39:00 +02:00