-
-
Notifications
You must be signed in to change notification settings - Fork 314
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
[16.0][MIG] account_invoice_export #890
[16.0][MIG] account_invoice_export #890
Conversation
Refactor to help integration by other module. An example is on l10n_switzerland/ebill_paynet.
This change the visibility of the send eBill button on the invoice. It is now only shown if the option is checked on the transmit method. Also improve the configuration on the transmit method adding information on the process.
When the ebill was resend the job was executed but nothing was sent.
Add the option to customize the url used to export dynamically.
This `invoice_send` field does not exist (anymore ?)
The resend button was not displayed when needed. Looks like some parts of a commit on 13 missing.
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.
Fixup to squash, LG
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.
CI to fix but LG
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
982c3d6
to
ebf8d24
Compare
e7fc185
to
f89f258
Compare
This is a refactor of `account_invoice_export` to make optional the dependency on queue job. Which can be installed with the new module.
f89f258
to
0fdc7f1
Compare
This PR has the |
@simahawk This one is ready to be merged IMO |
/ocabot migration account_invoice_export |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 577da23. Thanks a lot for contributing to OCA. ❤️ |
Along with the migration, I split the module to make the dependency on queue job optional. See commits for details.