odoo/addons/account/project
Olivier Dony 325f710360 [FIX] account: split the actions to open analytic accounts, as context is not compatible
The same action was erroneously used in two incompatible
cases: once for openining the list of analytic accounts
from a partner form view (requires a special context
with a client-side `active_id` variable) and the second
one for the main Analytic Account menu item (which
cannot have `active_id` in the context - it would crash).

The fix includes setting an empty ({}) context explicitly
on the original action to be sure the incorrect context
is removed upon update.


The error was introduced at rev.8685
revid:qdp-launchpad@openerp.com-20130418125951-8p0tfexd9jj8l75b

bzr revid: odo@openerp.com-20130507165113-67lam91046t56ky8
2013-05-07 18:51:13 +02:00
..
report [REF] account: removed openerp.pooler imports. 2013-03-27 14:43:37 +01:00
wizard [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
__init__.py [FIX] Change the year of the copyright 2010-01-12 10:18:39 +01:00
analytic_account_demo.xml [IMP]account : improve little bit 2012-10-19 15:27:42 +05:30
project.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
project_demo.xml [IMP] Account: Rename Starting Balance analytic journal with Miscellaneous operation, and set the refence on account.journal for bank and cash with that analtyic journal 2010-09-23 15:55:40 +05:30
project_report.xml [IMP] access rights 2010-12-28 09:29:54 +01:00
project_view.xml [FIX] account: split the actions to open analytic accounts, as context is not compatible 2013-05-07 18:51:13 +02:00