← Back to team overview

savoirfairelinux-openerp team mailing list archive

lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1106931 into lp:openerp-mgmtsystem

 

Virgil Dupras has proposed merging lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1106931 into lp:openerp-mgmtsystem.

Requested reviews:
  OpenERP Management System Core Editors (openerp-mgmtsystem-core-editors)
Related bugs:
  Bug #1106923 in OpenERP Management System: "Error after installing module mgmtsystem_hazard when install module project"
  https://bugs.launchpad.net/openerp-mgmtsystem/+bug/1106923
  Bug #1106931 in OpenERP Management System: "Error after installing mgmtsystem_hazard - error to open company form"
  https://bugs.launchpad.net/openerp-mgmtsystem/+bug/1106931

For more details, see:
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1106931/+merge/145408
-- 
https://code.launchpad.net/~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1106931/+merge/145408
Your team Savoir-faire Linux' OpenERP is subscribed to branch lp:~savoirfairelinux-openerp/openerp-mgmtsystem/7.0-fix-1106931.
=== modified file 'mgmtsystem_hazard/mgmtsystem_hazard.xml'
--- mgmtsystem_hazard/mgmtsystem_hazard.xml	2012-08-20 18:34:19 +0000
+++ mgmtsystem_hazard/mgmtsystem_hazard.xml	2013-01-29 15:40:28 +0000
@@ -341,7 +341,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="base.view_company_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/notebook/page[@string='Configuration']" position="inside">
+                <xpath expr="//page[@string='Configuration']" position="inside">
                     <separator string="Management System"/>
                     <field name="risk_computation_id"/>
                 </xpath>


Follow ups