Commit Graph

60 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
Quentin (OpenERP) e0b27b4ee8 [MERGE] merged trunk up to revision 9251
bzr revid: qdp-launchpad@openerp.com-20140326152751-b6bo0fawrzmd71f0
2014-03-26 16:27:51 +01:00
Christophe Simonis d504764eff [MERGE] forward port of branch saas-3 up to revid 9298 chm@openerp.com-20140311130852-3ft0v1mc9ht1any6
bzr revid: chs@openerp.com-20140311145205-s56fj113fsrnisc3
2014-03-11 15:52:05 +01:00
Denis Ledoux 74af3ac0fe [MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9144 revid:dle@openerp.com-20140310133913-465x5t3n1bo7fu98
bzr revid: dle@openerp.com-20140310143600-kz7qjfe4p63s0a34
2014-03-10 15:36:00 +01:00
Denis Ledoux c2ba11e72e [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7
bzr revid: dle@openerp.com-20140310122101-gicombyc5ii0yz6a
2014-03-10 13:21:01 +01:00
Quentin (OpenERP) e36b32a661 [MERGE] merged with main trunk (revision 9186)
bzr revid: qdp-launchpad@openerp.com-20140228131516-ihigousbe5p1nt68
2014-02-28 14:15:16 +01:00
alexandre.fayolle@camptocamp.com 62e252c5f3 added unit test for lp:1281687
bzr revid: alexandre.fayolle@camptocamp.com-20140219085141-s5wu6wqhzhbb53tk
2014-02-19 09:51:41 +01:00
openerp-sle 1dfb35be10 [IMP] Converted mrp repair order to QWeb
bzr revid: openerp-sle@openerp-sle.home-20140217125648-vxewc7hbv071vusz
2014-02-17 13:56:48 +01:00
Josse Colpaert 44f3e6de66 [IMP] Adapt demo data and tests mrp repair
bzr revid: jco@openerp.com-20140124123036-w63uzmrkg08qoil0
2014-01-24 13:30:36 +01:00
Quentin (OpenERP) 65966940c8 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20131010133212-t058auv973pvvmjm
2013-10-10 15:32:12 +02: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
Josse Colpaert 8f43801a7a [IMP] Route_ids invisible
bzr revid: jco@openerp.com-20130926090912-rwcfzj1h7a64sbs5
2013-09-26 11:09:12 +02:00
Foram Katharotiya (OpenERP) 2126f36ad1 [IMP] add group_id in MRP,mrp_repair and mrp_operations for assign groups
bzr revid: fka@tinyerp.com-20130507093848-lrpqfao6kumlgepy
2013-05-07 15:08:48 +05:30
sgo@tinyerp.com 519956fad6 [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130329045423-45ka0rephkucvyai
2013-03-29 10:24:23 +05:30
sgo@tinyerp.com 2aa1350efc [MERGE]sync with trunk
bzr revid: sgo@tinyerp.com-20130326100719-85r6zm65cf8h8d1d
bzr revid: sgo@tinyerp.com-20130328060222-fb9ijzumjtedqbzs
2013-03-28 11:32:22 +05:30
Vo Minh Thu 9b0ced610f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322134958-jhe6m0222jq7wo41
2013-03-22 14:49:58 +01:00
Raphael Collet 9584109b86 [IMP] cleanup of Yaml files: do not translate assert messages
bzr revid: rco@openerp.com-20130321131824-422cc4mk2bm9yrw8
2013-03-21 14:18:24 +01: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) 5823dc8563 [IMP] add user group in context in all yml files
bzr revid: fka@tinyerp.com-20130319112621-ohy33bgzwmtmw8kl
2013-03-19 16:56:21 +05:30
Foram Katharotiya (OpenERP) d3905268bc [IMP] give access rights in yml of mrp repair
bzr revid: fka@tinyerp.com-20130314105411-cgqik9a6grk0pqjl
2013-03-14 16:24:11 +05:30
Vo Minh Thu 5029451905 [IMP] report yml test: use openerp.report.render_report() instead of LocalService().create().
bzr revid: vmt@openerp.com-20130222133511-y07w3etca8onb73x
2013-02-22 14:35:11 +01:00
Vo Minh Thu 02a114fe3b [FIX] import openerp.{netsvc,tools} instead of {netsvc,tools} in YML tests.
bzr revid: vmt@openerp.com-20130209062929-g85yauw92vj9wqpb
2013-02-09 07:29:29 +01:00
Ajay Chauhan (OpenERP) e2ce29d821 [IMP] mrp_repair: change action in yml
bzr revid: cha@tinyerp.com-20121017133600-n9jtvh6y3de20ri8
2012-10-17 19:06:00 +05:30
Rucha (Open ERP) 7a24bdb1f7 [FIX]: Improved old product names with new
bzr revid: rpa@tinyerp.com-20120816084224-t12wf5vipd8u90a7
2012-08-16 14:12:24 +05:30
pso (OpenERP) a528e41af5 [IMP] mrp_jit, mrp_repair: Improved yml
bzr revid: pso@tinyerp.com-20120726100005-zgtul1s7g7bvounr
2012-07-26 15:30:05 +05:30
DBR (OpenERP) ded2d63235 [IMP] improve Typo and remove extra space.
bzr revid: dbr@tinyerp.com-20111222084727-34aef7zcbcc88dhv
2011-12-22 14:17:27 +05:30
DBR (OpenERP) e335a62857 [ADD,IMP]mrp_repair:
added:
  mrp_repair/mrp_repair_demo.yml
  mrp_repair/test/test_mrp_repair_afterinv.yml
  mrp_repair/test/test_mrp_repair_b4inv.yml
  mrp_repair/test/test_mrp_repair_cancel.yml
  mrp_repair/test/test_mrp_repair_noneinv.yml
modified:
  mrp_repair/__openerp__.py

bzr revid: dbr@tinyerp.com-20111222070828-12w2d6csvranc386
2011-12-22 12:38:28 +05:30
DBR (OpenERP) 3a0eb00d78 [RMV] mrp_repair: mrp_repair/test/mrp_repair_cancel.yml
bzr revid: dbr@tinyerp.com-20111221125918-ogie2nz0ladhsgam
2011-12-21 18:29:18 +05:30
DBR (OpenERP) 0940fbaaec [IMP]mrp_repair: Improve with different invoice_method
bzr revid: dbr@tinyerp.com-20111221125753-c70p3864j1dy36qh
2011-12-21 18:27:53 +05:30
DBR (OpenERP) 5f0813a2aa [IMP]mrp_repair: Improve the test_mrp_repair.yml
bzr revid: dbr@tinyerp.com-20111221123314-vcdavkfyz3b0tu2y
2011-12-21 18:03:14 +05:30
DBR (OpenERP) 0c9113d6e5 [ADD]mrp_repair: add new Demo file.
bzr revid: dbr@tinyerp.com-20111221121203-1wttm6jc2fhjtjwm
2011-12-21 17:42:03 +05:30
Quentin (OpenERP) 5f43160a61 [MERGE] lp:831543 about onchange_operation_type() that contained hardcoded names of location in mrp_repair module
bzr revid: qdp-launchpad@openerp.com-20111026095653-nvk5gvtr14eihxwb
2011-10-26 11:56:53 +02:00
Quentin (OpenERP) db0ad2c552 [MERGE] merged the branch with test coverage improvements of mrp modules
bzr revid: qdp-launchpad@openerp.com-20111010110858-487iie6kuoidgjvu
2011-10-10 13:08:58 +02:00
Rucha (Open ERP) a8e8a033ff [IMP, FIX]: mrp_repair: taken proper destination location for yml demo
* Fixed flow of repair cancel yml
* Improvement in test statements

bzr revid: rpa@tinyerp.com-20110926133334-la8tj3yqf98gd3jm
2011-09-26 19:03:34 +05:30
Kirti Savalia (OpenERP) aa487a5cbe [IMP]:yml for mrp repair
bzr revid: ksa@tinyerp.com-20110926090302-x7tb3irvh7cfd9zh
2011-09-26 14:33:02 +05:30
Kirti Savalia (OpenERP) 147b1a96d7 [IMP]:set in proper flow for b4repair in mrp repair
bzr revid: ksa@tinyerp.com-20110926050150-hrhe57kt8buuxuiu
2011-09-26 10:31:50 +05:30
Kirti Savalia (OpenERP) 8d814c0a73 [IMP]:yml for mrp repair
bzr revid: ksa@tinyerp.com-20110923084107-n7b9v32m8yav9enf
2011-09-23 14:11:07 +05:30
Kirti Savalia (OpenERP) 3a2a72fca9 [IMP]:create make invoice for b4repair
bzr revid: ksa@tinyerp.com-20110923072542-z4greir3flwu0lvw
2011-09-23 12:55:42 +05:30
Kirti Savalia (OpenERP) 61a506a07b [IMP]: for mrp repair
bzr revid: ksa@tinyerp.com-20110921123844-jyu32u7qept27cn7
2011-09-21 18:08:44 +05:30
Kirti Savalia (OpenERP) 23ac71a177 [IMP]: for mrp repair
bzr revid: ksa@tinyerp.com-20110921115536-lh9dh6fzomqh046b
2011-09-21 17:25:36 +05:30
Kirti Savalia (OpenERP) 53b4c561be [REM]: unuse variable name and method
bzr revid: ksa@tinyerp.com-20110921113912-ytotb6rh424xemnj
2011-09-21 17:09:12 +05:30
Kirti Savalia (OpenERP) c6cb0c8785 [REM]: unuse variable name and method
bzr revid: ksa@tinyerp.com-20110921113631-nmkkhood1ozkq46b
2011-09-21 17:06:31 +05:30
Kirti Savalia (OpenERP) 5829a12411 [ADD]: cancel repair order and check for Invoice Type b4repair
bzr revid: ksa@tinyerp.com-20110921111033-6p8ztmpqtqzh2y49
2011-09-21 16:40:33 +05:30
Kirti Savalia (OpenERP) f840413c84 [IMP]:change quantity for product in mrp
bzr revid: ksa@tinyerp.com-20110920083126-4w3ad8izopmh4xd4
2011-09-20 14:01:26 +05:30
Kirti Savalia (OpenERP) 245935dd95 [IMP]: cancel the repair order
bzr revid: ksa@tinyerp.com-20110920082538-49m07h6kad0h9pp3
2011-09-20 13:55:38 +05:30
Kirti Savalia (OpenERP) 53b4bdc2a3 [IMP]:check onchange method for mrp repair
bzr revid: ksa@tinyerp.com-20110920071152-oyuf3jtcjpgp8sft
2011-09-20 12:41:52 +05:30
Kirti Savalia (OpenERP) ae021f21c2 [IMP]:onchange for product in mrp repair
bzr revid: ksa@tinyerp.com-20110920070923-mcer01g3xmzdqur8
2011-09-20 12:39:23 +05:30
Kirti Savalia (OpenERP) a658e048f4 [IMP]:check missing workflow related state in mrp repair
bzr revid: ksa@tinyerp.com-20110920070700-mg2hkm6mbvc2o93l
2011-09-20 12:37:00 +05:30
Kirti Savalia (OpenERP) a9237c7f7d [ADD]: data for fees in mrp repair
bzr revid: ksa@tinyerp.com-20110920070441-8uzqs8vgeplr9okk
2011-09-20 12:34:41 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00