Commit Graph

691 Commits

Author SHA1 Message Date
Fabien Pinckaers 211d9c1d79 fix
bzr revid: fp@tinyerp.com-20100612215945-06lxwldfydl8djkj
2010-06-12 23:59:45 +02:00
Stephane Wirtel cb04fd589e [MERGE] lp:~stephane-openerp/openobject-server/call_method_inherits_objects
bzr revid: stephane@openerp.com-20100611133255-o3891oty6nra3l24
2010-06-11 15:32:55 +02:00
Fabien Pinckaers 85cebae10a [FIX] store fields
bzr revid: fp@tinyerp.com-20100610202914-tb3g1hi3hrpic21y
2010-06-10 22:29:14 +02:00
Stephane Wirtel 3aca2aea6b [FIX] Add the docstring for the __getattr__ method in the ORM
[IMP] If the object has a non-callable attribute, just return it

bzr revid: stephane@openerp.com-20100609154330-ulwlthtqfcnexkdt
2010-06-09 17:43:30 +02:00
Stephane Wirtel 03bdb06026 [FIX] Allow to call the methods defined in the _inherits objects
bzr revid: stephane@openerp.com-20100609140802-ln5p45v1437obdkc
2010-06-09 16:08:02 +02:00
Olivier Dony 0961c0f5cd [ADD] safe_eval: final round of adjustments, seems stable AFAICT (please be careful if you notice any error due to it - contact me if on doubt on how to fix properly)
bzr revid: odo@openerp.com-20100604003940-e32elbetzxop8c3b
2010-06-04 02:39:40 +02:00
Olivier Dony b020dc8363 [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing
bzr revid: odo@openerp.com-20100503234953-qgbk64bmir95jvzd
2010-05-04 00:49:53 +01:00
Xavier Morel 50e605771f [FIX] imports in orm, remove unneeded imports and pointlessly (and incorrectly) defensive garbage
bzr revid: xmo@openerp.com-20100527075350-5m1eaajzoshprxx8
2010-05-27 09:53:50 +02:00
olt@tinyerp.com 3f71dc76c6 [FIX] orm: raise NotImplementedError instead of strings
bzr revid: olt@tinyerp.com-20100527061830-jlc6xwh12gec82ym
2010-05-27 08:18:30 +02:00
olt@tinyerp.com b04e81c95e [FIX] orm: raise NotImplementedError instead of strings
bzr revid: olt@tinyerp.com-20100527061245-u34xdr1she27xbbk
2010-05-27 08:12:45 +02:00
Olivier Dony a6d7630bac [ADD] osv.osv, base: added generic xml_id getter + added xml_id to views on ir.ui.views + minor fine-tuning of admin views
bzr revid: odo@openerp.com-20100526230409-s88mp2gma1li8n9t
2010-05-27 01:04:09 +02:00
Anup (OpenERP) 67277f6f3d [MERGE] Merged from the main trunk server branch.
bzr revid: ach@tinyerp.com-20100520050727-zdkp6mp65kmfm66o
2010-05-20 10:37:27 +05:30
Fabien Pinckaers a527812316 [FIX] Improve logging system
bzr revid: fp@tinyerp.com-20100519200214-rvl5gnb02a6utpau
2010-05-19 22:02:14 +02:00
Fabien Pinckaers fd6eb4e4dd [IMP] logs background activities
bzr revid: fp@tinyerp.com-20100519183210-vyo63jvfs22mpxhg
2010-05-19 20:32:10 +02:00
Quentin De Paoli 60234cf878 [IMP] improved constraints: can now pass a callable message function instead of hardcoded message
bzr revid: odo@openerp.com-20100518170023-h6t203f3ik8j46vq
2010-05-18 19:00:23 +02:00
Christophe Simonis e54441409e [IMP] orm: allow import and record creation to defer the computation of parent_left/right,[IMP] orm: do not update parent_left/right if the parent haven't been changed
bzr revid: jvo@tinyerp.com-20100514091143-sl731yzxbw12c058
2010-05-14 14:41:43 +05:30
Anup (OpenERP) 9f1015621b [FIX] Export : Correction made when selection field value if False.
bzr revid: ach@tinyerp.com-20100513090241-6gyslly3fleii1tf
2010-05-13 14:32:41 +05:30
Jay (Open ERP) 89e7934e7d [FIX] fixed a bug in copy_data: it now copies the original (not translated) field value as the source value
bzr revid: jvo@tinyerp.com-20100512143348-2sislcjnilge4nci
2010-05-12 20:03:48 +05:30
Jay (Open ERP) 7b881e314f [FIX] Export should honor the current locale(language) settings of the user.
bzr revid: jvo@tinyerp.com-20100512142644-89n2sy66r6vocuxj
2010-05-12 19:56:44 +05:30
Jay (Open ERP) 50747906e7 [FIX] Import : Any exception should be raised in well-manner
bzr revid: jvo@tinyerp.com-20100512121108-nun18cptfdjuxuqu
2010-05-12 17:41:08 +05:30
Albert Cervera i Areny - http://www.NaN-tic.com 22f85f783a [FIX] Exploit Broken : Search should have checked access rights of read
lp bug: https://launchpad.net/bugs/531026 fixed

bzr revid: jvo@tinyerp.com-20100512112627-z9g2no4ddrattx0z
2010-05-12 16:56:27 +05:30
Jay (Open ERP) e364e89751 [FIX] orm: ensure the cursor is valid before computing parent_store values
bzr revid: jvo@tinyerp.com-20100512104615-wp6v9cpp5jh8py0i
2010-05-12 16:16:15 +05:30
Anup (OpenERP) db035455a3 [FIX] Export translations + Cache on translations + Resynchronization wizard Corrections
bzr revid: ach@tinyerp.com-20100512104249-pqdbofr2xikw59l9
2010-05-12 16:12:49 +05:30
Jay (Open ERP) a6d5a61714 [FIX] Default_get : fields of _inherits for default values should be considered
lp bug: https://launchpad.net/bugs/523071 fixed

bzr revid: jvo@tinyerp.com-20100512065725-7n4tbn95f4dhlgv0
2010-05-12 12:27:25 +05:30
Jay (Open ERP) 894ab2d8ad [FIX] Fixed error notification on parent_store=true with a column without ondelete=cascade
bzr revid: jvo@tinyerp.com-20100511151707-aamx090ypqjusqhv
2010-05-11 20:47:07 +05:30
Quentin De Paoli 52d19e6d58 [IMP] improved the constraint validation in order to accept multiple message
bzr revid: qdp@cyan-20100511123149-tlmez9eg8k0vwk3y
2010-05-11 14:31:49 +02:00
Anup (OpenERP) d05d9bccc4 [FIX] Raise a detailed exception if the record does not exist in the ir_model_data object
bzr revid: ach@tinyerp.com-20100511115355-9kdfpqaupsb718jj
2010-05-11 17:23:55 +05:30
Anup (OpenERP) 2d69e871a3 [FIX] Copy() of ir_model_fields corected
bzr revid: ach@tinyerp.com-20100511105508-n4png61qm0w8ctot
2010-05-11 16:25:08 +05:30
Christophe Simonis fea00d9429 [FIX]orm: invisible fields with widget=selection must have at least the default value into the selection
lp bug: https://launchpad.net/bugs/575748 fixed

bzr revid: chs@openerp.com-20100507135002-78s6p0rwccu1vrdd
2010-05-07 15:50:02 +02:00
Quality Team 1a8baa044a [IMP] Add the capabilities to store a datetime, date, integer, float and char in a field.property
lp bug: https://launchpad.net/bugs/562356 fixed

bzr revid: stephane@openerp.com-20100505100241-o5w0twdccrs7ppx2
2010-05-05 12:02:41 +02:00
Quality Team 6f53850e7d [FIX] Rewrite the field.property engine to work as expected (value per
company)

bzr revid: stephane@openerp.com-20100504144642-piruhn25d8qyxiof
2010-05-04 16:46:42 +02:00
Olivier Dony 900c2ef440 [FIX] orm/selection widget: fixed leftover typos
bzr revid: odo@openerp.com-20100503234246-9otvvfnedcfqp453
2010-05-04 00:42:46 +01:00
Olivier Dony b1d4680359 [FIX] reviewed and improved some naming and formatting, plus removed attrs from field if groups disallows showing it
bzr revid: odo@openerp.com-20100503231759-08zd69hk72p5qkw2
2010-05-04 00:17:59 +01:00
HDA (OpenERP) a3206f1ac8 Merged
bzr revid: hda@tinyerp.com-20100503090304-g1f7033ptx6e3fe6
2010-05-03 14:33:04 +05:30
Olivier Dony da17e9c161 [FIX] reviewed and improved some naming and formatting, plus removed attrs from field if groups disallows showing it
bzr revid: odo@openerp.com-20100430145754-og8gm3dlma5qwm89
2010-04-30 16:57:54 +02:00
HDA (OpenERP) 7b6827a6b4 bug with field with widget=selection + groups if user has no access right
bzr revid: hda@tinyerp.com-20100429140313-cnizdvh7m48m5cme
2010-04-29 19:33:13 +05:30
Rvo (Open ERP) c9720d28f5 [IMP+ADD]:improved ir.rule code, added constraint on ir.rule for osv_memory objects
bzr revid: rvo@tinyerp.co.in-20100429120158-rt4p9t1o6kkj78fh
2010-04-29 17:31:58 +05:30
Jay (Open ERP) 33a7b33730 [FIX] _inherits : Relational field if on the view of child object,should not raise error
lp bug: https://launchpad.net/bugs/558528 fixed

bzr revid: jvo@tinyerp.com-20100428092800-itjau50duzsbhze9
2010-04-28 14:58:00 +05:30
Olivier Dony 84c9d5a0fe [IMP] refactored ir.rule access check for create to reuse common method
bzr revid: odo@openerp.com-20100422074528-km1fby7c7pehr94u
2010-04-22 09:45:28 +02:00
nch@tinyerp.com 2a072834f5 [FIX]:no_leaf in groupby was not taking main domain in to consideration
bzr revid: nch@tinyerp.com-20100420130855-mopv1kv1892i7xnv
2010-04-20 18:38:55 +05:30
Framework Team 3af6db6180 [MERGE] merged trunk-dev-framework branch, including a.o diagram view improvements, access rights, bugfixes
bzr revid: odo@openerp.com-20100420120017-wpnt9q169cq9iztr
2010-04-20 14:00:17 +02:00
RGA(OpenERP) e4def3bcce [FIX] Read : Correction for not passing None values to client via xml-rpc
bzr revid: jvo@tinyerp.com-20100420084917-4lzn1uhx52nnvw3t
2010-04-20 14:19:17 +05:30
nch@tinyerp.com f78f7158a8 [IMP]:group_by to support no_leaf in multi level group by
bzr revid: nch@tinyerp.com-20100420055805-ghxgs957976zng2a
2010-04-20 11:28:05 +05:30
Fabien Pinckaers 08d7ecffc2 fix
bzr revid: fp@tinyerp.com-20100419114410-uy7ns84ytk91a28g
2010-04-19 13:44:10 +02:00
Olivier Dony 1a3b72c8f3 [FIX] minor: escaped RST special char in docstring
bzr revid: odo@openerp.com-20100419170814-yr7zkwnlgugievo0
2010-04-19 19:08:14 +02:00
Fabien Pinckaers 14ecc8dff1 [IMP] bugfix read_group, no group_by
bzr revid: fp@tinyerp.com-20100419073924-1qkjwp2if61a0iah
2010-04-19 09:39:24 +02:00
Fabien Pinckaers 5eb84154dd merge
bzr revid: fp@tinyerp.com-20100416201147-wm7zq7o2vwds1gjt
2010-04-16 22:11:47 +02:00
Fabien Pinckaers e91128f251 [IMP] group_read
bzr revid: fp@tinyerp.com-20100416201124-nuic37h8ni51xkcq
2010-04-16 22:11:24 +02:00
Christophe Simonis 5b146e8062 [FIX] orm: correct the cleaning of incorrect reference fields
bzr revid: chs@openerp.com-20100416144856-gh9yaulzc4bc32zv
2010-04-16 16:48:56 +02:00
Stephane Wirtel 209d7cea51 [FIX] orm: Read the non-overrided fields from the _inherits
bzr revid: stephane@openerp.com-20100416113659-e6v5w53u6md01xve
2010-04-16 13:36:59 +02:00