-
-
Notifications
You must be signed in to change notification settings - Fork 446
[ADD] account_payment_return_revoke_ mandate #856
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
base: 18.0
Are you sure you want to change the base?
[ADD] account_payment_return_revoke_ mandate #856
Conversation
1160678
to
19e6f76
Compare
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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.
why is this necessary? what does it do?
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.
pyproject.toml is added to all addons usually by the pre-commit task.
It is used to package the odoo addons. More on this here: https://github.com/sbidoul/whool
#833 was merged. Please rebase and remove the "DON'T MERGE" commit. |
@@ -0,0 +1 @@ | |||
- Quentin Groulard \<[email protected]\> |
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.
@glitchov You might want to add yourself to the contributors list 😉
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.
LGTM
Don't forget to add yourself as a contributor.
19e6f76
to
6621abb
Compare
Adds a flag on payment return reason to automatically revoke mandate in the corresponding invoice.
It's a migration of the never merged pull request #312