odoo/addons/account_anglo_saxon
Martin Trigaux 1d826a6051 [FIX] account_anglo_savon: round prices according to account precision to avoid getting unbalanced move
The standard move_line_get from account.invoice returns prices rounded (price_subtotal field as account precision) while the anglo-saxon module could return dict with non-rounded prices.
With amounts with bigger precision, we could get a difference of a few cents when comparing the debit/credits and then not be able to balance the invoice (opw 597208).
2014-08-08 14:04:46 +02:00
..
i18n Launchpad automatic translations update. 2014-04-27 06:18:44 +00:00
__init__.py [FIX] unmutable default in the remaining modules 2012-03-05 19:40:03 +01:00
__openerp__.py [IMP] emoving bad code, no invitation system on events 2012-09-26 14:16:27 +02:00
invoice.py [FIX] account_anglo_savon: round prices according to account precision to avoid getting unbalanced move 2014-08-08 14:04:46 +02:00
product.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
product_view.xml [IMP]product,stock,account : improve tool-tip and also improve product category form view and related inherited view 2012-10-18 12:54:56 +05:30
purchase.py [FIX] account_anglo_saxon: backport of revision 8787 of trunk 2013-07-10 23:56:55 +02:00
stock.py [MERGE] Access inherited product fields on the product directly rather than template, courtesy of Alexis de Lattre (Akretion) 2012-12-18 23:50:15 +01:00