odoo/addons/mrp_operations
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
..
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
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
mrp_operation_data.xml [CLEAN] mrp_operation, analytic, account, account_voucher: cleaned subtypes. 2012-09-19 15:35:40 +02:00
mrp_operations.py [MERGE] forward port of branch saas-3 up to b62ee07 2015-05-21 14:19:24 +02:00
mrp_operations_demo.yml [FIX]: mrp_operations: Fixed reference in yml test 2012-07-13 12:21:35 +05:30
mrp_operations_report.xml [IMP]remove tabs and add spaces instead of them 2012-06-28 12:10:05 +05:30
mrp_operations_view.xml Merge pull request #272 from odoo-dev/master-inline-searchview-ged 2014-06-12 16:27:11 +02:00
mrp_operations_workflow.xml [IMP] remove a bunch of wtf comments in XML (horrifying things like === comment === or --- comment ---, without any XML comment tags) 2012-07-25 20:16:10 +02:00
mrp_operations_workflow_instance.xml