Merge lp:~openerp-dev/openobject-addons/trunk-bug-1278724-dka into lp:openobject-addons

Proposed by Darshan Kalola(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1278724-dka
Merge into: lp:openobject-addons
Diff against target: 14 lines (+2/-2)
1 file modified
hr_holidays/hr_holidays_view.xml (+2/-2)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1278724-dka
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+205724@code.launchpad.net

Description of the change

Hello,

  I have fixed the problem of Start Date, End Date fields are invalid when create new allocation request (hr_holidays).

Thanks,
Darshan

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)

Unmerged revisions

9129. By Darshan Kalola(OpenERP)

[FIX]hr_holidays:fixed problem of not able to create allocation request

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hr_holidays/hr_holidays_view.xml'
2--- hr_holidays/hr_holidays_view.xml 2014-01-15 09:38:05 +0000
3+++ hr_holidays/hr_holidays_view.xml 2014-02-11 09:56:17 +0000
4@@ -74,8 +74,8 @@
5 <label for="number_of_days_temp" string="Duration"/>
6 <div>
7 <group col="3" attrs="{'invisible': [('type', '=', 'add')]}">
8- <field name="date_from" nolabel="1" on_change="onchange_date_from(date_to, date_from)" required="1" class="oe_inline"/><label string="-" class="oe_inline"/>
9- <field name="date_to" nolabel="1" on_change="onchange_date_to(date_to, date_from)" required="1" class="oe_inline"/>
10+ <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"/>
11+ <field name="date_to" nolabel="1" on_change="onchange_date_to(date_to, date_from)" attrs="{'required': [('type', '=', 'remove')]}" class="oe_inline"/>
12 </group>
13 <div>
14 <field name="number_of_days_temp" class="oe_inline"/> days

Subscribers

People subscribed via source and target branches

to all changes: