Mohammed Shekha(Open ERP) has proposed merging lp:~openerp-dev/openerp-web/7.0-opw-584587-msh into lp:openerp-web/7.0.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openerp-web/7.0-opw-584587-msh/+merge/144689 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. -- https://code.launchpad.net/~openerp-dev/openerp-web/7.0-opw-584587-msh/+merge/144689 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/7.0-opw-584587-msh.
=== modified file 'addons/web/static/src/xml/base.xml' --- addons/web/static/src/xml/base.xml 2013-01-02 12:53:44 +0000 +++ addons/web/static/src/xml/base.xml 2013-01-24 12:15:27 +0000 @@ -1414,8 +1414,6 @@ this.removeAttr('t-if'); </t> - <t t-jquery="tfoot > tr:last-child" t-operation="replace"/> - <t t-jquery="td.oe-actions"> this.removeAttr('t-if'); </t>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp