Merge lp:~matjaz-6/openerpsl/openerpsl_04_29 into lp:openerpsl/7.0

Proposed by Matjaz Kalic
Status: Merged
Merged at revision: 430
Proposed branch: lp:~matjaz-6/openerpsl/openerpsl_04_29
Merge into: lp:openerpsl/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
account_asset_extensions/account_asset_view.xml (+1/-1)
To merge this branch: bzr merge lp:~matjaz-6/openerpsl/openerpsl_04_29
Reviewer Review Type Date Requested Status
Mentis Pending
Review via email: mp+226257@code.launchpad.net

Description of the change

[FIX] account_asset_view (fix)

To post a comment you must log in.
430. By Dušan Laznik (Mentis)

[FIX] account_asset_view (fix)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_asset_extensions/account_asset_view.xml'
2--- account_asset_extensions/account_asset_view.xml 2014-07-08 10:38:00 +0000
3+++ account_asset_extensions/account_asset_view.xml 2014-07-10 08:32:45 +0000
4@@ -8,7 +8,7 @@
5 <field name="inherit_id" ref="account_asset.view_account_asset_asset_form"/>
6 <field name="arch" type="xml">
7 <xpath expr="//sheet/group/group/field[@name='purchase_date']" position="after">
8- <field name="date_acquisition"/>
9+ <field name="acquisition_date"/>
10 <field name="account_analytic_id"/>
11 <field name="location_id"/>
12 </xpath>

Subscribers

People subscribed via source and target branches