c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #33526
[Bug 862227] Re: [6.1] base_module_record uses old wizard.interface
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
Importance: Undecided => Low
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
** Summary changed:
- [6.1] base_module_record uses old wizard.interface
+ [6.1]Need to convert old wizard.interface to osv.osv_memory wizard
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/862227
Title:
[6.1]Need to convert old wizard.interface to osv.osv_memory wizard
Status in OpenERP Addons (modules):
Confirmed
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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/862227/+subscriptions
References