← Back to team overview

openerp-india team mailing list archive

[Bug 1083148] [NEW] install pad on OpenERP 7.0 beta

 

Public bug reported:

I had OpenERP 7.0 beta on Ubuntu 12.04 with Postgresql 9.1.

When I install the pad module, I get:

 ERROR demo7_manu tools.view_validation: Invalid XML: A `for` and `string` attribute must be on a `label` node.
2012-11-26 12:47:51,924 17447 ERROR demo7_manu openerp.tools.convert: Parse error in /home/hifly/openerp/7.0/beta1116/openerp/addons/pad/res_company.xml:3: 
<record id="view_company_form_with_pad" model="ir.ui.view">
      <field name="name">res.company.form.pad</field>
      <field name="model">res.company</field>
      <field name="inherit_id" ref="base.view_company_form"/>
      <field name="arch" type="xml">
        <xpath expr="//group[@name='account_grp']" position="after">
            <group string="Pads">
                <field name="pad_server" placeholder="e.g. beta.primarypad.com"/>
                <field name="pad_key"/>
            </group>
        </xpath>
      </field>
    </record>

please check it.

** 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/1083148

Title:
  install pad on OpenERP 7.0 beta

Status in OpenERP Addons (modules):
  New

Bug description:
  I had OpenERP 7.0 beta on Ubuntu 12.04 with Postgresql 9.1.

  When I install the pad module, I get:

   ERROR demo7_manu tools.view_validation: Invalid XML: A `for` and `string` attribute must be on a `label` node.
  2012-11-26 12:47:51,924 17447 ERROR demo7_manu openerp.tools.convert: Parse error in /home/hifly/openerp/7.0/beta1116/openerp/addons/pad/res_company.xml:3: 
  <record id="view_company_form_with_pad" model="ir.ui.view">
        <field name="name">res.company.form.pad</field>
        <field name="model">res.company</field>
        <field name="inherit_id" ref="base.view_company_form"/>
        <field name="arch" type="xml">
          <xpath expr="//group[@name='account_grp']" position="after">
              <group string="Pads">
                  <field name="pad_server" placeholder="e.g. beta.primarypad.com"/>
                  <field name="pad_key"/>
              </group>
          </xpath>
        </field>
      </record>

  please check it.

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


Follow ups

References