Error al instalar l10n_ve_fiscal_requirements

Bug #931518 reported by Juan José Pimentel (Digisolution)
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Openerp Venezuela
Fix Released
Low
Jose Antonio Morales Ponce(vauxoo) - - http://www.vauxoo.com

Bug Description

revno: 612 [merge]
revision-id: <email address hidden>
parent: <email address hidden>
parent: <email address hidden>

Al instalar el modulo l10n_ve_fiscal_requirements se genera el siguiente error:

 ERROR:tools.convert.xml_import:Parse error in /opt/openerp/development/6.0/modules/l10n_ve_fiscal_requirements/view/account_invoice_view.xml:31:
<record id="account_invoice_nro_control_supplier_form" model="ir.ui.view">
            <field name="name">account.invoice.nro.control.supplier.form</field>
            <field name="model">account.invoice</field>
            <field name="type">form</field>
            <field name="inherit_id" ref="account.invoice_supplier_form"/>
            <field name="arch" type="xml">
                <xpath expr="/form/notebook/page/field[@name='check_total']" position="after">
                    <group colspan="2">
                    <field name="nro_ctrl" required="1"/>
                    <button name="%(action_wiz_nroctrl)d" type="action" string="Change control number" icon="gtk-execute"/>
                </group>
                </xpath>
            </field>
        </record>
Traceback (most recent call last):
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 865, in parse
    self._tags[rec.tag](self.cr, rec, n)
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 826, in _tag_record
    f_val = _eval_xml(self,field, self.pool, cr, self.uid, self.idref)
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 152, in _eval_xml
    idref)
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 146, in _process
    idref[id]=self.id_get(cr, id)
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 842, in id_get
    res = self.model_id_get(cr, id_str)
  File "/opt/openerp/development/6.0/server/bin/tools/convert.py", line 851, in model_id_get
    return model_data_obj.get_object_reference(cr, self.uid, mod, id_str)
  File "/opt/openerp/development/6.0/server/bin/tools/misc.py", line 821, in cached_result
    result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
  File "/opt/openerp/development/6.0/modules/base/ir/ir_model.py", line 609, in get_object_reference
    data_id = self._get_id(cr, uid, module, xml_id)
  File "/opt/openerp/development/6.0/server/bin/tools/misc.py", line 821, in cached_result
    result2 = fn(self2, cr, *args[:self.skiparg-2], **kwargs2)
  File "/opt/openerp/development/6.0/modules/base/ir/ir_model.py", line 602, in _get_id
    raise ValueError('No references to %s.%s' % (module, xml_id))
ValueError: No references to l10n_ve_fiscal_requirements.action_wiz_nroctrl

Related branches

Revision history for this message
Juan José Pimentel (Digisolution) (juan-pimentel) wrote :
Changed in openerp-venezuela-localization:
importance: Undecided → Low
assignee: nobody → Jose Antonio Morales Ponce(vauxoo) (josemoralesp)
Changed in openerp-venezuela-localization:
status: New → Fix Committed
Changed in openerp-venezuela-localization:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.