Wrong field in procurement order view xml, overrules required field in form!

Bug #344280 reported by Marcel van der Boom (HS-Development BV)
2
Affects Status Importance Assigned to Milestone
Odoo Addons (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

http://bazaar.launchpad.net/%7Eopenerp/openobject-addons/trunk/revision/2209.6.17 introduced a wrong field in the procurement orders view. This is particularly annoying, because it overrules the required field on the front form.

Patch:

=== modified file 'mrp/mrp_view.xml'
--- mrp/mrp_view.xml 2009-03-11 13:41:51 +0000
+++ mrp/mrp_view.xml 2009-03-17 14:43:21 +0000
@@ -711,9 +711,9 @@
                         <separator colspan="4" string="Properties"/>
                         <field colspan="4" name="property_ids" nolabel="1" groups="base.group_extended"/>
                     </page>
- <page string="Note">
+ <page string="Notes">
                         <separator colspan="4" string="Note" />
- <field name="name" colspan="4" />
+ <field name="note" colspan="4" nolabel="1"/>
                     </page>
                     </notebook>
                 </form>

Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

fixed in trunk addons revision no 2243

Changed in openobject-addons:
status: New → 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.