Merge lp:~openerp-dev/openobject-addons/trunk-bug-728384-ara into lp:openobject-addons

Proposed by Ashvin Rathod (OpenERP)
Status: Merged
Merged at revision: 4518
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-728384-ara
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
sale_analytic_plans/sale_analytic_plans_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-728384-ara
Reviewer Review Type Date Requested Status
OpenERP buildbot (community) Needs Fixing
Mustufa Rangwala (Open ERP) (community) Approve
Review via email: mp+52513@code.launchpad.net

Description of the change

Hello,

fix the bug: sale_analytic_plans: Position of Analytic distribution field
https://bugs.launchpad.net/openobject-addons/+bug/728384

Thanks,
ara

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve
Revision history for this message
OpenERP buildbot (openerp-buildbot) wrote :

crm_partner_assign/test/test_crm_partner_assign.yml[warning]: AssertionError in Python code : SMTP not configured !
project_timesheet/test/worktask_entry_to_timesheetline_entry.yml[warning]: Assertion "After hr manager's work task" FAILED test: len(timesheet_ids) > 0 values: ! 0 > 0
~/addons/anonymization/anonymization.py:298[pywarn]: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.
~/addons/anonymization/anonymization.py:300[pywarn]: The behavior of this method will change in future versions. Use specific 'len(elem)' or 'elem is not None' test instead.

review: Needs Fixing

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'sale_analytic_plans/sale_analytic_plans_view.xml'
2--- sale_analytic_plans/sale_analytic_plans_view.xml 2011-01-14 00:11:01 +0000
3+++ sale_analytic_plans/sale_analytic_plans_view.xml 2011-03-08 05:49:56 +0000
4@@ -18,7 +18,7 @@
5 <field name="type">form</field>
6 <field name="inherit_id" ref="sale.view_order_form"/>
7 <field name="arch" type="xml">
8- <xpath expr="/form/notebook/page/field[@name='order_line']/form/notebook/page/field[@name='product_id']" position="after">
9+ <xpath expr="/form/notebook/page/field[@name='order_line']/form/notebook/page/field[@name='delay']" position="after">
10 <field name="analytics_id" domain="[('plan_id','&lt;&gt;',False)]" groups="analytic.group_analytic_accounting"/>
11 </xpath>
12 </field>

Subscribers

People subscribed via source and target branches

to all changes: