odoo/addons/project_issue
Thibault Delavallée f57e580f2d [FIX] project_issue: correctly update alias
When choosing use tasks / use issues, correctly update the project alias. Indeed
only the use issues checkbox had an onchange. This revision adds the onchange
on use tasks so that the method correctly computes the new alias destination model.

Also updated the _get_alias_models method to be more modular instead of hardcoding
values. Call super.
2015-11-18 14:41:56 +01:00
..
doc [DOC] project_issue: added doc for the branch. Project: updated doc. 2013-07-10 15:36:41 +02:00
i18n [I18N] Update translation terms from Transifex 2015-11-15 03:03:19 +01:00
report [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
security [FIX] project_issuer: fix record rule "issue_user_rule" 2015-02-18 16:10:28 +01:00
static/description [IMP] move html module description and icon 2013-06-28 12:04:41 +02:00
test [IMP] minor perf improvement during tests 2015-06-26 14:22:29 +02:00
__init__.py
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
project_issue.py [FIX] project_issue: correctly update alias 2015-11-18 14:41:56 +01:00
project_issue_data.xml [CLEAN] crm, hr_recruitmnet, project: cleaned priority / kanban state in kanban views 2014-05-08 17:25:36 +02:00
project_issue_demo.xml [RENAME] sale_team renamed to sales_team. Update module name, file name and reference to the module. 2014-05-12 10:37:47 +02:00
project_issue_menu.xml [IMP] Cleaning of reporting (group_by, filters), adding new favourites and default views, some renaming (py and xml files) 2014-08-26 11:56:49 +02:00
project_issue_view.xml [FIX] project_issue: correctly update alias 2015-11-18 14:41:56 +01:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml