2
0
Commit Graph

214 Commits

Author SHA1 Message Date
Alexis de Lattre
65dc46c91e [MIG] account_cash_deposit to v16 2022-12-12 21:12:46 +01:00
Weblate
6c68352033 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_cash_deposit
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_cash_deposit/
2022-12-12 18:13:15 +01:00
OCA-git-bot
26c6b373c2 account_cash_deposit 14.0.1.1.0 2022-12-12 18:13:15 +01:00
oca-ci
262ed2c5ab [UPD] Update account_cash_deposit.pot 2022-12-12 18:13:15 +01:00
Alexis de Lattre
ba0d99036f account_cash_deposit: allow to specify date 2022-12-12 18:13:15 +01:00
Alexis de Lattre
665fb16693 account_cash_deposit: add support for loose coins in deposits
Adds a new field for loose coin amount for deposits: this field is useful if your bank has a coin counting machine that allows you to deposit coins without putting them in rolls.
2022-12-12 18:13:15 +01:00
OCA-git-bot
e448e08371 [ADD] icon.png 2022-12-12 18:13:15 +01:00
OCA-git-bot
4114a79528 [UPD] README.rst 2022-12-12 18:13:15 +01:00
oca-travis
d3f5206b39 [UPD] Update account_cash_deposit.pot 2022-12-12 18:13:15 +01:00
Alexis de Lattre
6b8d47f5c0 Add module account_cash_deposit
This module manages cash deposits (cash to bank) and cash orders (bank to cash)
2022-12-12 18:13:15 +01:00
oca-git-bot
1782a12048 [IMP] update dotfiles [ci skip] 2022-12-11 22:20:47 +01:00
OCA-git-bot
05f1292315 [UPD] addons table in README.md 2022-12-09 00:23:04 +00:00
OCA-git-bot
3db3de802e account_move_name_sequence 16.0.1.1.0 2022-12-09 00:22:24 +00:00
OCA-git-bot
8c17eabdc9 [UPD] README.rst 2022-12-09 00:22:17 +00:00
OCA-git-bot
c30e167f91 Merge PR #1527 into 16.0
Signed-off-by moylop260
2022-12-09 00:19:01 +00:00
Moisés López
b34052af33 [REF] account_move_name_sequence: Remove concurrency outdated cases from the readme 2022-12-08 15:54:22 -06:00
OCA-git-bot
146c448f0f [ADD] setup.py 2022-12-08 21:47:58 +00:00
OCA-git-bot
c925a305db [UPD] README.rst 2022-12-08 21:47:57 +00:00
OCA-git-bot
bbc0223e47 [UPD] addons table in README.md 2022-12-08 21:47:56 +00:00
oca-ci
cb873856ab [UPD] Update account_move_name_sequence.pot 2022-12-08 21:44:58 +00:00
OCA-git-bot
3bfe850eb1 Merge PR #1510 into 16.0
Signed-off-by moylop260
2022-12-08 21:42:03 +00:00
Rodrigo
ab8e59d69d [FIX] account_move_name_sequence: call flush before _fetch_duplicate_supplier_reference method
same issue https://github.com/OCA/account-financial-tools/issues/1501
this fix not working for v16 https://github.com/OCA/account-financial-tools/pull/1514
2022-12-08 11:36:41 +01:00
Rodrigo
346eb9d085 [FIX] account_move_name_sequence: issue #1465 vals get refund_sequence true if value not get in vals 2022-12-08 11:36:11 +01:00
Rodrigo
2d5f794ed5 [FIX] account_move_name_sequence: return sequence names do not add a space between name and returns. 2022-12-08 11:35:32 +01:00
Rodrigo
86eed6c1ed [MIG] account_move_name_sequence: Migration to 16.0 2022-12-08 11:35:30 +01:00
Weblate
69f2535398 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_usability
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_usability/
2022-12-05 20:08:57 +00:00
OCA-git-bot
3200997ae8 [UPD] addons table in README.md 2022-12-05 20:01:58 +00:00
OCA-git-bot
a1af883826 account_usability 16.0.1.0.1 2022-12-05 20:01:53 +00:00
OCA-git-bot
29cc72b63e [ADD] setup.py 2022-12-05 20:01:53 +00:00
OCA-git-bot
354ac0f5ae [UPD] README.rst 2022-12-05 20:01:53 +00:00
OCA-git-bot
242f28963c [UPD] addons table in README.md 2022-12-05 20:01:52 +00:00
oca-ci
3e78c95adf [UPD] Update account_usability.pot 2022-12-05 19:59:13 +00:00
OCA-git-bot
7a0c77dfaa Merge PR #1477 into 16.0
Signed-off-by rafaelbn
2022-12-05 19:57:02 +00:00
Rodrigo
a07eeda085 [IMP] : pre-commit stuff 2022-11-22 14:37:48 +01:00
OCA-git-bot
d07e939fad account_move_name_sequence 15.0.1.1.0 2022-11-22 14:36:51 +01:00
Pierre Verkest
6599bfd112 [FIX] account_move_name_sequence: Use account move date to compute prefix
In case you want name your invoice YYYY-MM-SEQ (ie: 2022-07-00001)
where:
 * YYYY: is the account move year
 * MM: is the account move month
 * SEQ: is a numerical sequence that is continue along the fiscal year
   assuming fiscal year is over two years (ie: from july to june next year)

Before this commit the sequence prefix use now() to be compute but the
range is selected with the account move date.

This commit make consistency computing prefix with the account
move date as well.

So account move manage the first janunary for the last day of
the previous year will properly use the account move date.

Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com>
2022-11-22 14:36:51 +01:00
OCA-git-bot
b70341d040 [UPD] README.rst 2022-11-22 14:36:51 +01:00
oca-ci
ad207c5f13 [UPD] Update account_move_name_sequence.pot 2022-11-22 14:36:51 +01:00
Francisco Javier Luna Vazquez
198724234a [FIX] account_move_name_sequence: Exclude no_gap sequences from _is_end_of_seq_chain 2022-11-22 14:36:51 +01:00
Francisco Javier Luna Vazquez
a800db0440 [MIG] account_move_name_sequence: Migration to 15.0 2022-11-22 14:36:51 +01:00
OCA-git-bot
3a1b342a62 account_move_name_sequence 14.0.1.2.2 2022-11-22 14:36:51 +01:00
OCA-git-bot
7f1c4ba12d [UPD] README.rst 2022-11-22 14:36:51 +01:00
Francisco Javier Luna Vazquez
1653cc46c2 [REF] account_move_name_sequence: Use Odoo native methods + Typos 2022-11-22 14:36:51 +01:00
OCA-git-bot
cdc7934b6d account_move_name_sequence 14.0.1.2.1 2022-11-22 14:36:51 +01:00
OCA-git-bot
4a0c64df4c [UPD] README.rst 2022-11-22 14:36:51 +01:00
Moisés López
f90d1bffb4 [REF] account_move_name_sequence: Adding concurrency cases in README 2022-11-22 14:36:51 +01:00
OCA-git-bot
3a698a9d24 [UPD] README.rst 2022-11-22 14:36:51 +01:00
Moises Lopez
3cd3182734 [REF] account_move_name_sequence: Add maintainers to myself 2022-11-22 14:36:51 +01:00
OCA-git-bot
d9df97e89d account_move_name_sequence 14.0.1.2.0 2022-11-22 14:36:51 +01:00
Moises Lopez
476532f871 [FIX] account_move_name_sequence: Fix required journal fields in view
The required flag was wrong for sequence_id and refund_sequence_id

So, it was not possible to store any change in journal for journal different to sale and purchase
2022-11-22 14:36:51 +01:00