Merge lp:~camptocamp/openerp-connector/7.0-unicode-pickled-1288187 into lp:~openerp-connector-core-editors/openerp-connector/7.0
Proposed by
Guewen Baconnier @ Camptocamp
| Status: | Merged | ||||
|---|---|---|---|---|---|
| Approved by: | Guewen Baconnier @ Camptocamp | ||||
| Approved revision: | 627 | ||||
| Merged at revision: | 627 | ||||
| Proposed branch: | lp:~camptocamp/openerp-connector/7.0-unicode-pickled-1288187 | ||||
| Merge into: | lp:~openerp-connector-core-editors/openerp-connector/7.0 | ||||
| Diff against target: |
112 lines (+51/-4) 5 files modified
connector/__openerp__.py (+1/-1) connector/migrations/2.2.0/pre-migration.py (+9/-0) connector/queue/job.py (+2/-2) connector/queue/model.py (+1/-1) connector/tests/test_job.py (+38/-0) |
||||
| To merge this branch: | bzr merge lp:~camptocamp/openerp-connector/7.0-unicode-pickled-1288187 | ||||
| Related bugs: |
|
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Leonardo Pistone (community) | code review | Approve | |
| Stéphane Bidoul (Acsone) (community) | code review and test | Approve | |
| OpenERP Connector Core Editors | Pending | ||
|
Review via email:
|
|||
Description of the change
Alternative fix for lp:1288187
(the other one is https:/
To post a comment you must log in.
LGTM. Binary fields are cleaner and both approaches require migration of existing data.