Can't find field 'description'
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.
2014-03-14 18:24:14,052 25443 INFO DevDB openerp.
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.
* product.
* product.
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.
Traceback (most recent call last):
File "/usr/lib/
fvg = self.pool.
File "/usr/lib/
xarch, xfields = self.__
File "/usr/lib/
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.
2014-03-14 18:24:14,117 25443 ERROR DevDB openerp.
<record model="ir.ui.view" id="project_
<field name="name"
<field name="model"
<field name="inherit_id" ref="project_
<field name="arch" type="xml">
</record>
The only fields 'description' i can found is in project_issue modul, and another one in ../project_
Please, if there is a modul not yet ready to install or to test, just change his status in __openerp__.py to 'installable = False.