Commit Graph

714 Commits

Author SHA1 Message Date
OCA-git-bot
a2ff6b226c [ADD] setup.py 2022-06-02 20:13:57 +00:00
OCA-git-bot
32f44ca762 [UPD] README.rst 2022-06-02 20:13:56 +00:00
OCA-git-bot
fce5b4f8fe [UPD] addons table in README.md 2022-06-02 20:13:54 +00:00
oca-ci
8a682f390a [UPD] Update account_journal_general_sequence.pot 2022-06-02 20:10:18 +00:00
OCA-git-bot
874dd786f8 Merge PR #1417 into 15.0
Signed-off-by rafaelbn
2022-06-02 20:05:47 +00:00
OCA-git-bot
8a382ca6f4 [UPD] addons table in README.md 2022-06-02 16:49:32 +00:00
OCA-git-bot
d6bb24c5fb account_chart_update 15.0.1.0.2 2022-06-02 16:49:26 +00:00
OCA-git-bot
e802b1b545 Merge PR #1416 into 15.0
Signed-off-by pedrobaeza
2022-06-02 16:45:36 +00:00
manu
a472d9947f [15.0][FIX] account_chart_update: do not browse rep_line in _update_taxes_pending_for_accounts 2022-06-02 11:40:37 +02:00
Jairo Llopis
8115cf9ab1 [MIG] account_journal_general_sequence: Migration to 15.0 2022-06-02 08:33:08 +01:00
Jairo Llopis
9fbbd02b0e [IMP] account_journal_general_sequence: pre-commit execution 2022-06-02 08:33:08 +01:00
OCA-git-bot
c714b5618a [UPD] README.rst 2022-06-02 08:32:45 +01:00
oca-ci
0df063d9cc [UPD] Update account_journal_general_sequence.pot 2022-06-02 08:32:45 +01:00
Jairo Llopis
434dc37ec4 [FIX] account_journal_general_sequence: support renumber starting from zero
This is a special case when working with `ir.sequence`.

@moduon MT-676
2022-06-02 08:32:44 +01:00
Jairo Llopis
a0fc1c1f9a [ADD] account_journal_general_sequence: account move entry sequence
Under some legislations, account moves must follow a single sequence. Since Odoo removed this sequence number in recent versions, this information was lost.

With this module, you can force your account moves to follow a separate sequence. The sequence is automatic when a move is posted. Includes a wizard to reorder those numbers in the sequence.

@moduon MT-676
2022-06-02 08:32:44 +01:00
OCA-git-bot
fc433b2b76 [ADD] setup.py 2022-05-26 22:16:29 +00:00
OCA-git-bot
39bc7c2264 [UPD] README.rst 2022-05-26 22:16:28 +00:00
OCA-git-bot
bcd2f6ee1e [UPD] addons table in README.md 2022-05-26 22:16:26 +00:00
oca-ci
9d4bc76a45 [UPD] Update account_move_name_sequence.pot 2022-05-26 22:12:11 +00:00
OCA-git-bot
23df84cb0f Merge PR #1410 into 15.0
Signed-off-by moylop260
2022-05-26 22:06:50 +00:00
Francisco Javier Luna Vazquez
e55ff74217 [FIX] account_move_name_sequence: Exclude no_gap sequences from _is_end_of_seq_chain 2022-05-26 16:30:39 -05:00
Francisco Javier Luna Vazquez
fad863d367 [MIG] account_move_name_sequence: Migration to 15.0 2022-05-26 16:20:43 -05:00
Francisco Javier Luna Vazquez
2b361540fd [IMP] account_move_name_sequence: black, isort, prettier 2022-05-26 15:37:35 -05:00
OCA-git-bot
973b60fef5 account_move_name_sequence 14.0.1.2.2 2022-05-26 15:31:08 -05:00
OCA-git-bot
38cf0b10b0 [UPD] README.rst 2022-05-26 15:31:08 -05:00
Francisco Javier Luna Vazquez
5291fe8ff8 [REF] account_move_name_sequence: Use Odoo native methods + Typos 2022-05-26 15:31:08 -05:00
OCA-git-bot
1eee18e2ad account_move_name_sequence 14.0.1.2.1 2022-05-26 15:31:08 -05:00
OCA-git-bot
b61a5e170e [UPD] README.rst 2022-05-26 15:31:08 -05:00
Moisés López
569b8988b0 [REF] account_move_name_sequence: Adding concurrency cases in README 2022-05-26 15:31:08 -05:00
OCA-git-bot
c1d4f617dd [UPD] README.rst 2022-05-26 15:31:08 -05:00
Moises Lopez
62eac201d7 [REF] account_move_name_sequence: Add maintainers to myself 2022-05-26 15:31:08 -05:00
OCA-git-bot
8bfe3c34d9 account_move_name_sequence 14.0.1.2.0 2022-05-26 15:31:08 -05:00
Moises Lopez
7b4cb6a85d [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-26 15:31:08 -05:00
OCA-git-bot
8c45738120 account_move_name_sequence 14.0.1.1.0 2022-05-26 15:31:08 -05:00
oca-ci
c4506daa0f [UPD] Update account_move_name_sequence.pot 2022-05-26 15:31:08 -05:00
Moises Lopez
d659e44985 [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-26 15:31:08 -05:00
OCA-git-bot
e6812f497b account_move_name_sequence 14.0.1.0.1 2022-05-26 15:31:08 -05:00
Moises Lopez
2e71e02cfa [FIX] account_move_name_sequence: Fix sequence domain to assign only if it is empty 2022-05-26 15:31:08 -05:00
OCA-git-bot
b052d3efb1 [ADD] icon.png 2022-05-26 15:31:08 -05:00
OCA-git-bot
b7578a93d8 [UPD] README.rst 2022-05-26 15:31:08 -05:00
oca-ci
ceb04fd9db [UPD] Update account_move_name_sequence.pot 2022-05-26 15:31:08 -05:00
Moises Lopez
ae05f6dfb2 [REF] account_move_name_sequence: Discard journals already configured 2022-05-26 15:31:08 -05:00
Moises Lopez
b5cbca9961 [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-26 15:31:08 -05:00
Moises Lopez
c23129b0c8 [REF] account_move_name_sequence: Add number_next_actual and date range lines data based on current moves 2022-05-26 15:31:08 -05:00
Alexis de Lattre
bee5d4c8b5 sequence is now required on journals
Add post-install script to create a sequence for all existing journals
Update README accordingly
2022-05-26 15:31:08 -05:00
Alexis de Lattre
89ab5bbae5 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.
2022-05-26 15:31:08 -05:00
Ignacio Buioli
b1dd4c8620 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (2 of 2 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_move_force_removal
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_move_force_removal/es_AR/
2022-05-23 06:05:28 +00:00
Ignacio Buioli
4785fda94a Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (8 of 8 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_move_line_sale_info
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_move_line_sale_info/es_AR/
2022-05-23 06:05:28 +00:00
Ignacio Buioli
fafb4f2424 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (5 of 5 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_move_line_purchase_info
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_move_line_purchase_info/es_AR/
2022-05-23 06:05:27 +00:00
Ignacio Buioli
e3d6e9ae93 Translated using Weblate (Spanish (Argentina))
Currently translated at 100.0% (1 of 1 strings)

Translation: account-financial-tools-15.0/account-financial-tools-15.0-account_balance_line
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-15-0/account-financial-tools-15-0-account_balance_line/es_AR/
2022-05-23 06:05:27 +00:00