Rodrigo
bbd92d6963
[FIX] account_move_name_sequence: With the "account_move_name_sequence" module the "_get_last_sequence" method does not have to propagate the with_prefix parameter. The sequence_prefix parameter will not be completed and will give error as it is False in this line of code. https://github.com/OCA/OCB/blob/16.0/addons/account/models/sequence_mixin.py#L169
2023-11-13 12:19:44 +01:00
Moisés López
a5bfa85aed
[REF] account_move_name_sequence: Remove concurrency outdated cases from the readme
2023-11-13 12:19:44 +01:00
Rodrigo
d53b8698ec
[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
2023-11-13 12:19:44 +01:00
Rodrigo
6eeafb3177
[FIX] account_move_name_sequence: issue #1465 vals get refund_sequence true if value not get in vals
2023-11-13 12:19:44 +01:00
Rodrigo
59d6c06c3d
[FIX] account_move_name_sequence: return sequence names do not add a space between name and returns.
2023-11-13 12:19:44 +01:00
Rodrigo
3b477f3b86
[MIG] account_move_name_sequence: Migration to 16.0
2023-11-13 12:19:44 +01:00
Pierre Verkest
defe3d4903
[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 >
2023-11-13 12:19:44 +01:00
Francisco Javier Luna Vazquez
0dc729c886
[FIX] account_move_name_sequence: Exclude no_gap sequences from _is_end_of_seq_chain
2023-11-13 12:19:44 +01:00
Francisco Javier Luna Vazquez
522afcd487
[MIG] account_move_name_sequence: Migration to 15.0
2023-11-13 12:19:44 +01:00
Francisco Javier Luna Vazquez
425e29ba2d
[REF] account_move_name_sequence: Use Odoo native methods + Typos
2023-11-13 12:19:44 +01:00
Moisés López
262262ee97
[REF] account_move_name_sequence: Adding concurrency cases in README
2023-11-13 12:19:44 +01:00
Moises Lopez
4295d429db
[REF] account_move_name_sequence: Add maintainers to myself
2023-11-13 12:19:44 +01:00
Moises Lopez
6c55c7b586
[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
2023-11-13 12:19:44 +01:00
Moises Lopez
8f518c23ba
[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
2023-11-13 12:19:44 +01:00
Moises Lopez
93547ac668
[FIX] account_move_name_sequence: Fix sequence domain to assign only if it is empty
2023-11-13 12:19:44 +01:00
Moises Lopez
eda36c1dbe
[REF] account_move_name_sequence: Discard journals already configured
2023-11-13 12:19:44 +01:00
Moises Lopez
a8800c9c62
[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
2023-11-13 12:14:34 +01:00
Moises Lopez
d7a7e368c3
[REF] account_move_name_sequence: Add number_next_actual and date range lines data based on current moves
2023-11-13 12:14:34 +01:00
Alexis de Lattre
e6ae066a47
sequence is now required on journals
...
Add post-install script to create a sequence for all existing journals
Update README accordingly
2023-11-13 12:14:34 +01:00
Alexis de Lattre
9c250274c6
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.
2023-11-13 12:14:34 +01:00
oca-git-bot
91df136869
Initialize 17.0 branch
2023-11-12 15:25:38 +01:00