Commit Graph

111 Commits

Author SHA1 Message Date
Kersten Jeremy 6a01718aef [FIX] Remove test from saas-3 - Tech Saas & AL agreement
bzr revid: dle@openerp.com-20140311164559-1vi0mw3qm8n0vobn
bzr revid: dle@openerp.com-20140312111450-smumao0hm1vzifgn
bzr revid: dle@openerp.com-20140312121555-uum96hj8f2y1rvna
bzr revid: jke@openerp.com-20140312125757-e2kgxuwz0jko77ve
2014-03-12 13:57:57 +01:00
Christophe Simonis a69f789b41 [MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141-7e8bv8ordqqsswh7
bzr revid: dle@openerp.com-20140205105045-j95kduyjiq83e57z
bzr revid: dle@openerp.com-20140114173613-ruxye1m7fxtcjfim
bzr revid: dle@openerp.com-20140116161158-u95vcs3os4tk2zob
bzr revid: dle@openerp.com-20140121172737-gzawfi3ssg7xifef
bzr revid: chs@openerp.com-20140129094554-c3abc8x3qz9mpszr
bzr revid: chs@openerp.com-20140129140159-9vwkpr078shoonum
bzr revid: chs@openerp.com-20140206110220-myn57cryam1y4k9v
2014-02-06 12:02:20 +01:00
Martin Trigaux 985ddf3baf [FIX] auditrail: in case of unlink retrieve first the record and then execute the unlink (the other way around is causes problems for name_get...)
bzr revid: mat@openerp.com-20140204142825-jtln4kyfmfhgq4sd
2014-02-04 15:28:25 +01:00
Martin Trigaux 45f52a3493 [FIX] audittrail: fixing various bugs
iter only on fields on __all_columns, this avoids getting inexistant fields such as 'in_group_42' for res.users
make sure read method calls works when passing only one id (lp:1214149)
when itering on change values, if different model (eg: if field is o2m) make sure make name_get on the model of the field and not on the parent model

lp bug: https://launchpad.net/bugs/1214149 fixed

bzr revid: mat@openerp.com-20140204141449-2f922k5awixh1kzt
2014-02-04 15:14:49 +01:00
Raphael Collet 96ad608854 [IMP] general: use registry[X] instead registry.get(X) when X is dynamic
bzr revid: rco@openerp.com-20130329143720-80pkd4csemlk1aqz
2013-03-29 15:37:20 +01:00
Vo Minh Thu 06fea686f6 [REF] audittrail: removed openerp.pooler imports.
bzr revid: vmt@openerp.com-20130327121006-bbmdzb892s4c2n7t
2013-03-27 13:10:06 +01:00
Vo Minh Thu b6531577d7 [FIX] audittrail: forgot to remove the import for object_proxy (made unused by the previous patch).
bzr revid: vmt@openerp.com-20130131161346-pduol7fvrozbm25z
2013-01-31 17:13:46 +01:00
Vo Minh Thu 0d350a9112 [REF] audittrail: monkeypatch the openerp.service.model functions.
Instead of inheriting from object_proxy, audittrail now wraps the
original openerp.service.model functions. This potentially means it
is possible to further wrap them (whil inheriting from the object_proxy
was feasible by only one module at a time).

bzr revid: vmt@openerp.com-20130131160625-dd43wk7q7y1jbwxg
2013-01-31 17:06:25 +01:00
Cecile Tonglet baeefa6952 [FIX] replace from/import stuffs of openerp stuffs by from/import openerp.stuffs
bzr revid: cto@openerp.com-20121217154628-0c0i8y3389yz4dxd
2012-12-17 16:46:28 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Olivier Dony 43e8cda76d [MERGE] Bugfixes from 6.1 until revision 6700
Rev.6700 is xal@openerp.com-20120323142541-ebxn935mdfk7bk9s

bzr revid: odo@openerp.com-20121130165415-0yujyc1mkl7lsmd4
2012-11-30 17:54:15 +01:00
Arnaud Pineux fb1c81a9d3 [REVERT] unreviewed audittrail fix in previous rev
bzr revid: odo@openerp.com-20121116104936-t3k4051pe51gqds1
2012-11-16 11:49:36 +01:00
Arnaud Pineux dc3f98308d [FIX] audittrail
lp bug: https://launchpad.net/bugs/1055813 fixed

bzr revid: api@openerp.com-20121116085042-v8q78tof9jyuec07
2012-11-16 09:50:42 +01:00
Fabien Pinckaers 53ba452796 [MERGE] fix audit trail
bzr revid: fp@tinyerp.com-20121114165543-e27q12sdehcwel18
2012-11-14 17:55:43 +01:00
Arnaud Pineux 486e56b29b [MERGE]audittrail
bzr revid: api@openerp.com-20121106101403-wnjyma7o2vapzifr
2012-11-06 11:14:03 +01:00
Tejas Tank c01b17f675 [FIXED] Improved the code to fix the recursion of model to model.
bzr revid: tta@openerp.com-20121104130933-urko2zv46114hecf
2012-11-04 18:39:33 +05:30
Mayur Maheshwari (OpenERP) 7bcd4bcdd4 [FIX]audittrail : Removed logging for id because its value will never be changed, and we do not keep the value for id from get_data
bzr revid: mma@tinyerp.com-20121101053146-w2oplbaexl6libkg
2012-11-01 11:01:46 +05:30
Mayur Maheshwari (OpenERP) f49be0fd10 [FIX]audittrail : Fixed the problem of recursion if object contains o2m or m2m field of same object
bzr revid: mma@tinyerp.com-20121031070207-079wcftajl19htmo
2012-10-31 12:32:07 +05:30
Antonin Bourguignon 2b2288a3bd [FIX] a few problems introduced with the last merge
bzr revid: abo@openerp.com-20121002111231-zo41jejkrm8afavu
2012-10-02 13:12:31 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Fabien Pinckaers 1e38467576 [IMP] skip read_group, import_data from audittrail
bzr revid: fp@tinyerp.com-20120930125337-ylwbwizkuigh15to
2012-09-30 14:53:37 +02:00
Fabien Pinckaers ccadab82f1 [MERGE]
bzr revid: fp@tinyerp.com-20120929122843-t2y0801n5ttjmws9
2012-09-29 14:28:43 +02:00
Stephane Wirtel 1eac0fbe52 [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr
2012-08-31 15:51:36 +02:00
Turkesh Patel (Open ERP) 7efb26b94a [IMP] improved code.
bzr revid: tpa@tinyerp.com-20120823111411-18n8pdrbinevs0vc
2012-08-23 16:44:11 +05:30
Turkesh Patel (Open ERP) cbacbf07be [MRG] merge with lp:openobject-addons.
bzr revid: tpa@tinyerp.com-20120823102102-piznx3iyugzu640x
2012-08-23 15:51:02 +05:30
Serpent Consulting Services ddc30d6ae1 [FIX] Audittrail : The method reag_group also need to be skipped while passing through audittrail scanner
lp bug: https://launchpad.net/bugs/1013229 fixed

bzr revid: support@serpentcs.com-20120621214311-etvwtf0umk2wz1qp
2012-06-22 03:13:11 +05:30
Saurang Suthar (OpenERP) a2a05cfc19 [IMP]:improved titles State by Status everywhere
bzr revid: ssu@tinyerp.com-20120504115748-2vd1dns7bxptg384
2012-05-04 17:27:48 +05:30
Turkesh Patel (Open ERP) 1fcea0f256 [IMP] audittrail: improved code
bzr revid: tpa@tinyerp.com-20120412114401-e5sfeq24w69ucn83
2012-04-12 17:14:01 +05:30
Turkesh Patel (Open ERP) 1d2578c9c4 [FIX] audittrail: set the proper resource name.
bzr revid: tpa@tinyerp.com-20120412095458-lr6ktlh3sh15o0th
2012-04-12 15:24:58 +05:30
Quentin (OpenERP) ffd0c86ec2 [FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr
2012-03-30 11:08:37 +02:00
Xavier ALT b5beb3dbe0 [MERGE] OPW 573037: audittrail: force admin for subscribe/unsubscribe op - fix 'admin/access rights' members access
bzr revid: xal@openerp.com-20120323142541-ebxn935mdfk7bk9s
2012-03-23 15:25:41 +01:00
skh d316afbdaf [FIX] Audittrail : Audit trail doesn't respect access rights (Case: Ref 573037)
bzr revid: skh@tinyerp.com-20120323132751-hhk1pd53o1ihkzdk
2012-03-23 18:57:51 +05:30
Kuldeep Joshi (OpenERP) 14cd8fd357 [MERGE] Merge with project branch
bzr revid: kjo@tinyerp.com-20120320071302-hja4o3mebjyn6ryt
2012-03-20 12:43:02 +05:30
Xavier Morel d59a1d3a9b [FIX] audittrail: stupid typo
bzr revid: xmo@openerp.com-20120307074907-15jw4zl317a1qzit
2012-03-07 08:49:07 +01:00
Saurang Suthar (OpenERP) 703da5b93a [FIX]res.partner.address removed from the respective modules
bzr revid: ssu@tinyerp.com-20120307054759-dsp0r4n1pbf8x4hg
2012-03-07 11:17:59 +05:30
Xavier Morel e4da2447c0 [FIX] audittrail: don't break execute_kw calls methods, correctly forward keyword arguments
bzr revid: xmo@openerp.com-20120306174620-iwfkvgbbhxz2vlcf
2012-03-06 18:46:20 +01:00
Numerigraphe - Lionel Sausin 2d2a44dcf2 [FIX] unmutable default in the remaining modules
[REF] coding style consistency

lp bug: https://launchpad.net/bugs/525808 fixed

bzr revid: ls@numerigraphe.fr-20120305184003-er00xtj9vtcw7gna
2012-03-05 19:40:03 +01:00
Quentin (OpenERP) 42bc324cb7 [REF] audittrail: refactoring of audittrail module. fixed a forgotten 'extra and removed' paramater in function call + improved search view
bzr revid: qdp-launchpad@openerp.com-20111121162712-wqvcc24nm5fci591
2011-11-21 17:27:12 +01:00
Quentin (OpenERP) a8437d1e58 [REF] audittrail: refactoring of audittrail module. added few comments
bzr revid: qdp-launchpad@openerp.com-20111121162032-st1jejch7nrrfj86
2011-11-21 17:20:32 +01:00
Quentin (OpenERP) b2c3de062a [REF] audittrail: refactoring of audittrail module. (read, unlink and create)
bzr revid: qdp-launchpad@openerp.com-20111121161051-rskfs0gfkh3e73d7
2011-11-21 17:10:51 +01:00
Quentin (OpenERP) f25889155b [REF] audittrail: refactoring of audittrail module. (Finished the write/actions, wkf actions)
bzr revid: qdp-launchpad@openerp.com-20111121143450-yzkuk0rpomy2aync
2011-11-21 15:34:50 +01:00
Quentin (OpenERP) 6a24034441 [REF] audittrail: refactoring of audittrail module
bzr revid: qdp-launchpad@openerp.com-20111121133320-plb409qv2l7valqk
2011-11-21 14:33:20 +01:00
Quentin (OpenERP) d28d46e26f [REF] audittrail: code refactoring. still not totally working x_x
bzr revid: qdp-launchpad@openerp.com-20111118202713-e5f1mtzx3gyovdok
2011-11-18 21:27:13 +01:00
Quentin (OpenERP) be4b5a564d [IMP] audittrail: cleaning and commenting the code
bzr revid: qdp-launchpad@openerp.com-20111117175034-l5o1js3tndtcke6m
2011-11-17 18:50:34 +01:00
Naresh (OpenERP) 9589ee8d34 [FIX]:fix useless creat of log record for 'x2M' in read operation
bzr revid: nch@tinyerp.com-20111117084438-fx63kcqx3my59sxa
2011-11-17 14:14:38 +05:30
Naresh (OpenERP) 98f060b128 [IMP]:added doc string for missing methods
bzr revid: nch@tinyerp.com-20111117072518-iohc292j52qke927
2011-11-17 12:55:18 +05:30
Naresh (OpenERP) f2c68745f0 [FIX/IMP/REF]:1::fix copy,unlink,workflow actions,refactored the way data was processed and logged for the actions and workflow actions.
bzr revid: nch@tinyerp.com-20111117070905-14b23ir45vx7rg7x
2011-11-17 12:39:05 +05:30
Naresh (OpenERP) eb36286eea [IMP]:added Doc string
bzr revid: nch@tinyerp.com-20111116064050-cve3d7pcx8pdrsv0
2011-11-16 12:10:50 +05:30
Naresh (OpenERP) c452e5ae0d [IMP]:previous fix
bzr revid: nch@tinyerp.com-20111109102729-a6c1ru7byniz9ggu
2011-11-09 15:57:29 +05:30