c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #12572
[Bug 691466] Re: Field priority is incorrectly described
Hi Nick, I can't find any examples where priority is used. Can you point
me to a source file that uses it?
Any chance you're mixing up the priority field of a view with the
priority parameter of a field definition?
Field parameters:
http://doc.openerp.com/developer/2_5_Objects_Fields_Methods/openerp_fields.html
View fields:
http://doc.openerp.com/developer/2_6_views_events/views/design_element.html
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/691466
Title:
Field priority is incorrectly described
Status in OpenERP Documentation:
New
Bug description:
In the 'fields introduction' page of section 2.5 of the developer
book, field priority is described:
priority: Not used?
However, it is used, and is very useful in determining how inheritance
works. Attached is a patch with a basic description.
References