Merge lp:~acsone-openerp/openerp-connector/bug-1288187-sbi-unicode into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
Stéphane Bidoul (Acsone)
| Status: | Rejected | ||||
|---|---|---|---|---|---|
| Rejected by: | Guewen Baconnier @ Camptocamp | ||||
| Proposed branch: | lp:~acsone-openerp/openerp-connector/bug-1288187-sbi-unicode | ||||
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 | ||||
| Diff against target: |
34 lines (+3/-3) 2 files modified
connector/queue/job.py (+2/-2) connector/tests/test_job.py (+1/-1) |
||||
| To merge this branch: | bzr merge lp:~acsone-openerp/openerp-connector/bug-1288187-sbi-unicode | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Guewen Baconnier @ Camptocamp | Needs Information | ||
|
Review via email:
|
|||
Description of the change
Fix for jobs with unicode arguments.
Drawback is that it is not backward compatible with existing stored jobs.
What would be a better solution?
To post a comment you must log in.
Unmerged revisions
- 621. By Stéphane Bidoul (Acsone)
-
[FIX] jobs with unicode arguments
Hi, the test that you provide success on my side. Was the test failing before you made your change?