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
1=== modified file 'base_calendar/base_calendar_view.xml'
2--- base_calendar/base_calendar_view.xml 2012-12-10 15:08:45 +0000
3+++ base_calendar/base_calendar_view.xml 2013-03-05 07:09:20 +0000
4@@ -75,27 +75,38 @@
5 statusbar_visible="tentative,confirmed" statusbar_colors='{"proforma":"blue"}'/>
6 </header>
7 <sheet>
8- <group col="6">
9- <field name="name" string="Summary"
10- colspan="4" required="1"/>
11- <field name="allday" colspan="2" on_change="onchange_dates(date,False,False,allday)"/>
12- <newline/>
13- <field name="date" string="Start Date" required="1"
14- on_change="onchange_dates(date,duration,False,allday)"/>
15- <field name="duration" widget="float_time"
16- on_change="onchange_dates(date,duration,False,allday)" attrs="{'invisible': [('allday', '=', True)]}"/>
17- <field name="date_deadline" string="End Date" required="1"
18- on_change="onchange_dates(date,False,date_deadline)"/>
19- <field name="location"/>
20- <field name="alarm_id" string="Reminder"
21- widget="selection"/>
22- <group colspan="2" col="4" attrs="{'readonly': [('state','=','done')]}">
23- <field name="recurrency"/>
24- </group>
25- </group>
26+ <div class="oe_edit_only">
27+ <label for="name" string="Summary"/>
28+ </div>
29+ <h1>
30+ <field name="name" required="1"/>
31+ </h1>
32+ <group>
33+ <group>
34+ <field name="date" string="Start Date" required="1"
35+ on_change="onchange_dates(date,duration,False,allday)"/>
36+ <field name="date_deadline" string="End Date" required="1"
37+ on_change="onchange_dates(date,False,date_deadline)"/>
38+ <label for="duration"/>
39+ <div>
40+ <field name="duration" widget="float_time" class="oe_inline"
41+ on_change="onchange_dates(date,duration,False,allday)" attrs="{'invisible': [('allday', '=', True)]}"/>
42+ <label string="hours" attrs="{'invisible': [('allday','=',True)]}"/>
43+ <newline/>
44+ (<field name="allday" colspan="2" on_change="onchange_dates(date,False,False,allday)" class="oe_inline"/>
45+ <label for="allday" string="All Day?"/>)
46+ </div>
47+ </group>
48+ <group>
49+ <field name="location"/>
50+ <field name="alarm_id" string="Reminder"
51+ widget="selection"/>
52+ <field name="recurrency" attrs="{'readonly': [('state','=','done')]}"/>
53+ </group>
54+ </group>
55 <notebook>
56 <page string="Event">
57- <group col="6" colspan="4">
58+ <group col="4">
59 <separator colspan="6" string="Visibility"/>
60 <field name="user_id" string="Responsible User"/>
61 <field name="show_as" string="Show Time as"/>
62@@ -173,8 +184,6 @@
63 <newline/>
64 <field name="end_date" attrs="{'invisible' : [('end_type', '!=', 'end_date')] }"/>
65 <newline/>
66-
67-
68 </group>
69 <group col="8" colspan="4" name="Select weekdays" attrs="{'invisible' :[('rrule_type','not in', ['weekly'])]}">
70 <separator string="Choose day where repeat the meeting" colspan="8"/>

Subscribers

People subscribed via source and target branches

to all changes: