Weblate
d0d8002bea
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_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/
2024-09-11 11:17:55 +00:00
OCA-git-bot
67d79ff873
[BOT] post-merge updates
2024-09-11 11:17:47 +00:00
oca-ci
49dc4c1abf
[UPD] Update account_move_name_sequence.pot
2024-09-11 11:08:06 +00:00
OCA-git-bot
c0f2bbe885
Merge PR #1895 into 14.0
...
Signed-off-by dreispt
2024-09-11 11:05:33 +00:00
Eduardo Ruiz
74e4140707
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/es/
2024-08-21 12:03:16 +00:00
Matthias BARKAT
34f59c1988
[FIX] - incompatibility with account_invoice_constraint_chronology
2024-06-13 16:37:05 +02:00
OCA-git-bot
3b4d6732cc
[BOT] post-merge updates
2024-04-23 02:21:21 +00:00
Andrea Gidalti
1e2202c783
[IMP] account_move_name_sequence: apply guidelines to name view files
...
Update name of view files to follow guidelines.
2024-04-22 20:05:23 -06:00
Andrea Gidalti
a399ede51d
[IMP] account_move_name_sequence: split too long context definition
...
Split the context definition in sequence_id and refund_sequence_id
fields into multiple lines to improve readability.
2024-04-22 20:05:07 -06:00
OCA-git-bot
8112ecee89
[BOT] post-merge updates
2024-04-23 01:34:40 +00:00
Moises Lopez - https://www.vauxoo.com/
44f3ade3f4
[REF] account_move_name_sequence: Add unittest to create concurrency invoices
...
Add demo data with standard implementation sequences
In order to test locks issues without changing data (then reverting)
2024-04-22 19:18:05 -06:00
OCA-git-bot
4cc8ff5ecd
[BOT] post-merge updates
2024-04-22 21:05:35 +00:00
Alexandre D. Díaz
dd2405a20e
fix: account_move_name_sequence: tests: Listen to exceptions for each thread individually"
2024-04-22 14:52:38 -06:00
Ivorra78
2f7a7eda56
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/es/
2024-02-21 18:34:10 +00:00
Ivorra78
585b892622
Added translation using Weblate (Spanish)
2024-02-21 18:08:49 +00:00
Francesco Foresti
2211098c49
Translated using Weblate (Italian)
...
Currently translated at 33.3% (7 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/it/
2023-10-17 18:36:29 +00:00
Weblate
50c096674e
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_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/
2023-10-09 19:06:57 +00:00
OCA-git-bot
e2973dda44
[UPD] README.rst
2023-09-03 11:19:12 +00:00
Claude R Perrin
6eb0de3548
Translated using Weblate (French)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/fr/
2023-06-04 08:08:12 +00:00
Francesco Foresti
3f744062d4
Added translation using Weblate (Italian)
2023-05-18 09:52:27 +00:00
OCA-git-bot
ee7570df07
account_move_name_sequence 14.0.1.4.1
2023-04-01 17:59:48 +00:00
OCA-git-bot
ac5b13ea3f
Merge PR #1623 into 14.0
...
Signed-off-by moylop260
2023-04-01 17:48:29 +00:00
Matjaz Mozetic
d363576879
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/sl/
2023-03-30 12:22:23 +00:00
Matjaz Mozetic
476d201d01
Added translation using Weblate (Slovenian)
2023-03-30 10:08:53 +00:00
Pierre Verkest
4733733066
[FIX] account_move_name_sequence: avoid fallback on odoo sequence name
...
In case an alias is configured to fecth email to generate
account entries. the new_message method directly call the
_compute_name on account move which call the legacy code
provide by account odoo module which should be avoid here.
To reproduce:
* configure an alias on your purchase journal
* send an email to that alias
* the invoice is draft with a number
to mitigate this behavior the suggested patch overwritte
the former method '_compute_name' and call the new implemented
method '_compute_name_by_sequence'.
2023-03-27 11:38:57 +02:00
Pierre Verkest
6f458e5450
Translated using Weblate (French)
...
Currently translated at 95.2% (20 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/fr/
2022-12-26 11:44:42 +00:00
Pierre Verkest
a2df690ae2
Added translation using Weblate (French)
2022-12-26 08:25:53 +00:00
OCA-git-bot
e451e1a043
account_move_name_sequence 14.0.1.4.0
2022-12-02 17:01:05 +00:00
Rodrigo
a04318cdc9
[FIX] account_move_name_sequence: issue #1465 vals get refund_sequence true if value not get in vals
2022-12-02 15:26:13 +01:00
OCA-git-bot
b50bc9da55
account_move_name_sequence 14.0.1.3.2
2022-12-01 18:56:18 +00:00
Fernanda Hernández
d091f3a411
[FIX] account_move_name_sequence: call flush before to post the moves
2022-11-29 23:47:24 +00:00
Bole
4b3bb15b21
Translated using Weblate (Croatian)
...
Currently translated at 80.9% (17 of 21 strings)
Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_name_sequence
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_name_sequence/hr/
2022-08-22 21:07:04 +00:00
Bole
fd6324ee03
Added translation using Weblate (Croatian)
2022-08-22 18:30:44 +00:00
OCA-git-bot
49abfc7f1b
account_move_name_sequence 14.0.1.3.1
2022-08-20 05:35:20 +00:00
payen000
a958cd7e53
[REF] account_move_name_sequence: Added concurrency tests related to sequence
...
A demo ir_sequence record with 'standard' implementation was
assigned to the payment journal so that no concurrency errors arise
from using 'no gap' sequences when attempting to create multiple payments.
2022-08-17 19:10:38 +00:00
OCA-git-bot
8dc54086cc
account_move_name_sequence 14.0.1.3.0
2022-07-08 07:23:51 +00:00
Pierre Verkest
c60ad5c4b2
[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-07-08 08:38:35 +02:00
OCA-git-bot
ad3380a70c
account_move_name_sequence 14.0.1.2.2
2022-05-26 19:27:25 +00:00
OCA-git-bot
a44491111e
[UPD] README.rst
2022-05-26 19:27:25 +00:00
Francisco Javier Luna Vazquez
9b949617a0
[REF] account_move_name_sequence: Use Odoo native methods + Typos
2022-05-26 11:03:33 -05:00
OCA-git-bot
b513f9200f
account_move_name_sequence 14.0.1.2.1
2022-05-20 14:55:28 +00:00
OCA-git-bot
98ba020719
[UPD] README.rst
2022-05-20 14:55:28 +00:00
Moisés López
57e9cf946d
[REF] account_move_name_sequence: Adding concurrency cases in README
2022-05-20 09:48:52 -05:00
OCA-git-bot
4f802482c6
[UPD] README.rst
2022-05-13 17:52:55 +00:00
Moises Lopez
24dfffa0bf
[REF] account_move_name_sequence: Add maintainers to myself
2022-05-13 17:47:39 +00:00
OCA-git-bot
d6f51bdcec
account_move_name_sequence 14.0.1.2.0
2022-05-13 17:42:49 +00:00
OCA-git-bot
6620139cd9
Merge PR #1398 into 14.0
...
Signed-off-by moylop260
2022-05-13 17:36:26 +00:00
Moises Lopez
d4c8190602
[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-05-13 17:16:17 +00:00
OCA-git-bot
eb3293440c
account_move_name_sequence 14.0.1.1.0
2022-05-13 17:12:07 +00:00
oca-ci
712e1abc98
[UPD] Update account_move_name_sequence.pot
2022-05-13 17:06:25 +00:00