-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
[MIG][15.0] account_payment_return #536
[MIG][15.0] account_payment_return #536
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Functional Review 👍, one change in Readme and done!
@ChrisOForgeFlow Can you check the comments? thanks 😄 |
1a656b5
to
1e1c6f0
Compare
Hey @ChrisOForgeFlow, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
Done!, thanks |
[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/
Currently translated at 61.8% (60 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/es_AR/
Currently translated at 100.0% (97 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/es_AR/
Currently translated at 57.7% (56 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 65.9% (64 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/es/
Currently translated at 74.2% (72 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/fr/
Currently translated at 24.7% (24 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/ca/
Co-authored-by: Víctor Martínez <victoralmau@users.noreply.github.com>
49eb1de
to
e151455
Compare
Can you merge your changes in a single commit (migration commit)? |
"name": move.ref, | ||
"debit": 0.0, | ||
"credit": total_amount, | ||
"account_id": self.journal_id.default_account_id.id, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use Outstanding Receipts Account
@ChrisOForgeFlow are you continuing with this PR? |
As there was no response I am preparing a new PR |
Replaced by this: #610 |
@ForgeFlow