[FIX]account_analytic_analysis:current start date added in contract view
authorKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Wed, 12 Sep 2012 10:39:25 +0000 (16:09 +0530)
committerKhushboo Bhatt (Open ERP) <kbh@tinyerp.com>
Wed, 12 Sep 2012 10:39:25 +0000 (16:09 +0530)
bzr revid: kbh@tinyerp.com-20120912103925-8qirkjqfyfsv5xpc

addons/account_analytic_analysis/account_analytic_analysis_view.xml

index d8fdca8..e790467 100644 (file)
             <field name="inherit_id" ref="analytic.view_account_analytic_account_form"/>
             <field eval="40" name="priority"/>
             <field name="arch" type="xml">
+                <xpath expr='//field[@name="name"]' position="after" version="7.0">
+                        <h4>
+                            <label for="date_start" string="Start Date"/>
+                        </h4>
+                        <div>
+                            <h3>
+                                <field name="date_start" class="oe_inline"/>
+                            </h3>
+                        </div>
+                </xpath>
                 <xpath expr='//div[@name="duration"]' position="after" version="7.0">
                     <label for="quantity_max"/>
                     <div>