Commit Graph

20 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
Raphael Collet cbe2dbb672 [MERGE] new v8 api by rco
A squashed merge is required as the conversion of the apiculture branch from
bzr to git was not correctly done. The git history contains irrelevant blobs
and commits. This branch brings a lot of changes and fixes, too many to list
exhaustively.

- New orm api, objects are now used instead of ids
- Environements to encapsulates cr uid context while maintaining backward compatibility
- Field compute attribute is a new object oriented way to define function fields
- Shared browse record cache
- New onchange protocol
- Optional copy flag on fields
- Documentation update
- Dead code cleanup
- Lots of fixes
2014-07-06 17:05:41 +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
sgo@tinyerp.com 5f629a2f0b [IMP]improve string
bzr revid: sgo@tinyerp.com-20130507072722-jf0912rfbakddo36
2013-05-07 12:57:22 +05:30
sgo@tinyerp.com 1373b5cda0 [IMP]improve string and add groups in groups_id in crm and event
bzr revid: sgo@tinyerp.com-20130507071959-kwqmv7wwy7gqcsfj
2013-05-07 12:49:59 +05:30
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) 8b123b8d74 [IMP] add user group in context of event & hr_timesheet yml files
bzr revid: fka@tinyerp.com-20130319100252-74kzr5qc41gj6d2t
2013-03-19 15:32:52 +05:30
Foram Katharotiya (OpenERP) 49ef7d89a8 [IMP] add yml file & add access rights in event
bzr revid: fka@tinyerp.com-20130220093227-uf6oom9fginl2jdc
2013-02-20 15:02:27 +05:30
Rucha (Open ERP) 0aaef8a06e [IMP]: Improved partner demo xml_id referenced based on changes in server
bzr revid: rpa@tinyerp.com-20120620120305-g88c9cp55csnsvoc
2012-06-20 17:33:05 +05:30
Rucha (Open ERP) 189fd8e390 [IMP]: (Work in progress)* Changed demo references according to changes in server, Aim is to add more common names and easy demo.
* Improved xml_id of demo like res_partner_1 instead of specific record name like res_partner_asus so in future we can change that record value easily avoiding confusions in names

bzr revid: rpa@tinyerp.com-20120619071624-3d9mcl9m76gp2s0c
2012-06-19 12:46:24 +05:30
MVA aa8d8e92bd [REF] change the test try if it works
bzr revid: mva@openerp.com-20120213164633-6yayl4yic8659acq
2012-02-13 17:46:33 +01:00
ron@tinyerp.com 235d501eef [IMP] event: Added case of button_reg_close and event confirm from wizard and improved data data to confirm stage instead of done stage
bzr revid: ron@tinyerp.com-20111128124748-f1xge9tyh9dv30tn
2011-11-28 18:17:48 +05:30
ron@tinyerp.com 1a635e2216 [IMP] event: called onchange_contact_id() on event
bzr revid: ron@tinyerp.com-20111128094028-6a96zd70xnb21b40
2011-11-28 15:10:28 +05:30
ron@tinyerp.com dfbfaf6d1d [IMP] event: Added copy of event registration in duplicate_event.yml
bzr revid: ron@tinyerp.com-20111128091158-lm8j37ej39oz7xu0
2011-11-28 14:41:58 +05:30
ron@tinyerp.com 5d8c487a36 [IMP, REN]: event:
* renamed file event/test/ui/onchange_events.yml => event/test/ui/demo_data.yml,
* Created record for onchange event

bzr revid: ron@tinyerp.com-20111122104126-vyfp6bf7at9ap205
2011-11-22 16:11:26 +05:30
ron@tinyerp.com e477f052e9 [IMP, ADD] event: Add duplicate_event.yml and move code of duplicate of event from onchange_events.yml to duplicate yml
bzr revid: ron@tinyerp.com-20111117062756-drk1hm8jtryq4xmb
2011-11-17 11:57:56 +05:30
ron@tinyerp.com e0f0d7a5c0 [IMP] event: Added onchange_event for partner registration
bzr revid: ron@tinyerp.com-20111115094103-gdykg94bms34qj0n
2011-11-15 15:11:03 +05:30
ron@tinyerp.com 8661aa8a98 [IMP] event: Added onchange_team and copy case in on onchange_event.yml and improved string at partner_register2invoice.yml
bzr revid: ron@tinyerp.com-20111115091856-9ede5mpat4uz3gpr
2011-11-15 14:48:56 +05:30
ron@tinyerp.com 2452caff08 [ADD] event: 1) Added onchange_product event in onchange_events.yml
bzr revid: ron@tinyerp.com-20111114130546-jbcbi5li6xa3id2c
2011-11-14 18:35:46 +05:30
ron@tinyerp.com a83fcde385 [ADD] event: 1) Added test/ui/onchange_events.yml
2) Added process to onchanges events,
3) Updated __openerp__.py

bzr revid: ron@tinyerp.com-20111114125646-67hmq4w5cvrp1t7a
2011-11-14 18:26:46 +05:30