-
-
Notifications
You must be signed in to change notification settings - Fork 475
[19.0][MIG] account_payment_return: Migration to 19.0 #905
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
Open
Vicent-S73
wants to merge
77
commits into
OCA:19.0
Choose a base branch
from
Studio73:19.0-mig-account_payment_return
base: 19.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.
Conversation
This file contains hidden or 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
[IMP] account_payment_return: Implement find match with reference field
When entering manually returns, you need to change the line date. This commit also allows to use header date as defaut line date.
* For journal entry dictionary. * For extra return lines. account_payment_return: Period not present in 9.0
New free text field on return lines: additional information on return reason. This field is populated in account_payment_return_import_sepa_pain with the content of the AddtlInf tag. This is useful when the return reason code is NARR, meaning the reason description does not match any known code but is in this tag.
Use prepare methods for created move and move lines
* [ADD] Account Payment Return Import CAMT: parser camt.054.001.02 files * [REF] Account Payment Return Import ISO20022: merge the two iso20022 modules in one * [REF] Account Payment Return Import: use SavepointCase instead of TransactionCase * [REF] Increase global code coverage
…on guide v13 [FIX] account_payment_return: Fix multi-company rules + migration scripts [FIX] account_payment_return
Currently translated at 54.6% (53 of 97 strings) Translation: account-payment-14.0/account-payment-14.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-14-0/account-payment-14-0-account_payment_return/nl/
…atically payments A new check has been introduced in odoo/odoo@80c2818 So, in test, when creating payment with payment register wizard, as payments are automatically posted, duplicate posting is now forbidden. https://github.com/odoo/odoo/blob/14.0/addons/account/wizard/account_payment_register.py#L512
…o return payment TT29784
Currently translated at 100.0% (89 of 89 strings) Translation: account-payment-17.0/account-payment-17.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-17-0/account-payment-17-0-account_payment_return/it/
Having the flag in the header right part, makes that part too crowded, while the left part is mostly empty, stealing vertical space to the really important things in the invoice: the lines, so we move the field in the view to the left part to compact the header. TT51768
…when invoice is duplicated TT38126
Currently translated at 100.0% (89 of 89 strings) Translation: account-payment-18.0/account-payment-18.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_payment_return/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-18.0/account-payment-18.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_payment_return/
Currently translated at 100.0% (91 of 91 strings) Translation: account-payment-18.0/account-payment-18.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_payment_return/it/
…field to prevent error log ERROR devel odoo.osv.expression: Non-stored field payment.return.reason.display_name cannot be searched. NoneType: None
Odoo has changed the mechanism of selecting outstanding account: on v17 there were a field "account_journal_payment_debit_account_id" on res.company for holding the outstanding account. Now, this outstanding account is reflected through an XML-ID identifier. Thus, the adaptation to the module should follow the same mechanism for selecting the outstanding account. There's also no need of a specific error message, as the method already contains one. TT58856
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-payment-18.0/account-payment-18.0-account_payment_return Translate-URL: https://translation.odoo-community.org/projects/account-payment-18-0/account-payment-18-0-account_payment_return/
…to initialize the key, its being calculated later in _compute_payments_widget_reconciled_info
7bd0c6e to
19e7be5
Compare
19e7be5 to
3f788c9
Compare
Contributor
Member
|
Both PRs are now merged. |
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.
No description provided.