Merge lp:~camptocamp/openerp-connector/7.0-delay-return-uuid-lep into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
Leonardo Pistone
| Status: | Merged |
|---|---|
| Approved by: | Guewen Baconnier @ Camptocamp |
| Approved revision: | 604 |
| Merged at revision: | 606 |
| Proposed branch: | lp:~camptocamp/openerp-connector/7.0-delay-return-uuid-lep |
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 |
| Diff against target: |
60 lines (+20/-5) 2 files modified
connector/queue/job.py (+14/-4) connector/tests/test_job.py (+6/-1) |
| To merge this branch: | bzr merge lp:~camptocamp/openerp-connector/7.0-delay-return-uuid-lep |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Guewen Baconnier @ Camptocamp | code review | Approve | |
|
Review via email:
|
|||
Commit message
[imp] when delaying function and creating a job, return the job uuid.
This should not break anything because before everything returned None.
Description of the change
The delay() function returns None.
This changes it so that it returns the new job UUID.
I changed an existing unit test to cover that.
Thanks!
To post a comment you must log in.
Nice! Thanks