← Back to team overview

avanzosc team mailing list archive

[Bug 861320] Re: error in view since changed module name mrp_advanced_operations

 

The bug is connected to the name change of mrp_operations_ext to
mrp_avanced_operations, so the reference has gone missing.

To fix this modify the cost_view.xml file in the mrp_manufacturing_cost module and modify the inherit reference from "mrp_operations_ext.mrp_production_operation_real_form_view" to "mrp_avanced_operations.mrp_production_operation_real_form_view" on line 125. It's located in the view "mrp_production_operation_real_inherit_form_view".
 
After modification the installation will be flawless.

** Attachment added: "Patch to solve the issue."
   https://bugs.launchpad.net/avanzosc/+bug/861320/+attachment/2511517/+files/cost_view.patch.txt

-- 
You received this bug notification because you are a member of Avanzosc
Developers, which is subscribed to Avanzosc developments.
https://bugs.launchpad.net/bugs/861320

Title:
  error in view since changed module name mrp_advanced_operations

Status in Avanzosc OpenERP modules:
  New

Bug description:
  Environment Information :
  System : Windows-XP-5.1.2600-Dodatek_Service_Pack_3
  OS Name : nt
  Operating System Release : XP
  Operating System Version : 5.1.2600
  Operating System Architecture : 32bit
  Operating System Locale : pl_PL.cp1250
  Python Version : 2.5.2
  OpenERP-Client Version : 6.0.3
  Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
  File "netsvc.pyo", line 489, in dispatch
  File "service\web_services.pyo", line 599, in dispatch
  File "osv\osv.pyo", line 122, in wrapper
  File "osv\osv.pyo", line 176, in execute
  File "osv\osv.pyo", line 167, in execute_cr
  File "C:\Program Files\OpenERP 6.0\Server\addons\base\module\wizard\base_module_upgrade.py", line 98, in upgrade_module
  File "pooler.pyo", line 60, in restart_pool
  File "pooler.pyo", line 39, in get_db_and_pool
  File "addons\__init__.pyo", line 883, in load_modules
  File "addons\__init__.pyo", line 748, in load_module_graph
  File "addons\__init__.pyo", line 641, in load_init_update_xml
  File "tools\convert.pyo", line 975, in convert_xml_import
  File "tools\convert.pyo", line 865, in parse
  File "tools\convert.pyo", line 824, in _tag_record
  File "tools\convert.pyo", line 842, in id_get
  File "tools\convert.pyo", line 851, in model_id_get
  File "tools\misc.pyo", line 823, in cached_result
  File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_model.py", line 609, in get_object_reference
  File "tools\misc.pyo", line 823, in cached_result
  File "C:\Program Files\OpenERP 6.0\Server\addons\base\ir\ir_model.py", line 602, in _get_id
  ValueError: No references to mrp_operations_ext.mrp_production_operation_real_form_view

  Reported on:
  http://www.openerp.com/forum/posting.php?mode=reply&f=10&t=24523

To manage notifications about this bug go to:
https://bugs.launchpad.net/avanzosc/+bug/861320/+subscriptions


References