Merge lp:~openerp-dev/openobject-addons/trunk-bug-1121908-hitesh into lp:openobject-addons

Proposed by Hitesh Vaghasiya(OpenERP Trainee)
Status: Work in progress
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1121908-hitesh
Merge into: lp:openobject-addons
Diff against target: 70 lines (+30/-21)
1 file modified
base_calendar/base_calendar_view.xml (+30/-21)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1121908-hitesh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+151685@code.launchpad.net

Description of the change

Hello,

It has been fixed into this branch lp:~openerp-dev/openobject-addons/trunk-bug-1121908-hitesh
with following revision

Revision ID:<email address hidden>
Revision No:8561

it will be merged soon in addons!!!

Thanks

To post a comment you must log in.

Unmerged revisions

8561. By Hitesh Vaghasiya(OpenERP Trainee)

[FIX]base_calendar:Changed layout of Event Form in base_calendar

8560. By Hitesh Vaghasiya(OpenERP Trainee)

[MERGE]: Merged with addons

8559. By Hitesh Vaghasiya(OpenERP Trainee)

[FIX] calendar: imporve Event form view

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'base_calendar/base_calendar_view.xml'
--- base_calendar/base_calendar_view.xml 2012-12-10 15:08:45 +0000
+++ base_calendar/base_calendar_view.xml 2013-03-05 07:09:20 +0000
@@ -75,27 +75,38 @@
75 statusbar_visible="tentative,confirmed" statusbar_colors='{"proforma":"blue"}'/>75 statusbar_visible="tentative,confirmed" statusbar_colors='{"proforma":"blue"}'/>
76 </header>76 </header>
77 <sheet>77 <sheet>
78 <group col="6">78 <div class="oe_edit_only">
79 <field name="name" string="Summary"79 <label for="name" string="Summary"/>
80 colspan="4" required="1"/>80 </div>
81 <field name="allday" colspan="2" on_change="onchange_dates(date,False,False,allday)"/>81 <h1>
82 <newline/>82 <field name="name" required="1"/>
83 <field name="date" string="Start Date" required="1"83 </h1>
84 on_change="onchange_dates(date,duration,False,allday)"/>84 <group>
85 <field name="duration" widget="float_time"85 <group>
86 on_change="onchange_dates(date,duration,False,allday)" attrs="{'invisible': [('allday', '=', True)]}"/>86 <field name="date" string="Start Date" required="1"
87 <field name="date_deadline" string="End Date" required="1"87 on_change="onchange_dates(date,duration,False,allday)"/>
88 on_change="onchange_dates(date,False,date_deadline)"/>88 <field name="date_deadline" string="End Date" required="1"
89 <field name="location"/>89 on_change="onchange_dates(date,False,date_deadline)"/>
90 <field name="alarm_id" string="Reminder"90 <label for="duration"/>
91 widget="selection"/>91 <div>
92 <group colspan="2" col="4" attrs="{'readonly': [('state','=','done')]}">92 <field name="duration" widget="float_time" class="oe_inline"
93 <field name="recurrency"/>93 on_change="onchange_dates(date,duration,False,allday)" attrs="{'invisible': [('allday', '=', True)]}"/>
94 </group>94 <label string="hours" attrs="{'invisible': [('allday','=',True)]}"/>
95 </group>95 <newline/>
96 (<field name="allday" colspan="2" on_change="onchange_dates(date,False,False,allday)" class="oe_inline"/>
97 <label for="allday" string="All Day?"/>)
98 </div>
99 </group>
100 <group>
101 <field name="location"/>
102 <field name="alarm_id" string="Reminder"
103 widget="selection"/>
104 <field name="recurrency" attrs="{'readonly': [('state','=','done')]}"/>
105 </group>
106 </group>
96 <notebook>107 <notebook>
97 <page string="Event">108 <page string="Event">
98 <group col="6" colspan="4">109 <group col="4">
99 <separator colspan="6" string="Visibility"/>110 <separator colspan="6" string="Visibility"/>
100 <field name="user_id" string="Responsible User"/>111 <field name="user_id" string="Responsible User"/>
101 <field name="show_as" string="Show Time as"/>112 <field name="show_as" string="Show Time as"/>
@@ -173,8 +184,6 @@
173 <newline/>184 <newline/>
174 <field name="end_date" attrs="{'invisible' : [('end_type', '!=', 'end_date')] }"/>185 <field name="end_date" attrs="{'invisible' : [('end_type', '!=', 'end_date')] }"/>
175 <newline/>186 <newline/>
176
177
178 </group>187 </group>
179 <group col="8" colspan="4" name="Select weekdays" attrs="{'invisible' :[('rrule_type','not in', ['weekly'])]}">188 <group col="8" colspan="4" name="Select weekdays" attrs="{'invisible' :[('rrule_type','not in', ['weekly'])]}">
180 <separator string="Choose day where repeat the meeting" colspan="8"/>189 <separator string="Choose day where repeat the meeting" colspan="8"/>

Subscribers

People subscribed via source and target branches

to all changes: