-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
[17.0][MIG] account_credit_control_dunning_fees: Migration to version 17.0 #424
Open
carlos-lopez-tecnativa
wants to merge
61
commits into
OCA:17.0
Choose a base branch
from
Tecnativa:17.0-mig-account_credit_control_dunning_fees
base: 17.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
[17.0][MIG] account_credit_control_dunning_fees: Migration to version 17.0 #424
carlos-lopez-tecnativa
wants to merge
61
commits into
OCA:17.0
from
Tecnativa:17.0-mig-account_credit_control_dunning_fees
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
…hout needing overriding
This reverts commit 7eb182744f3057dd5cb9e35faf230412aa7a2331.
…ding _unported suffix
…noqa on scenario while waiting improvement of quality-tools
It will be easier to write additional tests
... on the policy level if it is empty. Also, it fixes a bug when a credit line had no currency and the level had the company's currency. As False is different than any currency, it entered in res_currency.compute() with a False currency. It must just fallback on the company's currency if the credit line's currency is empty.
With that, the suite is run even when we update another module and that not what we expect.
Display the fees column before the open amount, it is more logical since it is invoice amount + fees amount.
To avoid constraint.
Currently translated at 100.0% (20 of 20 strings) Translation: account-financial-tools-10.0/account-financial-tools-10.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-10-0/account-financial-tools-10-0-account_credit_control_dunning_fees/pt_PT/
Currently translated at 95.0% (19 of 20 strings) Translation: account-financial-tools-10.0/account-financial-tools-10.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-10-0/account-financial-tools-10-0-account_credit_control_dunning_fees/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/
Currently translated at 100.0% (14 of 14 strings) Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/es/
Currently translated at 100.0% (14 of 14 strings) Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/nl/
Currently translated at 100.0% (14 of 14 strings) Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/it/
Currently translated at 100.0% (14 of 14 strings) Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/pt_BR/
Currently translated at 100.0% (14 of 14 strings) Translation: credit-control-16.0/credit-control-16.0-account_credit_control_dunning_fees Translate-URL: https://translation.odoo-community.org/projects/credit-control-16-0/credit-control-16-0-account_credit_control_dunning_fees/sv/
71025bf
to
59b3958
Compare
/ocabot migration account_credit_control_dunning_fees |
pedrobaeza
approved these changes
Feb 5, 2025
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.
TT54881
@Tecnativa @sergio-teruel @pedrobaeza could you please review this