Commit Graph

25 Commits

Author SHA1 Message Date
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
OCA-git-bot
f0da44c180 Merge PR #1397 into 14.0
Signed-off-by moylop260
2022-05-13 17:03:53 +00:00
Moises Lopez
d8ca0ae8e2 [REF] account_move_name_sequence: Moves with name '/' can not be posted
After remove required=True for journal.sequence_id field it is possible to post an invoice with misconfigured journal with empty sequence

So, this constraint will raise an error for this kind of cases since that using '/' could raise the unique constraint for all other moves
2022-05-13 16:54:25 +00:00
OCA-git-bot
383c8ac13e account_move_name_sequence 14.0.1.0.1 2022-05-13 15:59:23 +00:00
Moises Lopez
49a88117ff [FIX] account_move_name_sequence: Fix sequence domain to assign only if it is empty 2022-05-13 15:34:58 +00:00
OCA-git-bot
052c1bb8be [ADD] icon.png 2022-05-12 17:05:16 +00:00
OCA-git-bot
a9e8140d97 [UPD] README.rst 2022-05-12 17:05:15 +00:00
oca-ci
32d360edda [UPD] Update account_move_name_sequence.pot 2022-05-12 17:00:22 +00:00
Moises Lopez
da2fbbd2d7 [REF] account_move_name_sequence: Discard journals already configured 2022-05-11 17:21:04 +00:00
Moises Lopez
f9a413ef11 [FIX] ir_sequence: Fix creating date_range_seq with range_month and range_day
More info about:
 - https://github.com/odoo/odoo/pull/91019

TODO: Revert this commit after it is merged
2022-05-10 20:30:42 +00:00
Moises Lopez
56d3d0ee36 [REF] account_move_name_sequence: Add number_next_actual and date range lines data based on current moves 2022-05-10 20:30:42 +00:00
Alexis de Lattre
b8ad36239d sequence is now required on journals
Add post-install script to create a sequence for all existing journals
Update README accordingly
2021-11-02 12:00:06 +01:00
Alexis de Lattre
e53aeb87f7 Add module account_move_name_sequence
This module restores the good old behavior where journal entry numbers
were generated from a sequence configured on the journal.
2021-09-08 12:00:18 +02:00