Commit Graph

16 Commits

Author SHA1 Message Date
Alexis de Lattre
68df263244 check_deposit: filter source moves on state=posted 2022-10-06 20:11:19 +02:00
Alexis de Lattre
af333cfbc0 account_check_deposit: Add chatter on check deposit
Add chatter message when you click on the button to get all checks
Add unicity SQL constraint
2021-04-22 19:50:36 +02:00
Alexis de Lattre
9699aa3dc1 account_check_deposit: usability improvements
Add button "Get All Received Checks"
Add default value for journal_id and bank_journal_id when there is only 1 possible value
Add hide/show options on lines
Improve multi-company handling
2021-04-22 12:32:40 +02:00
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
ps-tubtim
7b44f04819 [MIG] account_check_deposit: Migration to 13.0 2021-04-21 13:39:00 +02:00
ps-tubtim
486e47d276 [IMP] account_check_deposit: black, isort 2021-04-21 13:39:00 +02:00
Alexis de Lattre
c5e810183b 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
2021-04-21 13:39:00 +02:00
Thomas Binsfeld
3c2edac206 [MIG] Account Check Deposit to 12.0 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
b2f557639b [FIX+imp] account_check_deposit: no auto-post move + use the bank journal if the offsetting account is the bank account 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
Florian da Costa
026c07b693 Fix payment field + automatic reconciliation on validation 2021-04-21 13:39:00 +02:00
Mourad Elhadj Mimoune
2d909bb156 [MIG] account_check_deposit: Migration to 9.0
* create move and move line at the same time
* add tests
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