Uh oh!
There was an error while loading. Please reload this page.
[11.0][base_import_async] - Add dependency to queue_job_batch - #155
Conversation
JordiBForgeFlow
commented
Jul 8, 2019
cc @etobella@sebastienbeau@sbidoul this feature would be nice in data loads. |
etobella
left a comment
There was a problem hiding this comment.
LGTM 👍
code Review and tested locally 😄
sbidoul
commented
Jul 8, 2019
Yes, that's very nice :) |
Uh oh!
There was an error while loading. Please reload this page.
etobella
commented
Jul 9, 2019
I have tested it with the last changes of #151 and it works perfectly 😄 |
etobella
commented
Jul 9, 2019
Just wondering if something like https://github.com/OCA/server-ux/blob/11.0/base_tier_validation/migrations/11.0.1.2.0/post-migrate.py#L8 is necessary installing queue_job_batch. |
sbidoul
commented
Jul 9, 2019
@etobella that should not be necessary, the new dependency will be installed automatically. |
etobella
commented
Jul 9, 2019
Yes, my mistake, I always had issues with this kind of changes, but I did manage it wrongly. |
to allow users to monitor the progress of the data load interactively.
b3f8273 to
11e6f9dComparesbidoul
commented
Jul 9, 2019
/ocabot merge |
OCA-git-bot
commented
Jul 9, 2019
On my way to merge this fine PR! |
OCA-git-bot
commented
Jul 9, 2019
Congratulations, your PR was merged at 6461dab. Thanks a lot for contributing to OCA. ❤️ PS: Don't worry if GitHub says there are unmerged commits: it is due to a rebase before merge. All commits of this PR have been merged into |
This PR adds to the 'base_import_o' module the dependency with 'queue_job_batch' so that the end user can track the progress of the load.