odoo/addons/account_analytic_plans
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
report [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
security [IMP] Security Rule: removed duplicates due to inheritancies of groups 2011-12-12 19:11:13 +01:00
static/src/js [IMP] account: bank statement reconciliation widget 2014-05-30 18:34:13 +02:00
test [IMP] account* reports: removed unused class/report/commented code/test, added the abstract_report wrapper on all old style report classes + some fixes on views and wizards in order to use these classes to render the qweb reports 2014-04-02 18:40:53 +02:00
views [IMP] account: bank statement reconciliation widget 2014-05-30 18:34:13 +02:00
wizard [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
__init__.py [IMP]: Improve code 2011-04-08 18:27:58 +05:30
__openerp__.py [IMP] Updated website urls on modules and info page 2014-08-26 21:40:18 +02:00
account_analytic_plans.py [FIX] account.invoice.line: move context to last position in onchange methods 2014-09-09 11:50:10 +02:00
account_analytic_plans_report.xml [IMP] account* reports: removed rml, added qweb template, changed the wizard to return qweb actions 2014-03-27 19:25:20 +01:00
account_analytic_plans_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00