Commit Graph

36 Commits

Author SHA1 Message Date
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
Martin Trigaux d2b6174268 [FIX] project_issue: remove test checking the convert_issue_task feature
bzr revid: mat@openerp.com-20131121155324-yg25mzo2css17f13
2013-11-21 16:53:24 +01:00
Martin Trigaux 11308f37dd [FIX] test: avoid getting error when trying to send an email to the newly created user (email replaced by login)
bzr revid: mat@openerp.com-20131003143234-8tu732aa4rmycoif
2013-10-03 16:32:34 +02:00
Martin Trigaux ab7d8c4ccf [MERGE] refactoring of tests to be executed as normal users instead of administrator, fixed some security rules
bzr revid: mat@openerp.com-20130912085812-xvmjoa5fjis0l2ws
2013-09-12 10:58:12 +02:00
Martin Trigaux c312cac0fa [IMP] remove merged conflict
bzr revid: mat@openerp.com-20130911121132-47g2d267ld4b2cyl
2013-09-11 14:11:32 +02:00
Martin Trigaux c48504fdba [MERGE] sync with trunk (state -> stage removed some test)
bzr revid: mat@openerp.com-20130911110755-zf3ytf9m27im6x9k
2013-09-11 13:07:55 +02:00
sgo@tinyerp.com 7ec16a69c4 [IMP]only manager can create issue
bzr revid: sgo@tinyerp.com-20130701104229-2xq8pyxkbymhdtfh
2013-07-01 16:12:29 +05:30
Thibault Delavallée c8b6f2f370 [REF] project_issue: removed reference to base_stage, removed some unnecessary defaults, removed now unnecessary tests.
bzr revid: tde@openerp.com-20130627110733-8zh0xooq71zz2g0j
2013-06-27 13:07:33 +02:00
Foram Katharotiya (OpenERP) a28d4d7cad [IMP] add group_id in project and project_issue for assign groups
bzr revid: fka@tinyerp.com-20130507090944-m8oqqxx7wekyh09c
2013-05-07 14:39:44 +05:30
sgo@tinyerp.com fdcbf42052 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130423052419-igsnmrv6n0m3s1d9
2013-04-23 10:54:19 +05:30
sgo@tinyerp.com 2a7bb9a910 [IMP]Improve yml for issue demo which creates duplicate issue and improve code
bzr revid: sgo@tinyerp.com-20130417103544-df29vwms1lc5xq6t
2013-04-17 16:05:44 +05:30
Vo Minh Thu d248aa30ba [REF] get_module_resource() must imported from openerp.modules (instead of openerp.addons).
bzr revid: vmt@openerp.com-20130417064051-dvtgaya0kzyryvac
2013-04-17 08:40:51 +02:00
sgo@tinyerp.com 1e14b22435 [IMP]add email to user as per new improvement
bzr revid: sgo@tinyerp.com-20130320054049-4cr1a52dlpfw2lgf
2013-03-20 11:10:49 +05:30
Foram Katharotiya (OpenERP) b358bcd430 [IMP] add user group in context of project & project_issue yml files
bzr revid: fka@tinyerp.com-20130319091440-i6xrkrxzdskeayvs
2013-03-19 14:44:40 +05:30
Foram Katharotiya (OpenERP) 6bc6619612 [IMP] give access rights in project issue
bzr revid: fka@tinyerp.com-20130314094101-3n3mkiw1msm0vyrc
2013-03-14 15:11:01 +05:30
Vo Minh Thu cebb9cce78 [FIX] import addons from the openerp namespace.
bzr revid: vmt@openerp.com-20130209070614-ejnizq2hlbpbbb3g
2013-02-09 08:06:14 +01:00
olt@tinyerp.com a9999ddaba [FIX] revert (needs testing)
bzr revid: olt@tinyerp.com-20121221121753-tenexccn5wzr862u
2012-12-21 13:17:53 +01:00
olt@tinyerp.com 18cdeb2f0b [FIX] project_issue: state is 'cancel' not 'cancelled' (fixed the yaml tests too)
bzr revid: olt@tinyerp.com-20121221114618-igc5g6n1pwxhf96b
2012-12-21 12:46:18 +01:00
Vo Minh Thu 53bd6a6c58 [FIX] project_issue, crm: removed colon in YAML comment.
bzr revid: vmt@openerp.com-20120914140148-sqoxc9yb0den8fa4
2012-09-14 16:01:48 +02:00
Vo Minh Thu 8723e937e1 [MERGE] removed a few warnings.
bzr revid: vmt@openerp.com-20120914133045-syjyr7ozlm3gxle4
2012-09-14 15:30:45 +02:00
Turkesh Patel (Open ERP) 024506b63b [IMP] project_issue: improved yml test case.
bzr revid: tpa@tinyerp.com-20120907101907-xi9vxrns0zdid6wf
2012-09-07 15:49:07 +05:30
Rucha (Open ERP) 1dab436b8d [IMP]: project*: Improved xml_id of demo project
bzr revid: rpa@tinyerp.com-20120807092031-xhwx7ei3equqw275
2012-08-07 14:50:31 +05:30
Thibault Delavallée d6d9d3fbe7 [FIX] cancel -> cancelled for project.task.type.state.
bzr revid: tde@openerp.com-20120529120357-gpy6thwaqeepbymd
2012-05-29 14:03:57 +02:00
Harry (OpenERP) 0043ed55a3 [FIX] project_issue: In yml, set email_from on compose mail to send reply to customer
bzr revid: hmo@tinyerp.com-20111214125543-oeosngloik6biiu7
2011-12-14 18:25:43 +05:30
Harry (OpenERP) c79cd910d4 [REN] project_issue: rename yml file with issue_process.
bzr revid: hmo@tinyerp.com-20111214124504-9nw5mr688hkpp3a2
2011-12-14 18:15:04 +05:30
Harry (OpenERP) 81214b16f6 [REM] project_issue: remove convert_issue_to_task and test_projest_issue_states. test cases of these files are moved into issue_process file.
bzr revid: hmo@tinyerp.com-20111214124314-d72ydud9281pcmnw
2011-12-14 18:13:14 +05:30
Jagdish Panchal (Open ERP) 593f5f571b [IMP] project_issue: clean the test cases
bzr revid: jap@tinyerp.com-20111202070458-0k5erfurcx46r243
2011-12-02 12:34:58 +05:30
Antony Lesuisse 96b9454a32 [FIX] revert 5138 revid:fp@tinyerp.com-20110924090407-x4e0ptu2am495rpv incorrect tests
bzr revid: al@openerp.com-20110925095948-hgtg1djicpvcm3nc
2011-09-25 11:59:48 +02:00
DBR (OpenERP) e8dd71569d [Fix]project_issue: Remove the conflicts
bzr revid: dbr@tinyerp.com-20110921091700-xsbjwhnv074zf008
2011-09-21 14:47:00 +05:30
DBR (OpenERP) 0c755d3a52 [IMP]project_* : Improve the statements
bzr revid: dbr@tinyerp.com-20110907092242-3d0ja7ffus1x59ha
2011-09-07 14:52:42 +05:30
DBR (OpenERP) 8b125dd8dc [IMP]project_issue: Improve test cases
bzr revid: dbr@tinyerp.com-20110831093139-kisy7psaz0zl0rt8
2011-08-31 15:01:39 +05:30
DBR (OpenERP) 2fa5340eb5 [IMP]project_issue : Improve the test cases
bzr revid: dbr@tinyerp.com-20110829073116-6jdfnow888mfan6o
2011-08-29 13:01:16 +05:30
DBR (OpenERP) ea783079f3 [IMP]project_issue : Improve the test cases for test_project_issue_states.yml
bzr revid: dbr@tinyerp.com-20110825094717-16lqdsgfbc4eyfkb
2011-08-25 15:17:17 +05:30
DBR (OpenERP) 88c05e6142 [IMP]project_issue : Improve the test cases for convert_issue_to_task.yml
bzr revid: dbr@tinyerp.com-20110825090906-akypz8jkzpnzb7qc
2011-08-25 14:39:06 +05:30
pap (openerp) f1feffec6a [imp]:few changes in ymls
bzr revid: pap@tinyerp.co.in-20100604122904-o8gf7d7dj89ljo1w
2010-06-04 17:59:04 +05:30
pap (openerp) 7ac215e587 [ADD]:added yml test for project and project_ modules
bzr revid: pap@tinyerp.co.in-20100603112420-uofelwn685xlheum
2010-06-03 16:54:20 +05:30