Merge lp:~openerp-dev/openobject-addons/trunk-bug-1258459-ssh into lp:openobject-addons

Proposed by Sunil Sharma(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1258459-ssh
Merge into: lp:openobject-addons
Diff against target: 25 lines (+4/-4)
1 file modified
hr_holidays/hr_holidays_view.xml (+4/-4)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1258459-ssh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+206847@code.launchpad.net

Description of the change

Hello,

       I have fix this bug, Leave allocation request can not be refused or deleted in hr_holidays.

Thanks
Sunil Sharma (SSH)

To post a comment you must log in.
9087. By Niko (OpenERP)

[IMP] Add some video to manisfest ( website, website_blog, website_event, website_ecommerce)

9153. By Sunil Sharma(OpenERP)

[MRG]lp:openobject-addons

Unmerged revisions

9153. By Sunil Sharma(OpenERP)

[MRG]lp:openobject-addons

9152. By Sunil Sharma(OpenERP)

[fix]:leave allocation request can not be refused or delete

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hr_holidays/hr_holidays_view.xml'
--- hr_holidays/hr_holidays_view.xml 2014-02-11 15:48:27 +0000
+++ hr_holidays/hr_holidays_view.xml 2014-02-24 08:12:30 +0000
@@ -74,8 +74,8 @@
74 <label for="number_of_days_temp" string="Duration"/>74 <label for="number_of_days_temp" string="Duration"/>
75 <div>75 <div>
76 <group col="3" attrs="{'invisible': [('type', '=', 'add')]}">76 <group col="3" attrs="{'invisible': [('type', '=', 'add')]}">
77 <field name="date_from" nolabel="1" on_change="onchange_date_from(date_to, date_from)" attrs="{'required':[('type', '=', 'remove')]}" class="oe_inline"/><label string="-" class="oe_inline"/>77 <field name="date_from" nolabel="1" on_change="onchange_date_from(date_to, date_from)" attrs="{'required':[('type','=','remove')]}" class="oe_inline"/><label string="-" class="oe_inline"/>
78 <field name="date_to" nolabel="1" on_change="onchange_date_to(date_to, date_from)" attrs="{'required':[('type', '=', 'remove')]}" class="oe_inline"/>78 <field name="date_to" nolabel="1" on_change="onchange_date_to(date_to, date_from)" attrs="{'required':[('type','=','remove')]}" class="oe_inline"/>
79 </group>79 </group>
80 <div>80 <div>
81 <field name="number_of_days_temp" class="oe_inline"/> days81 <field name="number_of_days_temp" class="oe_inline"/> days
@@ -136,8 +136,8 @@
136 <group col="4">136 <group col="4">
137 <field name="holiday_status_id"/>137 <field name="holiday_status_id"/>
138 <field name="type"/>138 <field name="type"/>
139 <field name="date_from" on_change="onchange_date_from(date_to, date_from)" attrs="{'readonly':[('type','=','add')], 'required':[('type','=','remove')]}"/>139 <field name="date_from" on_change="onchange_date_from(date_to, date_from)" attrs="{'invisible':[('type','=','add')], 'required':[('type','=','remove')]}"/>
140 <field name="date_to" on_change="onchange_date_from(date_to, date_from)" attrs="{'readonly':[('type','=','add')], 'required':[('type','=','remove')]}"/>140 <field name="date_to" on_change="onchange_date_from(date_to, date_from)" attrs="{'invisible':[('type','=','add')], 'required':[('type','=','remove')]}"/>
141 <field name="number_of_days_temp"/>141 <field name="number_of_days_temp"/>
142 <field name="manager_id"/>142 <field name="manager_id"/>
143 </group>143 </group>

Subscribers

People subscribed via source and target branches

to all changes: