odoo/addons/project_issue
Xavier Morel f5b88f6309 [IMP] minor perf improvement during tests
During tests, some creation of user records would unnecessarily trigger
password reset or set a password, both of which would trigger password
hashing which takes some time (for good reasons).

Fix by:
* passing no_reset_password in YAML tests and some Python tests still
  missing it (a number of Python tests already used it)
* removing passwords from YAML records as they're never necessary, the
  test user records are not expected to ever log in
2015-06-26 14:22:29 +02: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-06-22 13:21:18 +02: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 [MERGE] forward port of branch saas-3 up to 8c4a7cb 2014-11-04 12:30:01 +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: partner form issue button 2015-02-23 15:39:26 +01:00
res_config.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_config_view.xml