odoo/addons/account_analytic_default
Raphael Collet ecd8b5222b [FIX] account.invoice.line: move context to last position in onchange methods
The methods product_id_change() and uos_id_change() have been converted to the
new api, and now use the decorator @multi.  When invoked with the old api, by
convention the methods will take the last argument as the context.  But this
will not work properly for those methods, as the context is passed in another
position.  In order to avoid an argument swap in the api wrapper, we moved the
context to its expected position.

Fixes #1943
2014-09-09 11:50:10 +02:00
..
i18n [I18N] Update 8.0 translations with latest changes from Launchpad 2014-09-08 19:04:25 +02:00
security [REM] bunch of nonsensical @model + @ref 2013-04-29 14:43:33 +02:00
__init__.py [IMP]: clean code in account_analytic_analysis, account_analytic_default and account_analytic_plans 2010-07-02 19:39:05 +05:30
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
account_analytic_default.py [FIX] account.invoice.line: move context to last position in onchange methods 2014-09-09 11:50:10 +02:00
account_analytic_default_view.xml [IMP] Add buttons product and product templates for analytic rules 2014-07-13 09:56:43 +02:00