Commit Graph

24 Commits

Author SHA1 Message Date
Alexis de Lattre
52ea827fcf account_check_deposit: pre-commit auto fixes 2024-09-28 23:02:45 +02:00
Alexis de Lattre
45a2d99a65 [MIG] account_check_deposit to v17
Migration from v16 to v17
Convert read_group to _read_group() for perf improvements
2024-09-28 23:02:45 +02:00
Alexis de Lattre
437a2c50e3 account_check_deposit: update FR translation
Fix a few strings
2024-09-28 23:02:45 +02:00
Alexis de Lattre
097a8fa1c0 account_check_deposit: replace api.onchange by computed fields
Add an error message in case of configuration error
Use official translate method for multi-string replacements in error messages
2024-09-28 23:02:45 +02:00
Alexis de Lattre
8e917dfc77 account_check_deposit: re-write move generation
In v16, if we create the account.move and then the account.move.line
one-by-one, we end up with an additionnal line with credit=debit=0 and
label="Automatic balancing line". So I decided to re-write move
generation and simplify the move of the check deposit: no need to have
one move line per check, we can have a single line for the total of checks
without partner and reconcile this single line with all the checks.
2024-09-28 23:02:45 +02:00
Alexis de Lattre
4cbbfa59f3 [MIG] account_check_deposit to v16 2024-09-28 23:02:45 +02:00
Víctor Martínez
3b3c4d506d [MIG] account_check_deposit: Migration to 15.0
TT36937
2024-09-28 23:02:45 +02:00
Alexis de Lattre
95d4d48d6f [MIG] account_check_deposit from v14 to v15 2024-09-28 23:02:45 +02:00
Alexis de Lattre
2aeb17a315 check_deposit: filter source moves on state=posted
account_check_deposit 14.0.1.1.0
2024-09-28 23:02:45 +02:00
Alexis de Lattre
198fd4ff72 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

[UPD] Update account_check_deposit.pot

[UPD] README.rst
2024-09-28 23:02:45 +02:00
Alexis de Lattre
cdf132c6ff 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
2024-09-28 23:02:45 +02:00
Alexis de Lattre
80eba5b473 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.
2024-09-28 23:02:45 +02:00
Alexis de Lattre
8cadfdee80 Remove post_move option, because we cannot reconcile non-posted entries, so we should always post the move 2024-09-28 23:02:45 +02:00
Alexis de Lattre
7f6d395c4f [MIG] account_check_deposit from v13 to v14 2024-09-28 23:02:45 +02:00
ps-tubtim
3cacb069e1 [MIG] account_check_deposit: Migration to 13.0 2024-09-28 23:02:45 +02:00
ps-tubtim
e5192bf652 [IMP] account_check_deposit: black, isort 2024-09-28 23:02:45 +02:00
Alexis de Lattre
4e5ed56137 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

[UPD] README.rst

[UPD] Update account_check_deposit.pot

Update translation files

Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-12.0/account-financial-tools-12.0-account_check_deposit
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_check_deposit/

[UPD] README.rst
2024-09-28 23:02:45 +02:00
Thomas Binsfeld
f31b867123 [MIG] Account Check Deposit to 12.0 2024-09-28 23:02:44 +02:00
Pedro M. Baeza
06732bf89a [MIG] account_check_deposit: Migration to 11.0
[UPD] Update account_check_deposit.pot

[UPD] README.rst
2024-09-28 23:02:44 +02:00
Alexis de Lattre
ebf4c0e23f [FIX+imp] account_check_deposit: no auto-post move + use the bank journal if the offsetting account is the bank account
OCA Transbot updated translations from Transifex
2024-09-28 23:02:44 +02:00
Alexis de Lattre
be5a16eb97 [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)

OCA Transbot updated translations from Transifex
2024-09-28 23:02:44 +02:00
Florian da Costa
0996317f91 Fix payment field + automatic reconciliation on validation 2024-09-28 23:02:44 +02:00
Mourad Elhadj Mimoune
0a561c4cba [MIG] account_check_deposit: Migration to 9.0
* create move and move line at the same time
* add tests
2024-09-28 23:02:44 +02:00
Alexis de Lattre
4742b692d4 [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
2024-09-28 23:02:44 +02:00