← Back to team overview

openerp-india team mailing list archive

[Bug 1094058] [NEW] [7.0] on module purchase installation XML error view

 

Public bug reported:

hi,  this is an error on purchase installation module.

/home/openerp/openerp7/branch/openobject-
addons/purchase/company_view.xml:

this is the view xml content give by the log

<record id="mrp_company" model="ir.ui.view">
            <field name="name">res.company.mrp.config</field>
            <field name="model">res.company</field>
            <field name="priority">19</field>
            <field name="inherit_id" ref="base.view_company_form"/>
            <field name="arch" type="xml">
                <xpath expr="//group[@name='logistics_grp']" position="inside">
                        <field name="po_lead"/>
                </xpath>
            </field>
        </record>

thanks for all

stephane

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1094058

Title:
  [7.0] on module purchase installation  XML error view

Status in OpenERP Addons (modules):
  New

Bug description:
  hi,  this is an error on purchase installation module.

  /home/openerp/openerp7/branch/openobject-
  addons/purchase/company_view.xml:

  this is the view xml content give by the log

  <record id="mrp_company" model="ir.ui.view">
              <field name="name">res.company.mrp.config</field>
              <field name="model">res.company</field>
              <field name="priority">19</field>
              <field name="inherit_id" ref="base.view_company_form"/>
              <field name="arch" type="xml">
                  <xpath expr="//group[@name='logistics_grp']" position="inside">
                          <field name="po_lead"/>
                  </xpath>
              </field>
          </record>

  thanks for all

  stephane

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1094058/+subscriptions


Follow ups

References