[FIX] crm_project : put required=True on project_id field in bugs, future request...
authorHarry (Open ERP) <hmo@tinyerp.com>
Sun, 3 Jan 2010 07:18:18 +0000 (12:48 +0530)
committerHarry (Open ERP) <hmo@tinyerp.com>
Sun, 3 Jan 2010 07:18:18 +0000 (12:48 +0530)
bzr revid: hmo@tinyerp.com-20100103071818-alzndzw1qb2qdrz0

addons/crm_project/crm_bugs_view.xml
addons/crm_project/crm_future_view.xml

index 7ea88e6..0e8535e 100644 (file)
@@ -42,7 +42,7 @@
         <field name="arch" type="xml">
             <form string="Bug Tracker Form">
                 <group colspan="4" col="6">
-                       <field name="project_id"/>
+                       <field name="project_id" required="True"/>
                     <field name="name" string="Title" colspan="2"/>
                     <field name="section_id" colspan="1" widget="selection"/>
                         <label string="Resolution: " align="1.0"/>
index 984f902..67616e4 100644 (file)
@@ -42,7 +42,7 @@
         <field name="arch" type="xml">
             <form string="Future Request Form">
                 <group colspan="4" col="6">
-                       <field name="project_id"/>
+                       <field name="project_id" required="True"/>
                     <field name="name" string="Title" colspan="2"/>
                     <field name="section_id" colspan="1" widget="selection"/>
                         <label string="Resolution: " align="1.0"/>