Can't find field 'description'

Bug #1292723 reported by Med Said BARA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenERP Advanced Project Management
New
Undecided
Unassigned

Bug Description

Hi;

Can someone help us?

Where is the field 'description' ???

I'm getting this error since Revno 130.

2014-03-14 18:24:14,032 25443 INFO DevDB openerp.modules.module: module project_issue_solutions_product: creating or updating database tables
2014-03-14 18:24:14,052 25443 INFO DevDB openerp.modules.loading: module project_issue_solutions_product: loading project_issue_solution_view.xml
2014-03-14 18:24:14,102 25443 ERROR DevDB openerp.osv.orm: Can't find field 'description' in the following view parts composing the view of object model 'project.issue.solution':
 * product.product.issue
 * product.product.issue

Either you wrongly customized this view, or some modules bringing those views are not compatible with your current data model
2014-03-14 18:24:14,104 25443 ERROR DevDB openerp.addons.base.ir.ir_ui_view: Can't render view project_issue_solutions_product.project_issue_solution_filter_view for model: project.issue.solution
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/addons/base/ir/ir_ui_view.py", line 126, in _check_render_view
    fvg = self.pool.get(view.model).fields_view_get(cr, uid, view_id=view.id, view_type=view.type, context=context)
  File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 2273, in fields_view_get
    xarch, xfields = self.__view_look_dom_arch(cr, user, result['arch'], view_id, context=ctx)
  File "/usr/lib/pymodules/python2.7/openerp/osv/orm.py", line 1950, in __view_look_dom_arch
    raise except_orm('View error', msg)
except_orm: ('View error', u"Can't find field 'description' in the following view parts composing the view of object model 'project.issue.solution':\n * product.product.issue\n * product.product.issue\n\nEither you wrongly customized this view, or some modules bringing those views are not compatible with your current data model")
2014-03-14 18:24:14,117 25443 ERROR DevDB openerp.tools.convert: Parse error in /usr/lib/pymodules/python2.7/openerp/addons/project_issue_solutions_product/project_issue_solution_view.xml:5:
<record model="ir.ui.view" id="project_issue_solution_filter_view">
            <field name="name">product.product.issue</field>
            <field name="model">project.issue.solution</field>
            <field name="inherit_id" ref="project_issue_solutions.project_issue_solution_filter_view"/>
            <field name="arch" type="xml">
                <data><field name="name" string="Everywhere" position="attributes">
                    <attribute name="filter_domain">"['|','|','|','|',('name','ilike',self),('issue_description','ilike',self),('solution_description','ilike',self),('categ_ids','ilike',self),('product_ids','ilike',self)]"</attribute>
                </field>
                <search position="inside">
                    <field name="product_ids"/>
                </search>
            </data></field>
        </record>

The only fields 'description' i can found is in project_issue modul, and another one in ../project_descriptionview/project_view.xml (but this modul seems to me as unusable).

Please, if there is a modul not yet ready to install or to test, just change his status in __openerp__.py to 'installable = False.

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.