[FIX] sale, delivery: _amount_all function used in function field is now wrapper...
authorThibault Delavallée <tde@openerp.com>
Wed, 18 Dec 2013 13:19:42 +0000 (14:19 +0100)
committerThibault Delavallée <tde@openerp.com>
Wed, 18 Dec 2013 13:19:42 +0000 (14:19 +0100)
commite883b15c485a3bbf535e709dbf69848b6ab82188
tree74cf5270598242815e5d8ee6c728074ff696a880
parentba73588c6ce399e502febd9c20b385fdaeb1e7e8
[FIX] sale, delivery: _amount_all function used in function field is now wrapper. Indeed as
we give the function pointer when creating the fields, inheritance is not taken into
account. This is done by adding a wrapper that calls _amount_all, using this time correct
inheritance.

bzr revid: tde@openerp.com-20131218131942-9lzrxbscb4lu4rj8
addons/delivery/sale.py
addons/sale/sale.py