Commit Graph

672 Commits

Author SHA1 Message Date
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
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
HDA (OpenERP) 4ebe2703d7 Merged with diagram branch
bzr revid: hda@tinyerp.com-20100415084348-x4x6nmumqm3l3qdu
2010-04-15 14:13:48 +05:30
Ysa (Open ERP) 4ebbb9fbda [IMP] diagram :- improve parser code(parse node and arrow field).
bzr revid: ysa@tinyerp.co.in-20100414121217-1yh6uohkjkwl8r8e
2010-04-14 17:42:17 +05:30
apa-tiny c101b45f08 merge
bzr revid: apa@tinyerp.com-20100414114726-9xnxcy1ds11461c4
2010-04-14 17:17:26 +05:30
rga 7d81ac0cde [FIX] M2O field, widget=selection not display all records
bzr revid: rga@rga-desktop-20100414102826-huc2x2h891r8k2j8
2010-04-14 15:58:26 +05:30
Ysa (Open ERP) eebbd52d8a [IMP] diagram :- parse node and arrow tag field.
bzr revid: ysa@tinyerp.co.in-20100413100157-nhz3lejj8ayg2zqc
2010-04-13 15:31:57 +05:30
nch@tinyerp.com a30e469839 [IMP]: removed 'parent_field' from o2m 's attrs as now it is not required by the pager
bzr revid: nch@tinyerp.com-20100412125821-9p8gqt06dhs41tfa
2010-04-12 18:28:21 +05:30
HDA (OpenERP) 02b5b44049 Merged
bzr revid: hda@tinyerp.com-20100408130532-fu53hdza1o2jettc
2010-04-08 18:35:32 +05:30
HDA (OpenERP) aefca2f616 Merged
bzr revid: hda@tinyerp.com-20100408114343-skbd5e28la5vlht6
2010-04-08 17:13:43 +05:30
Olivier Dony 8465d6ed56 [MERGE] merged dev-trunk-framework branch, including docstring improvements and a fix for reporting
bzr revid: odo@openerp.com-20100408105537-uy02ichkpw25bu3e
2010-04-08 12:55:37 +02:00
Olivier Dony 2657127314 [FIX] Fixed incorrect psycopg2 usage for passing query parameters.
Improves on fix by rev 2174 fp@tinyerp.com-20100407070419-4cly41c0bvrkd00v 
(with bad commit message BTW)

bzr revid: odo@openerp.com-20100408000739-3f8oe65bcinfpliu
2010-04-08 02:07:39 +02:00
Fabien Pinckaers 009f5f7bb4 merge
bzr revid: fp@tinyerp.com-20100407070504-x1474hslloxn32v9
2010-04-07 09:05:04 +02:00
Fabien Pinckaers 3c31799a0d merge
bzr revid: fp@tinyerp.com-20100407070419-4cly41c0bvrkd00v
2010-04-07 09:04:19 +02:00
Rvo (Open ERP) 927227cef9 [IMP]:improved orm's public methods docstrings
bzr revid: rvo@tinyerp.co.in-20100406123028-1mroxby4v4ijbxtr
2010-04-06 18:00:28 +05:30
HDA (OpenERP) c6669f3cb1 Merged with diagram server
bzr revid: hda@tinyerp.com-20100406104457-k5l60gj690d041bj
2010-04-06 16:14:57 +05:30
HDA (OpenERP) 91a88a3f8d Improved docstring of orm
bzr revid: hda@tinyerp.com-20100406102621-0n65uvesduhpv987
2010-04-06 15:56:21 +05:30
nel@tinyerp.com e92975499f [FIX] context in read_group
bzr revid: nel@tinyerp.com-20100406071743-qe507a4o2iwhgpd7
2010-04-06 09:17:43 +02:00
HDA (OpenERP) 51a0b657c4 Merged
bzr revid: hda@tinyerp.com-20100406063837-sli3uyy3fsnx6dji
2010-04-06 12:08:37 +05:30
Jay (Open ERP) 877fde1280 [FIX] Unlink : Corrected code for proper query
lp bug: https://launchpad.net/bugs/553258 fixed

bzr revid: jvo@tinyerp.com-20100405101413-bvcus7jamjcmseex
2010-04-05 15:44:13 +05:30
Rvo (Open ERP) d984b6d8d0 Removed print statement
bzr revid: rvo@tinyerp.co.in-20100405060106-pz1vz05wue71p0kc
2010-04-05 11:31:06 +05:30