-
-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[18.0][MIG] account_statement_base: Migration to 18.0 #739
Open
xaviedoanhduy
wants to merge
47
commits into
OCA:18.0
Choose a base branch
from
xaviedoanhduy:18.0-mig-account_statement_base
base: 18.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[18.0][MIG] account_statement_base: Migration to 18.0 #739
xaviedoanhduy
wants to merge
47
commits into
OCA:18.0
from
xaviedoanhduy:18.0-mig-account_statement_base
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This module contains the views of account.bank.statement.line, which have been removed from the account module in Odoo v16
The module account_statement_base will be used by the modules from OCA/bank-statement-import which are LGPL (because they initially came from Odoo official addons), so it cannot be AGPL.
* refactoring JS in order to add logic * Improve views * Minor fixes in Odoo code in order to fix all possible options
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/pt_BR/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/es/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-16.0/account-reconcile-16.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_statement_base/fr/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
Currently translated at 100.0% (12 of 12 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/zh_CN/
Make them listed and editable
Before this commit, when a user clicked the "New Transaction" button, an error was raised. After this commit, statement lines are displayed to create new records.
Currently translated at 100.0% (15 of 15 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
…ent lines to the associated journal entry through a button. Adds also the journal entry number as an optional field
… in tree view Related to OCA#678 TT50970
Currently translated at 100.0% (17 of 17 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
…_form linking to journal items [16.0][FIX] account_statement_base: Changes post OCA CR
Currently translated at 100.0% (19 of 19 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
And add an icon to allow users to navigate to the statement lines. Currently it's not possible to open the statement form view. When editing the view an error occurs, related with the recomputation of running balances.
…ements manually Related to OCA#706 TT50906
Currently translated at 100.0% (20 of 20 strings) Translation: account-reconcile-17.0/account-reconcile-17.0-account_statement_base Translate-URL: https://translation.odoo-community.org/projects/account-reconcile-17-0/account-reconcile-17-0-account_statement_base/it/
…orm view Fixes OCA#697 TT50906
xaviedoanhduy
force-pushed
the
18.0-mig-account_statement_base
branch
from
November 7, 2024 08:35
02e9363
to
39ba3e9
Compare
This was referenced Nov 7, 2024
mmequignon
approved these changes
Nov 7, 2024
xaviedoanhduy
force-pushed
the
18.0-mig-account_statement_base
branch
from
November 13, 2024 05:28
39ba3e9
to
ae4a1da
Compare
xaviedoanhduy
force-pushed
the
18.0-mig-account_statement_base
branch
from
November 14, 2024 04:43
ae4a1da
to
3f9472b
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
change in v18
checked
was replaceto_checked
fields in commit: odoo/odoo@242e1a0