Merge lp:~openerp-dev/openerp-web/7.0-opw-584587-msh into lp:openerp-web/7.0

Proposed by Mohammed Shekha(Open ERP)
Status: Merged
Merged at revision: 3725
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-584587-msh
Merge into: lp:openerp-web/7.0
Diff against target: 12 lines (+0/-2)
1 file modified
addons/web/static/src/xml/base.xml (+0/-2)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-584587-msh
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+144689@code.launchpad.net

Description of the change

Hello,

Fixed the issue of sum aggregates not displayed on one2many footer.

Demo:- Goto Accoutning -> Journal Entries -> Journal Entries -> List view will have sum aggregates, but if you open form view journal entries, it has one2many Journal Items which also have sum aggregates defined in xml view but it is not visible because it is renmoved from base.xml, by One2Many.listview template.

Thanks.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/xml/base.xml'
2--- addons/web/static/src/xml/base.xml 2013-01-02 12:53:44 +0000
3+++ addons/web/static/src/xml/base.xml 2013-01-24 12:15:27 +0000
4@@ -1414,8 +1414,6 @@
5 this.removeAttr('t-if');
6 </t>
7
8- <t t-jquery="tfoot &gt; tr:last-child" t-operation="replace"/>
9-
10 <t t-jquery="td.oe-actions">
11 this.removeAttr('t-if');
12 </t>