[6.1]Need to convert old wizard.interface to osv.osv_memory wizard

Bug #862227 reported by Stefan Rijnhart (Opener)
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Low
OpenERP R&D Addons Team 1

Bug Description

Hi,

The module base_module_record's wizards still need to be migrated to TransientModel. Currently, it still uses the old wizard.interface. As a result, the module's wizards do not work in the Web client (6.0 and 6.1).

Cheers,
Stefan.

Related branches

Revision history for this message
Amit Parik (amit-parik) wrote :

Hello,

I have agree with the bug report we have already converted a wizard.interface to a osv.osv_memory wizard.
And for new web-client 6.1 the wizard.interface (old wizard) doesn't work.

I have applied a grep command on addons. There are the following module which have wizard.interface and we need to converr them to osv.osv_memory wizard

/home/amp/workspace/rdtools/addons/trunk/google_map/wizard/google_map_launch.py:51:class launch_map(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_record/wizard/base_module_save.py:190:class base_module_publish(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_record/wizard/base_module_record_objects.py:103:class base_module_record_objects(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_record/wizard/base_module_record_data.py:130:class base_module_record_objects(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_report_creator/wizard/wiz_set_filter_fields.py:204:class set_filter_fields(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/crm/wizard/wizard_history_event.py:52:class case_history_event(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/crm/wizard/crm_phonecall_to_meeting.py:32:class phonecall2meeting(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/crm_profiling/wizard/open_questionnaire.py:28:class open_questionnaire(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/account_asset/wizard/wizard_asset_close.py:33:class wizard_asset_close(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_quality/wizard/quality_save_report.py:52:class save_report(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_quality/wizard/module_quality_check.py:29:class quality_check(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_doc_rst/wizard/generate_relation_graph.py:40:class create_graph(wizard.interface):
/home/amp/workspace/rdtools/addons/trunk/base_module_doc_rst/wizard/wizard_tech_guide_rst.py:325:class wizard_tech_guide_rst(wizard.interface):

There are most of modules from addons1 team so as a generic way I am assigning this to addons1 team.

Thanks.

Changed in openobject-addons:
assignee: nobody → OpenERP R&D Addons Team 1 (openerp-dev-addons1)
importance: Undecided → Low
status: New → Confirmed
summary: - [6.1] base_module_record uses old wizard.interface
+ [6.1]Need to convert old wizard.interface to osv.osv_memory wizard
Changed in openobject-addons:
status: Confirmed → In Progress
Revision history for this message
DBR (OpenERP) (dbr-openerp) wrote :

Hello,

Its fixed in following branch :
lp:~openerp-dev/openobject-addons/trunk-bug-862227-dbr
It will be merge soon with trunk addons.

Revision ID : 5239 <email address hidden>
Revision No: 5239

Thank You.

Changed in openobject-addons:
status: In Progress → Fix Committed
tfr (Openerp) (tfr)
Changed in openobject-addons:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.