Commit Graph

19 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
Josse Colpaert 25d2ed6d4b [IMP] Update module descriptions of procurement and product_extended + _bom_find and properties
Module description of procurement was deprecated (talking about mrp, ...) and in product_extended
it described things not implemented in the module.

In _bom_find, we passed a UoM which was not used in Saas-4 and it would not be logical that you
need to select a BoM that matches the UoM, so I removed it.

In the demo data, there was still a push rule which triggered a move from output to pack.  The copy=False
is correct for production_id when you would have these push rules.

For the properties: we want to allow to take a bom which has no properties, but only when there is no other
BoM matching the properties we pass.

Update module descriptions

[IMP] production_id copy + no round

[IMP] _bom_find without uom, property correction
2014-09-30 10:31:33 +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
Jitendra Prajapati (OpenERP) 73046d5674 [FIX/IMP]runbot and No Rule matching this procurement. add access rights
bzr revid: prajapatijitendra7969@gmail.com-20131210061106-5uqo57njddem6tld
2013-12-10 11:41:06 +05:30
Quentin (OpenERP) df2d5e148e [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20131129165644-fx0m3ok07l41o507
2013-11-29 17:56:44 +01:00
Christophe Simonis 0521d1aab3 [MERGE] forward port of branch saas-2 up to revid 9017 chs@openerp.com-20131127110552-3u2nxwu01gxj9i7m
bzr revid: chs@openerp.com-20131127111208-iclt7a9ib7oucumh
2013-11-27 12:12:08 +01:00
Christophe Simonis 6f67143908 [FIX] *: do not call deprecated method LocalService()
bzr revid: chs@openerp.com-20131121120611-06h1pki3460tzj1s
2013-11-21 13:06:11 +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 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) 6f4588cc62 [IMP] give access rights in yml of mrp operations
bzr revid: fka@tinyerp.com-20130314101449-a51uxlekaod33s8f
2013-03-14 15:44:49 +05:30
Vo Minh Thu 45ba35783f [IMP] mrp_operations: use the new signal_xxx methods instead of trg_validate.
bzr revid: vmt@openerp.com-20130128163403-dmbb0a1y0ejbt66t
2013-01-28 17:34:03 +01:00
pso (OpenERP) 4a440a9953 [IMP] mrp_operations: Improved yml
bzr revid: pso@tinyerp.com-20120726094658-si1qsl70jma8lp2g
2012-07-26 15:16:58 +05:30
pso (OpenERP) 51587deece [IMP] mrp_operations: Improved yml
bzr revid: pso@tinyerp.com-20120726094608-i7ztkary8x8e2bia
2012-07-26 15:16:08 +05:30
Bharat Devnani (OpenERP) ca09a74850 [IMP] improved yml files of MRP related modules according to new demo data
bzr revid: bde@tinyerp.com-20120718124119-tei82fkulqrqhxwv
2012-07-18 18:11:19 +05:30
Harry (OpenERP) 74ffef84cf [IMP] mrp_operations: clean yml of process of operations of workcenter
bzr revid: hmo@tinyerp.com-20111212122501-c9zbv3s6013uh3qw
2011-12-12 17:55:01 +05:30