Namespace adapt in ovl70
this branch make the adaptation of ovl70 code to the use of namespace in the openerp library imports. This is a new requirement for the last server changes in the server branch.
Without this change the user of the ovl modules will not be capabable of even install the modules, it worl raise a server log error that could not find de library imports.
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- Katherine Zaoral (Vauxoo)
- Definition:
- Drafting
- Series goal:
- None
- Implementation:
- Good progress
- Milestone target:
- None
- Started by
- Katherine Zaoral (Vauxoo)
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Its all most complete. But there was a problem when trying to install iva module. it looks like there is a import report in the model/__init__.py field that not have to be there, Is weird because this module revision was already did and merge in ovl trunk. So... it needs to be checked.
After that, and if have no more server log errores, then this branch needs to be inmediatly merge to ovl trunk.
Work Items
Work items:
(1) Namespace changes: INPROGRESS
(1.1) openerp.osv: DONE
(1.2) openerp.tools: DONE
(1.3) openerp.pooler: DONE
(1.4) openerp.netsvc: DONE
(1.5) openerp.report: DONE
(1.6) openerp.addons: DONE
(1.7) openerp.release: TODO
(1.8) openerp.
(2) Error at impot in IVA module: TODO