← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 847791] Re: [trunk]:got error when installed sale_crm module

 

@Meera

Thanks for fixed. it's work.

Thanks,
Amit

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/847791

Title:
  [trunk]:got error when installed sale_crm module

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  Traceback (most recent call last):
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 118, in wrapper
      return f(self, dbname, *args, **kwargs)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 172, in execute
      res = self.execute_cr(cr, uid, obj, method, *args, **kw)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
      return getattr(object, method)(cr, uid, *args, **kw)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/orm.py", line 1948, in fields_view_get
      result['arch'] = apply_view_inheritance(source, result['view_id'])
    File "/home/amit/OpenERP/server/trunk/openerp/osv/orm.py", line 1904, in apply_view_inheritance
      source = apply_inheritance_specs(source, inherit, id)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/orm.py", line 1887, in apply_inheritance_specs
      raise_view_error("Element '%s' not found in parent view '%%(parent_xml_id)s'" % tag, inherit_id)
    File "/home/amit/OpenERP/server/trunk/openerp/osv/orm.py", line 1785, in raise_view_error
      %  (child_view.xml_id, self._name, error_msg))
  AttributeError: View definition error for inherited view 'sale_crm.view_sales_order_filter_inherit' on model 'sale.order': Element '<field name="date_order">' not found in parent view '%(parent_xml_id)s'

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


References