[IMP]: crm: Meeting recurrency option, Way to end reccurency, End date, then field...
authorRucha (Open ERP) <rpa@tinyerp.com>
Thu, 14 Apr 2011 07:23:51 +0000 (12:53 +0530)
committerRucha (Open ERP) <rpa@tinyerp.com>
Thu, 14 Apr 2011 07:23:51 +0000 (12:53 +0530)
bzr revid: rpa@tinyerp.com-20110414072351-7ya4vrw3tofxywc3

addons/crm/crm_meeting_view.xml

index aba6988..7010440 100644 (file)
                                 <field name="count" attrs="{'invisible' : [('end_type', '!=', 'count')] }"/>
                                 <label string=" " colspan="2" />
                                 <newline />
-                                <field name="end_date" attrs="{'invisible' : [('end_type', '!=', 'end_date')] }"/>
+                                <field name="end_date" attrs="{'invisible' : [('end_type', '!=', 'end_date')], 'required': [('end_type', '=', 'end_date')]}"/>
                                 <newline />