Skip to content
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

Closed

Conversation

ChrisOForgeFlow
Copy link
Contributor

Copy link

@DavidJForgeFlow DavidJForgeFlow left a 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!

account_payment_return/README.rst Outdated Show resolved Hide resolved
@ValentinVinagre
Copy link
Contributor

@ChrisOForgeFlow Can you check the comments? thanks 😄

@ChrisOForgeFlow ChrisOForgeFlow force-pushed the 15.0-mig-account_payment_return branch from 1a656b5 to 1e1c6f0 Compare September 30, 2022 12:07
@oca-clabot
Copy link

Hey @ChrisOForgeFlow, thank you for your Pull Request.

It looks like some users haven't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement here: https://odoo-community.org/page/cla
Here is a list of the users:

Appreciation of efforts,
OCA CLAbot

@ChrisOForgeFlow
Copy link
Contributor Author

@ChrisOForgeFlow Can you check the comments? thanks smile

Done!, thanks

sergio-teruel and others added 24 commits November 28, 2022 19:43
[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.
…OCA#228)

* Missing return reasons refs OCA#226
* Translations with new return reasons
* name_get: Display name like: "[code] Name"
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
oca-travis and others added 22 commits November 28, 2022 19:43
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
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>
@ChrisOForgeFlow ChrisOForgeFlow force-pushed the 15.0-mig-account_payment_return branch from 49eb1de to e151455 Compare November 28, 2022 19:44
@victoralmau
Copy link
Member

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,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use Outstanding Receipts Account

@ao-landoo
Copy link
Contributor

@ChrisOForgeFlow are you continuing with this PR?

@carlosdauden
Copy link
Contributor

As there was no response I am preparing a new PR

@carlosdauden
Copy link
Contributor

carlosdauden commented Mar 20, 2023

Replaced by this: #610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.