Commit Graph

4542 Commits

Author SHA1 Message Date
Harry (OpenERP) ca82337080 [MERGE]
bzr revid: hmo@tinyerp.com-20100921073556-tcy14l4ighdszm7l
2010-09-21 13:05:56 +05:30
Anup (OpenERP) 2dd50cdbf2 [FIX] base : Index added on ir.propery to improve performance
bzr revid: ach@tinyerp.com-20100921073057-6yb8qjay3xfhj6gs
2010-09-21 13:00:57 +05:30
Xavier Morel c47d6959b8 [REM] unneeded intermediate variable in orm.read_group
bzr revid: xmo@openerp.com-20100921060639-x2hu98dxa7g9dawb
2010-09-21 11:36:39 +05:30
Christophe Simonis 2686d36182 [IMP] kill -SIGQUIT dumps the stack of all threads (forwardport of 2124 chs@openerp.com-20100920165253-esaatbgtvha9jhb9 from 5.0 branch)
bzr revid: chs@openerp.com-20100920165456-vux7ke0nmp8mqvna
2010-09-20 18:54:56 +02:00
Olivier Laurent, Olivier Dony 715ffa2db5 [IMP] orm.fields_view_get: non-xpath view inheritance should ignore field attributes but the "name"
bzr revid: odo@openerp.com-20100920122320-6pixw87hzpq7kwds
2010-09-20 14:23:20 +02:00
Christophe Simonis a87fef6cdf [IMP] use a single thread for crons (forwardport of 2123 chs@openerp.com-20100920112005-hk9zrgpbx9m0w6tv from 5.0 branch)
lp bug: https://launchpad.net/bugs/640493 fixed

bzr revid: chs@openerp.com-20100920112223-poqz0q1yb4kzsqs5
2010-09-20 13:22:23 +02:00
RGA (OpenERP) 4d7dcf462f merge from trunk
bzr revid: rga@tinyerp.com-20100920102311-elxge0e4wyx4af64
2010-09-20 15:53:11 +05:30
Anup (OpenERP) 1b46d73009 [FIX] base : INR code and name corrected
bzr revid: ach@tinyerp.com-20100920095134-4wezvp033shada97
2010-09-20 15:21:34 +05:30
RGA (OpenERP) b9beb3076e [IMP]when create new filter it should be modified if same name filter already exist otherwise create new one
bzr revid: rga@tinyerp.com-20100920091037-tyheqqfx72b3cbm2
2010-09-20 14:40:37 +05:30
Olivier Dony dc05c4b56d [IMP] orm.read_group: better readability and efficiency in group sorting
bzr revid: odo@openerp.com-20100920090056-xczdsu1o8o8j6015
2010-09-20 11:00:56 +02:00
nch@tinyerp.com baaf9e4490 [FIX]:default sorting in group by
bzr revid: nch@tinyerp.com-20100920061225-fq8943nq6upl6bn0
2010-09-20 11:42:25 +05:30
Fabien Pinckaers 31efd060f4 fix
bzr revid: fp@tinyerp.com-20100919133209-mqfh0nm17e8hosr1
2010-09-19 15:32:09 +02:00
Fabien Pinckaers b1ed0bbb57 [FIX] properties
bzr revid: fp@tinyerp.com-20100919123445-2vofhh1qkspod92r
2010-09-19 14:34:45 +02:00
Fabien Pinckaers 8b28a3cb5e fix
bzr revid: fp@tinyerp.com-20100919094518-j01cwcsarlgmtv0g
2010-09-19 11:45:18 +02:00
Fabien Pinckaers a8aa3bba98 speed_improve
bzr revid: fp@tinyerp.com-20100918144804-3zf2wrfylwg4duzx
2010-09-18 16:48:04 +02:00
Fabien Pinckaers 7fd317057a speed_improve
bzr revid: fp@tinyerp.com-20100918144732-wjyp8mvhck3lva1w
2010-09-18 16:47:32 +02:00
Fabien Pinckaers 37fb76e236 improve_speed
bzr revid: fp@tinyerp.com-20100918143750-t03rd85r1r7zdnec
2010-09-18 16:37:50 +02:00
Fabien Pinckaers c3ec58b1a4 improve_speed
bzr revid: fp@tinyerp.com-20100918143559-hcgi2x1af0pyt1ph
2010-09-18 16:35:59 +02:00
Fabien Pinckaers 825c70aeed [IMP] Speed improvements
bzr revid: fp@tinyerp.com-20100918110731-0zacb01o17bd0h55
2010-09-18 13:07:31 +02:00
Fabien Pinckaers c8ae6b4736 [FIX] Speed improvement properties
bzr revid: fp@tinyerp.com-20100918101958-jj3vpqzy6lbvv0yk
2010-09-18 12:19:58 +02:00
Fabien Pinckaers 9c62cde38f [IMP] improve debug for --log-level=debug_sql
bzr revid: fp@tinyerp.com-20100918093052-nxapeqahzt4cpr2m
2010-09-18 11:30:52 +02:00
Fabien Pinckaers 0cabdcc7d5 merge
bzr revid: fp@tinyerp.com-20100917171629-871qzyay4tiyri20
2010-09-17 19:16:29 +02:00
Olivier Dony 2c851e117b [IMP] orm.read_group: implement simple ordering of groups
bzr revid: odo@openerp.com-20100917145103-sm8kfl0tk5v1dgyp
2010-09-17 16:51:03 +02:00
Olivier Dony dcc4e7873e [IMP] orm.search: improved support for "order" param: multiple fields, m2o fields, stored function fields, inherited fields
Hopefully this is stable already, otherwise do not hesitate to yell at me ;-)

bzr revid: odo@openerp.com-20100917144807-xvzhdqbk1d6izr9n
2010-09-17 16:48:07 +02:00
Olivier Dony cd3692125f [FIX] yaml_import: proper support of different value types for date[time] fields in yml tests
bzr revid: odo@openerp.com-20100917094100-uaebg1jbmtc3rwz8
2010-09-17 11:41:00 +02:00
Harry (OpenERP) 2bfaa8842a [MERGE]
bzr revid: hmo@tinyerp.com-20100917052323-n7v1hxgmvyg1t01h
2010-09-17 10:53:23 +05:30
Vir (Open ERP) 6d1ac2525c [Merge]
bzr revid: vir@tinyerp.com-20100917044637-wibq5m44v57d82gk
2010-09-17 10:16:37 +05:30
Olivier Dony 1b914a32c5 [IMP] yaml_import: enforce ISO date format for date[time] fields in yml tests, to execute test in locale-agnostic manner
bzr revid: odo@openerp.com-20100916150805-9ys3gydvu6sz0l8i
2010-09-16 17:08:05 +02:00
Olivier Dony 24ff6d033b [IMP] yaml_import: enforce ISO date format for date[time] fields in yml tests, to execute locale-agnostic tests
bzr revid: odo@openerp.com-20100916144644-thsb8624du8ik6rn
2010-09-16 16:46:44 +02:00
rpa (Open ERP) 05b270a9cf [IMP]: base: Improvement in configuration wizard action, added view
bzr revid: rpa@tinyerp.com-20100916122927-7yzlr8l8tftiw67d
2010-09-16 17:59:27 +05:30
Olivier Dony 504c545cd7 [IMP] tools/convert: allow multiple root elements in view architectures (all fields with type=xml)
bzr revid: odo@openerp.com-20100916114726-9u10bm9k57nrwht5
2010-09-16 13:47:26 +02:00
Olivier Dony d4c6f7427b [IMP] res_user: copied users must not share the same address/email
bzr revid: odo@openerp.com-20100916114337-lkzxtd3owxz6qcmz
2010-09-16 13:43:37 +02:00
Olivier Dony ea106d5e93 [REM] base/rng: removed some old, unused and useless rng files
bzr revid: odo@openerp.com-20100916114033-1aei222d22fkq23l
2010-09-16 13:40:33 +02:00
Olivier Dony 6d6e8e725a [IMP] osv: broader error messages when constraint violations occur
bzr revid: odo@openerp.com-20100916113906-vd9orn59s3s2t5ho
2010-09-16 13:39:06 +02:00
qdp-launchpad@tinyerp.com 3583b65565 [MERGE] merge report branch
bzr revid: qdp-launchpad@tinyerp.com-20100916110150-gyl2l75ugeg2thcg
2010-09-16 13:01:50 +02:00
Vir (Open ERP) 2a638a5e23 [Merge]
bzr revid: vir@tinyerp.com-20100913095609-lpvaem22onbub325
bzr revid: vir@tinyerp.com-20100915043759-um560kpvxgrjls9s
bzr revid: vir@tinyerp.com-20100916044220-ot7i50ampczg74zc
2010-09-16 10:12:20 +05:30
Christophe Simonis 3b7bc55e1f Merge (at least) gallery branch.
bzr revid: chs@openerp.com-20100915210116-8vcgc95vm8neplcb
2010-09-15 23:01:16 +02:00
Fabien Pinckaers 3f30a311fe merge
bzr revid: fp@tinyerp.com-20100915170505-2xenw1jlkoxi6eyf
2010-09-15 19:05:05 +02:00
qdp-launchpad@tinyerp.com e46a956944 [IMP] added the attribute 'name' for the element 'page' in the rng validation schema
bzr revid: qdp-launchpad@tinyerp.com-20100915135641-8vbq87c1bkpghr5w
2010-09-15 15:56:41 +02:00
rpa (Open ERP) f7d18164af [IMP,ADD]: base: Improvement in new osv memort configuration wizard
bzr revid: rpa@tinyerp.com-20100915134534-ysdxskot66w3bqdz
2010-09-15 19:15:34 +05:30
apa-tiny 04dec3937d [MERGE]:Merged from trunk
bzr revid: apa@tinyerp.com-20100913101951-v8gzyrtnvsswz1gs
bzr revid: apa@tinyerp.com-20100915044302-ecp4um1qs5sic012
2010-09-15 10:13:02 +05:30
Fabien Pinckaers 338502d264 fix
bzr revid: fp@tinyerp.com-20100914221447-kyzb8gnrs7oiyomx
2010-09-15 00:14:47 +02:00
Harry (OpenERP) c8a08bfc9d [IMP] base: configuration wizard
bzr revid: hmo@tinyerp.com-20100914141938-dst3iy7oi8udrqlr
2010-09-14 19:49:38 +05:30
Anup (OpenERP) 530aa6ba6a [FIX] base : _sql_translation removed translations with duplicate msgids
bzr revid: ach@tinyerp.com-20100913061555-vcjdzisf00dkagd9
2010-09-13 11:45:55 +05:30
Xavier Morel 1621e0cf20 [FIX] indentation in workflow_view.xml
bzr revid: xmo@openerp.com-20100913055931-tzr3d7umkv4we827
2010-09-13 11:29:31 +05:30
Xavier Morel f488c07688 [FIX] cleanup whitespace in workflow_view.xml
bzr revid: xmo@openerp.com-20100913055815-6qqboll0vs0kazjq
2010-09-13 11:28:15 +05:30
Vir (Open ERP) 417d27a0df [Merge]
bzr revid: vir@tinyerp.com-20100913052005-i9eupb5kopazqvvt
2010-09-13 10:50:05 +05:30
apa-tiny 2fca7bd6e2 [MERGE]:Merged from trunk
bzr revid: apa@tinyerp.com-20100913044536-764w7oer6277bkll
2010-09-13 10:15:36 +05:30
Olivier Dony 6eaec834d9 [IMP] orm.read_group: remove sql injection vector by forcing group_by to be valid field + assert grouped field is in the view
bzr revid: odo@openerp.com-20100913004840-cxnmii88bhqmnzmz
2010-09-13 02:48:40 +02:00
Vir (Open ERP) f8590fbfd6 [IMP] Improved the viwe of User Preferences
bzr revid: vir@tinyerp.com-20100911062508-9ze77rhm45veup5o
2010-09-11 11:55:08 +05:30
Vir (Open ERP) 91708f702c [Merge]
bzr revid: vir@tinyerp.com-20100909051517-n9i0wdpglaladklp
bzr revid: vir@tinyerp.com-20100910053442-3rsv5ihdmhhuzcyn
2010-09-10 11:04:42 +05:30
Olivier Dony d5a8728994 [IMP] res.partner.address: improved formatting in name_get
bzr revid: odo@openerp.com-20100909142851-s7ny5mhv18qztncp
2010-09-09 16:28:51 +02:00
Fabien Pinckaers 4e6047dca4 [IMP] Saving test reports in directories
bzr revid: fp@tinyerp.com-20100912120743-ipb8mbl1udk53uuo
2010-09-12 14:07:43 +02:00
Fabien Pinckaers eff67ab23d [IMP] creating a new db by running the server with -i module -d DB
bzr revid: fp@tinyerp.com-20100912105126-kw7lk1uzapvwdcwh
2010-09-12 12:51:26 +02:00
Mantavya Gajjar a8f2a74385 [REVIEW]: review the currency rates
bzr revid: mga@tinyerp.com-20100911074535-qeyljzgh80cie1wv
2010-09-11 13:15:35 +05:30
Anup (OpenERP) 23c6722672 [FIX] translations updated for osv
bzr revid: ach@tinyerp.com-20100909122421-a5hqf6ca32vmnecs
2010-09-09 17:54:21 +05:30
Olivier Dony f85fcf0355 [IMP] orm: removed partial validation of default_focus attribute in fields_view_get
It was not correct. and even doing it with XPath is difficult because of nested form views etc.
It is easier to have the clients gracefully handle cases where too many default_focus attributes are set instead - just taking the first one is fine

bzr revid: odo@openerp.com-20100909111905-mythkbrmc82uq59r
2010-09-09 13:19:05 +02:00
Anup (OpenERP) 245ace0a3b [FIX] _read_flat mehthod corrected
bzr revid: ach@tinyerp.com-20100909110211-6sbl74zfnca0hlpf
2010-09-09 16:32:11 +05:30
nch@tinyerp.com 0deec8b7b1 [FIX,IMP]:missing 'wrap' attribute in label, and improved indentation
bzr revid: nch@tinyerp.com-20100909062026-xkygu0ucldqvu0zh
2010-09-09 11:50:26 +05:30
Launchpad Code Hosting 104cde3561 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100909044423-k7jqbeu5vrj5e06k
2010-09-09 04:44:23 +00:00
apa-tiny ff3447d9cb [MERGE]:Merged from trunk
bzr revid: apa@tinyerp.com-20100908133432-0poxyin1wrkkvsdp
bzr revid: apa@tinyerp.com-20100909044341-k8u7z6kxp1s89h0u
2010-09-09 10:13:41 +05:30
Olivier Dony 6cb0f0c23b [REVERT] incorrect patch to tools.translate - not yet reviewed
bzr revid: odo@openerp.com-20100908172708-vgqbwc8e2an30hxw
2010-09-08 19:27:08 +02:00
Olivier Dony ac2ea17fab [FIX] ir.translation: ensure consistent return type for _get_source(), pending proper fix
lp bug: https://launchpad.net/bugs/613721 fixed

bzr revid: odo@openerp.com-20100908170409-3k7tfolwgn599334
2010-09-08 19:04:09 +02:00
Raphael Valyi 80c4054ceb [FIX] orm: properly handle unicode values returned by ir.translation
lp bug: https://launchpad.net/bugs/613721 fixed

bzr revid: odo@openerp.com-20100908170257-bursdamzazhtbmas
2010-09-08 19:02:57 +02:00
Anup (OpenERP) 7c3e6a6ed6 [FIX] message of _sql_constraint is being translated now
bzr revid: ach@tinyerp.com-20100908162403-pcau9acjq0xhhxu0
2010-09-08 21:54:03 +05:30
Jay (OpenERP) cce93ad1ca [FIX] improvement from previous commit
bzr revid: jvo@tinyerp.com-20100908133538-82p99jqs18441es0
2010-09-08 19:05:38 +05:30
Christophe Simonis 417f87440e [FIX] correct config loading
lp bug: https://launchpad.net/bugs/519299 fixed
lp bug: https://launchpad.net/bugs/392114 fixed

bzr revid: chs@openerp.com-20100908130810-kxcvrntdzq4g1d5c
2010-09-08 15:08:10 +02:00
sbh (Open ERP) a6a10c9245 [ADD] partner: Modfiy the name of res_partner_address for adding the support partner_address
bzr revid: sbh@tinyerp.com-20100908122400-wuwvhxv0ux3irxzp
2010-09-08 17:54:00 +05:30
Vir (Open ERP) 1e5bd3dc4c [IMP] res_user view improved
bzr revid: vir@tinyerp.com-20100908060534-pod7b4b10lxd193n
2010-09-08 11:35:34 +05:30
apa-tiny 9b82ab08fd [FIX]:reset page number when printing multiple report
bzr revid: apa@tinyerp.com-20100908055620-uvwqjflp28glskdr
2010-09-08 11:26:20 +05:30
Vir (Open ERP) 7cee670e6c [Merge]
bzr revid: vir@tinyerp.com-20100908045232-nkq4s1f5ejvhr3vn
2010-09-08 10:22:32 +05:30
Launchpad Code Hosting 689837a6ab Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100908044005-k2yjme7ok7eaz6ni
2010-09-08 04:40:05 +00:00
apa-tiny f553e9d25d [MERGE]:Merged from trunk
bzr revid: apa@tinyerp.com-20100908043355-ory8og9usd2himx4
2010-09-08 10:03:55 +05:30
Olivier Dony 26ed95e772 [IMP] res.config.installer: fix addons install-status display
Addons marked "to remove" will not be considered installed, so we can reactivate them in the wizard

bzr revid: odo@openerp.com-20100907150606-0bkw03phaddx6n21
2010-09-07 17:06:06 +02:00
Xavier Morel a73711cb18 [IMP] logging in orm
* Create a schema logger at orm toplevel
* Fix logger arguments (let logging do string interpolation)
* Move orm logger to logging

bzr revid: xmo@openerp.com-20100908110250-d67l4f9kw24hsfaf
2010-09-08 13:02:50 +02:00
apa-tiny f47e71c84b [IMP]:improved landscape header
bzr revid: apa@tinyerp.com-20100907093447-g9aunx0tpog2rg4h
2010-09-07 15:04:47 +05:30
Julien Thewys 34577af85f [FIX] Fixed gettext translation (in particular, fixed translation in RML reports).
bzr revid: jth@openerp.com-20100907084902-0l323afsiju4y1i4
2010-09-07 10:49:02 +02:00
DBR (OpenERP) b2c4dd6b87 [MOD/IMP]res_user : Usability Improvement
bzr revid: dbr@tinyerp.com-20100907075101-ki0rwisnslqjqd93
2010-09-07 13:21:01 +05:30
Numérigraphe d6ffcfc3d9 [FIX] tools: missing import in tools pack
lp bug: https://launchpad.net/bugs/605053 fixed

bzr revid: hmo@tinyerp.com-20100907064553-1lwfec7t3g6rhjm0
2010-09-07 12:15:53 +05:30
DHS(OpenERP) 1bfe6b08b0 [FIX] safe_eval() : Added support of len()
lp bug: https://launchpad.net/bugs/631810 fixed

bzr revid: jvo@tinyerp.com-20100907062108-ottaogopnc22w3j0
2010-09-07 11:51:08 +05:30
Mustufa Rangwala 611a6aaa0b [IMP] Currency: Usebility improve on form view
bzr revid: mra@mra-laptop-20100907052552-6v2gy7zfxx832dor
2010-09-07 10:55:52 +05:30
Launchpad Code Hosting 103978a794 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100907044852-3yjh1grmyrf5h8se
2010-09-07 04:48:52 +00:00
Christophe Simonis 0f8e08d617 [FIX] cron: avoid multiple cron
bzr revid: chs@openerp.com-20100906152927-7xhtr8q4vqjqc26h
2010-09-06 17:29:27 +02:00
Jay (OpenERP) d429b331e0 [FIX] Custom field may not be found on the first go
bzr revid: jvo@tinyerp.com-20100906144533-eal9zioe9ea2na73
2010-09-06 20:15:33 +05:30
Stephane Wirtel 6b2e5f9896 [FIX] Use the currentThread function instead of current_thread
bzr revid: stephane@openerp.com-20100906140645-zxt6los8sl54qzj0
2010-09-06 16:06:45 +02:00
Stephane Wirtel 56d507a7e1 [FIX] Remove a character
bzr revid: stephane@openerp.com-20100906134747-hwl81jx35xk2oh83
2010-09-06 15:47:47 +02:00
Jay (OpenERP) ab830b6ba3 [FIX] Base : Currency rates assigned to Currencies
lp bug: https://launchpad.net/bugs/628193 fixed

bzr revid: jvo@tinyerp.com-20100906133350-hj4tlow46mtp10cj
2010-09-06 19:03:50 +05:30
Lionel 36b0157f8b [FIX] Currency : better handling of context
bzr revid: jvo@tinyerp.com-20100906111751-h4pdbgqa5bfzqtty
2010-09-06 16:47:51 +05:30
VRA(OpenERP) fc417fd4b2 [IMP] base: update currency rate and symbol
bzr revid: hmo@tinyerp.com-20100906110537-jr2ctq9b0vspkvvg
2010-09-06 16:35:37 +05:30
Harry (OpenERP) 485d0819fd [MERGE]
bzr revid: hmo@tinyerp.com-20100906081104-pkbxwki6189d6ym0
2010-09-06 13:41:04 +05:30
Harry (OpenERP) c4199cce1c [MERGE]
bzr revid: hmo@tinyerp.com-20100906061259-e2dtu46rjv4u5v76
2010-09-06 11:42:59 +05:30
apa-tiny c0e28370f4 [IMP]:improved print screen
bzr revid: apa@tinyerp.com-20100906060103-lp6gsx9jtkr9jh9r
2010-09-06 11:31:03 +05:30
Launchpad Code Hosting c52940582a Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100906045912-ubqw3zowbp6vtk3h
2010-09-06 04:59:12 +00:00
apa-tiny 680d12ad6a [MERGE]:merged from trunk
bzr revid: apa@tinyerp.com-20100903044040-e40gcbebdai9d7gc
bzr revid: apa@tinyerp.com-20100903123541-dfkorou5i9wuzubj
bzr revid: apa@tinyerp.com-20100906045701-dj1f29o2ojltm6r4
2010-09-06 10:27:01 +05:30
Mustufa Rangwala 7c8dbb23a1 [IMP] Currency: Add multi company group on company_id field
bzr revid: mra@mra-laptop-20100906034657-dgdzzx0710ctiu8e
2010-09-06 09:16:57 +05:30
Launchpad Code Hosting d70dcfcf4e Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100904044351-e0oamiu40dqzr5pl
bzr revid: codehost@crowberry-20100905044435-s37ynelept64rxdd
2010-09-05 04:44:35 +00:00
Jay (OpenERP) 68dc2f322a [FIX] read() should never return [] if fields are not empty
lp bug: https://launchpad.net/bugs/600533 fixed

bzr revid: jvo@tinyerp.com-20100903130945-b03ggz7hg8egymv0
2010-09-03 18:39:45 +05:30
olt@tinyerp.com f74688a015 [IMP] orm: now detect constraint definition changes in _auto_init (lately it only detected if the constraint name had changed)
bzr revid: olt@tinyerp.com-20100903124635-x1pczng4lpboqsjp
2010-09-03 14:46:35 +02:00
Olivier Dony 0cc75127a8 [IMP] sql_db.cursor: optional 'log_exceptions' flag to turn off logging exceptions inside the cr.execute() method
This is useful when the caller wants to do the logging.

bzr revid: odo@openerp.com-20100903122426-fox86td4uqr3l0jx
2010-09-03 14:24:26 +02:00
olt@tinyerp.com efe4e04159 [IMP] orm: added 'schema' and 'data' logger
[IMP] pep8

bzr revid: olt@tinyerp.com-20100903105956-b04rqcxn0tekpi9b
2010-09-03 12:59:56 +02:00
rpa (Open ERP) 70aaca0d14 [MERGE]: Merge with https://code.launchpad.net/~openerp-dev/openobject-server/uco-dev-framework
bzr revid: rpa@tinyerp.com-20100903103540-kdm2yrurn169v23n
2010-09-03 16:05:40 +05:30
Christophe Simonis ef4151fcb9 [IMP] sql_db: promote some debug_sql to info or warning
bzr revid: chs@openerp.com-20100903085804-p0yij5nly1d076c7
2010-09-03 10:58:04 +02:00
Christophe Simonis 7cf31b4869 [IMP] display database name in the logger
bzr revid: chs@openerp.com-20100903074132-nrhd3p2i53hmtt9j
2010-09-03 09:41:32 +02:00
rpa (Open ERP) 39380c517b [ADD,IMP]: base: Added old configuration wizard back (New is incomplete)
bzr revid: rpa@tinyerp.com-20100903072432-7bo13lwu9wpyc3gs
2010-09-03 12:54:32 +05:30
olt@tinyerp.com 827ce83b57 [FIX] missing comma in sql query 'execute' call ("select count...")
[FIX] removed deprecated module 'string'
[FIX] indentation errors

bzr revid: olt@tinyerp.com-20100903070330-v5gy27t7jx093tvp
2010-09-03 09:03:30 +02:00
rpa (Open ERP) 6f1146e046 [IMP]: base: Minor improvement in button icon
bzr revid: rpa@tinyerp.com-20100903061947-wzv0c8l3158818dh
2010-09-03 11:49:47 +05:30
rpa (Open ERP) 05178ed85c [MERGE]: Merge with lp:openobject-server
bzr revid: rpa@tinyerp.com-20100903061133-2aamj5doyxpx2ppj
2010-09-03 11:41:33 +05:30
rpa (Open ERP) 8828c08f41 [IMP]: base: When there is no module to upgrade and "Apply Scheduled Upgrades" wizard is called, it should not display form view of module list
bzr revid: rpa@tinyerp.com-20100903060704-5y1cpdx7p8zo929e
2010-09-03 11:37:04 +05:30
rpa (Open ERP) acfeaf908f [FIX]: Fixed old wizard name
bzr revid: rpa@tinyerp.com-20100903054046-1dk39p6dotz9wqpx
2010-09-03 11:10:46 +05:30
uco (Open ERP) 726a0ab6b3 [MERGE]: Merged with trunk-server.
bzr revid: uco@tinyerp.com-20100903050258-rmfn1nklrswtuqu3
2010-09-03 10:32:58 +05:30
uco (Open ERP) a9e782a820 [IMP] Configuration wizard: Improved text.
bzr revid: uco@tinyerp.com-20100903050003-zzphfmb1lhvs5bjr
2010-09-03 10:30:03 +05:30
Vir (Open ERP) a74a3ebfcb [Merge]
bzr revid: vir@tinyerp.com-20100901043056-e8pwz72pezbhqy40
bzr revid: vir@tinyerp.com-20100903043718-c6nv0ayvqpom7uuh
2010-09-03 10:07:18 +05:30
Launchpad Code Hosting 014363d304 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100903034517-ii8wt89p4toxidzo
2010-09-03 04:45:17 +01:00
Olivier Dony f229d1b21b [IMP] base/rng: removed unused shortcut element, wrongly merged from xrg's brancha while ago
bzr revid: odo@openerp.com-20100902144441-3reajj51wh7gwyal
2010-09-02 16:44:41 +02:00
Olivier Dony aa60daa552 [IMP] base/rng: separator elements should have optional groups attribute
Also refactored the groups attribute into a separate rng:define.

bzr revid: odo@openerp.com-20100902144151-prumf8dkwe31d9r1
2010-09-02 16:41:51 +02:00
P. Christeas ca72c6b1ce [IMP] tools/yaml_import: Try to explain values of failed assertions
When some assertion fails, eg. "a == 4" , try to break it down and eval
the parts so that we see the real "8 == 4" data.

bzr revid: odo@openerp.com-20100902113025-ef3gdit4r6ipwoxn
2010-09-02 13:30:25 +02:00
Olivier Dony cf56cf5d1e [IMP] orm: moved name_search + its private implementation + name_get from orm to orm_template
This is more consistent and also makes name_get and name_search available for osv_memory objects.

bzr revid: odo@openerp.com-20100901164437-n03ubsu440oc9kwj
2010-09-01 18:44:37 +02:00
Olivier Dony 1f9784df87 [FIX] orm: fields_view_get selection values must properly heed ir.rules:
- Added private _search() method with optional uid to use when checking access rights (still using correct ir.rules)
- Corrected fields_view_get's call to name_search() to use this feature instead of hardcoding user=1 which bypasses ir.rules

bzr revid: odo@openerp.com-20100901150833-g333avwn6gqo9kqp
2010-09-01 17:08:33 +02:00
Stephane Wirtel ab73059a9d [FIX] base: Remove unsafe_eval and use int in the ir.ui.menu object
bzr revid: stephane@openerp.com-20100902104107-um56xy2zu4vxb1g3
2010-09-02 12:41:07 +02:00
Launchpad Code Hosting 4be9bb115d Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100902035122-gqe6j9jo45ukq7f2
2010-09-02 04:51:22 +01:00
Fabien Pinckaers 76548b3aff merge
bzr revid: fp@tinyerp.com-20100901164225-3o7njbh96drfvxnp
2010-09-01 18:42:25 +02:00
Fabien Pinckaers 08e975711e better error message when crashing a yaml test
bzr revid: fp@tinyerp.com-20100901164207-g9p5o5p58310e0lp
2010-09-01 18:42:07 +02:00
apa-tiny ed2a867de7 [ADD]:add symbol field in res.currency
bzr revid: apa@tinyerp.com-20100901121318-t428utljddz2cszm
2010-09-01 17:43:18 +05:30
Olivier Dony 1b76981935 [IMP] orm.fields_view_get: return cached selection values even when field is not invisible
This solves potential issues at client-side when a refresh or on_change trigger 
changes the value of the invisible field but the client does not allow it 
because it is not part of the available values as far as it knows.

bzr revid: odo@openerp.com-20100901120827-kbthqdkm6qlc1ugu
2010-09-01 14:08:27 +02:00
apa-tiny a8f81c77a0 [IMP]:improvd print screen
bzr revid: apa@tinyerp.com-20100901115310-u5xug0l144vqrit0
2010-09-01 17:23:10 +05:30
uco (Open ERP) 38e1584366 [MERGE]: Merged with trunk-server.
bzr revid: uco@tinyerp.com-20100901103350-ucmc13kpg84owa9m
2010-09-01 16:03:50 +05:30
uco (Open ERP) 79de8e71fa [MERGE]: Merged with team branch.
bzr revid: uco@tinyerp.com-20100901103021-9hk9c4963xa293xz
2010-09-01 16:00:21 +05:30
Harry (OpenERP) 73bbce205b [FIX] tools/yml_import: pass context into update data in record parsing
bzr revid: hmo@tinyerp.com-20100901085707-lxeo23h9ziwilpkx
2010-09-01 14:27:07 +05:30
Anup (OpenERP) 73ac56eaf1 [FIX] msgstr in .pot file must be '' while exporting template translation
bzr revid: ach@tinyerp.com-20100901075244-wz3c75j56q6m79yg
2010-09-01 13:22:44 +05:30
apa-tiny f0df82db17 [MERGE]:merged from trunk.
bzr revid: apa@tinyerp.com-20100831133218-y9la1bqkj5jp4hrh
bzr revid: apa@tinyerp.com-20100901045057-pyt2b5ymls6l2xah
2010-09-01 10:20:57 +05:30
Launchpad Code Hosting 313afc0fe8 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100901035636-y4v3xtmmlobpdy98
2010-09-01 04:56:36 +01:00
apa-tiny b453709b83 [iMP]:Added filter and round function in global dict.
bzr revid: apa@tinyerp.com-20100831123200-d2y2ced1mnd0fv3g
2010-08-31 18:02:00 +05:30
Julien Thewys 2adff8ecf5 [MERGE] fixes the construction of a XML search string containing single quotes
bzr revid: jth@openerp.com-20100831121710-cwk33mcvyhcgir5g
2010-08-31 14:17:10 +02:00
Stephane Wirtel ce93349749 [IMP] base: Add an on_change with a warning if the user changes the company
bzr revid: stephane@openerp.com-20100831111314-jea2mxbd1hqarzoc
2010-08-31 13:13:14 +02:00
saz(openerp) 49f107c628 [iMP]:base:print screen report
bzr revid: apa@tinyerp.com-20100831110046-h0z46hjccqh4x35a
2010-08-31 16:30:46 +05:30
Harry (OpenERP) 81bcdbf71e [IMP] request: remove parent menu of request and set default context for current user in search view
bzr revid: hmo@tinyerp.com-20100831060154-wsyi55wnl01u2yh9
2010-08-31 11:31:54 +05:30
ksa (Open ERP) 8e8cb54925 [IMP]: convert old wizard into osv memory wizard for configuration
bzr revid: ksa@tinyerp.co.in-20100831051055-4dhs0b8a1wqgwp2v
2010-08-31 10:40:55 +05:30
apa-tiny 19ae14b2c7 [MERGE]:merged from trunk.
bzr revid: apa@tinyerp.com-20100831044606-m0s2vp3gik7wms3s
2010-08-31 10:16:06 +05:30
Vir (Open ERP) f3a7bead45 [Merge]
bzr revid: vir@tinyerp.com-20100831043918-npi7t4q1l7r38ch8
2010-08-31 10:09:18 +05:30
Launchpad Code Hosting 5d497d55fe Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100831035541-hytofn17645smhw1
2010-08-31 04:55:41 +01:00
Olivier Dony 4e41b9e995 [IMP] printscreen of group_by: replace empty labels with 'Undefined' as in interface
bzr revid: odo@openerp.com-20100830144801-8qgrydg8lelptz0b
2010-08-30 16:48:01 +02:00
Harry (OpenERP) cf86268416 [FIX] convert: after upgrade module, got error to parse menu
bzr revid: hmo@tinyerp.com-20100830140508-8mbnjtg5c970j3dt
2010-08-30 19:35:08 +05:30
ksa (Open ERP) ace3cc53ae [IMP]: Improve old wizard into osv memoery wizard
bzr revid: ksa@tinyerp.co.in-20100830133743-31v4tvi1gj0c0jc6
2010-08-30 19:07:43 +05:30
ksa (Open ERP) 99b7f4463c [IMP]: Improve old wizard into osv memoery wizard
bzr revid: ksa@tinyerp.co.in-20100830132816-4riit83jw7y2lghz
2010-08-30 18:58:16 +05:30
Harry (OpenERP) 2468ab8e0f [MERGE]
bzr revid: hmo@tinyerp.com-20100830130448-k0z1zjl1hz6q1e8b
2010-08-30 18:34:48 +05:30
Olivier Dony a46518e637 [IMP] res_user: user_email accessor should work even without read access to addresses
bzr revid: odo@openerp.com-20100830103431-59avx90r2fq0leim
2010-08-30 12:34:31 +02:00
Olivier Dony cfaf6e488d [IMP] ir_values: revert apparently accidental line deletion in rev 2409
bzr revid: odo@openerp.com-20100830102151-lmb33tb62iijkqw2
2010-08-30 12:21:51 +02:00
Olivier Dony a33463b178 [IMP] tools/convert: small readability improvement in parent menu determination
bzr revid: odo@openerp.com-20100830102003-jmzq3vpuvhng1404
2010-08-30 12:20:03 +02:00
P. Christeas f3b2c5d112 [MERGE] fix: ir_values action permissions + issue with menus during updates
ir_values: fix logic of group_ids in actions after bad refactoring
convert: When loading menu, don't match by name

bzr revid: odo@openerp.com-20100830100546-5wtg3cxhw3qy2adg
2010-08-30 12:05:46 +02:00
Olivier Dony 6e3c34ddd5 [FIX] rml2pdf: allow missing/null image contents
bzr revid: odo@openerp.com-20100830095946-a028170mlds8upre
2010-08-30 11:59:46 +02:00
P. Christeas fa369ce13c ir_values: Fix logic of group_ids in actions.
If an action (eg. wizard) contained groups, those groups would be
/forbidden/ to see the action. The correct behaviour is to _allow_ them.

bzr revid: p_christ@hol.gr-20100830094930-sv5yfindhg9qx1w3
2010-08-30 12:49:30 +03:00
P. Christeas b68138961f convert: When loading menu, don't match by name
It is safer to create duplicate menus than assume the same name is the same
menu.

Solved strange case with 'Manufacturing', where it would falsely identify
the 'Manufacturing/Manufacturing' as its parent, and thus create a recursive
menu. If we are parsing the 'a/b/c' name syntax, we have to ommit "c" from
parent search.

Conflicts:

	bin/tools/convert.py

bzr revid: p_christ@hol.gr-20100830094806-3d4flzmp6vazdhtb
2010-08-30 12:48:06 +03:00
apa-tiny 78b74198b0 [MERGE]:merged from trunk.
bzr revid: apa@tinyerp.com-20100826045659-ym940bgj0vrfxs28
bzr revid: apa@tinyerp.com-20100827043635-od0dd3wfb4309syg
bzr revid: apa@tinyerp.com-20100827133342-t3f0zsm7y57n7vmc
bzr revid: apa@tinyerp.com-20100830045724-d69cuc6e2jfy2yg7
2010-08-30 10:27:24 +05:30
Vir (Open ERP) b2d13bd8c9 [Merge]
bzr revid: vir@tinyerp.com-20100827043352-k3n4ox9tngq2ecfv
bzr revid: vir@tinyerp.com-20100830042537-djn9ch11go18qnfg
2010-08-30 09:55:37 +05:30
Launchpad Code Hosting 48ba7cf974 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100828034108-p5hv23gcnahsh3nn
bzr revid: codehost@crowberry-20100829034449-vt0hf7d5n558jupy
bzr revid: codehost@crowberry-20100830035511-67bsuxpvaattpurc
2010-08-30 04:55:11 +01:00
Olivier Dony 7b900d63a9 [FIX] user preferences: make menu-tips checkbox writeable for normal users
bzr revid: odo@openerp.com-20100827163241-zlfqk170mtrq6w27
2010-08-27 18:32:41 +02:00
ksa (Open ERP) 3b0b30739d [IMP] : convert add_new wizard into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100827133504-h14gv7b99qve5t4s
2010-08-27 19:05:04 +05:30
ksa (Open ERP) 8ed40cdb88 [IMP] : convert add_new wizard into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100827132806-lo1po6qwnagwwevu
2010-08-27 18:58:06 +05:30
Olivier Dony 1f1fcba103 [FIX,REF] orm: correct default values update during create() + refactor
bzr revid: odo@openerp.com-20100827092554-e16v8i4cwqobtv8a
2010-08-27 11:25:54 +02:00
ksa (Open ERP) 870b649619 [IMP]: convert add_new wizard into osv memory wizard and remove wizard_configuration wizard
bzr revid: ksa@tinyerp.co.in-20100827073502-jh9s728nhbmik79c
2010-08-27 13:05:02 +05:30
ksa (Open ERP) a98649d044 [IMP]: convert language import wizard into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100827070148-ts1oxuq4ip8j2nh2
2010-08-27 12:31:48 +05:30
ksa (Open ERP) 2790fa06bc [MERGE]:openobject-server/trunk-dev-framework
bzr revid: ksa@tinyerp.co.in-20100827061301-o6rsswyt37r5aiuq
2010-08-27 11:43:01 +05:30
ksa (Open ERP) c064e68c66 [IMP]: convert language install wizard into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100827060318-1dxmyhjoan98u6i3
2010-08-27 11:33:18 +05:30
uco (Open ERP) b262482747 [MERGE]: Merged with team branch.
bzr revid: uco@tinyerp.com-20100827044832-vgcnp3p2qbmau20o
2010-08-27 10:18:32 +05:30
uco (Open ERP) a4be29839b [MERGE]: Merged with trunk-server
bzr revid: uco@tinyerp.com-20100827044722-bjv1qkqkh7tjc5v7
2010-08-27 10:17:22 +05:30
uco (Open ERP) b4fb888d91 [ADD] base: Added calendar view for requests.
bzr revid: uco@tinyerp.com-20100827044518-00pmh7i6i7a7f9t0
2010-08-27 10:15:18 +05:30
Launchpad Code Hosting 4bdd9392cb Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100827033806-hb56hutdrw7nokaz
2010-08-27 04:38:06 +01:00
Olivier Dony 502defb1a4 [FIX] orm.read_group: get correct number of return values
bzr revid: odo@openerp.com-20100826161517-r4tcgu4qk7onmhlf
2010-08-26 18:15:17 +02:00
Olivier Dony 0c00e6858a [IMP] ir_translate, orm: btree indexes have size limit on large text values, implemented temporary workaround
bzr revid: odo@openerp.com-20100826150006-68m4gpxl9xb46bim
2010-08-26 17:00:06 +02:00
P. Christeas 03dd95c34e [IMP] reports: remove some deprecation warnings
bzr revid: odo@openerp.com-20100826141421-vdzkd4wv17w36gnr
2010-08-26 16:14:21 +02:00
Vir (Open ERP) ab7f659cf9 [MOD] Administration/Company availble without multicompany group
bzr revid: vir@tinyerp.com-20100826131742-1rweau4xf5dvkfrq
2010-08-26 18:47:42 +05:30
ksa (Open ERP) add327f6ae [IMP]: Minor improvement
bzr revid: ksa@tinyerp.co.in-20100826124355-yv9nab36j88s0e07
2010-08-26 18:13:55 +05:30
ksa (Open ERP) 086e88d4ce [IMP]: convert old wizard into osv memory wizard for update module
bzr revid: ksa@tinyerp.co.in-20100826123554-2zd5yvp33slx8xfm
2010-08-26 18:05:54 +05:30
Olivier Dony 1dec419270 [IMP] orm: some improvement on previous commit on orm search with order_by (still needs fixing):
Avoid depending on implicit ordering of tables in a query but still allow basic sorting by inherited fields

bzr revid: odo@openerp.com-20100826114531-ajbukfsu9u3glhz5
2010-08-26 13:45:31 +02:00
Julien Thewys e69414c7ec [FIX] Log level for registered exported service.
bzr revid: jth@openerp.com-20100826125224-heukli2t66xw83ju
2010-08-26 14:52:24 +02:00
ksa (Open ERP) f917fe27b0 [IMP] Import module wizard convert into osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100826101850-e8tsrqre2ksdpr3b
2010-08-26 15:48:50 +05:30
uco (Open ERP) cd4892126c [IMP] base: Improved views of Administration-> Maintenance.
bzr revid: uco@tinyerp.com-20100826101712-po877iu4kbl4v41b
2010-08-26 15:47:12 +05:30
uco (Open ERP) f14ff1cc81 [IMP] base: Improved views of Administration-> Modules Management.
bzr revid: uco@tinyerp.com-20100826101600-b8y0bkdidte9wn38
2010-08-26 15:46:00 +05:30
uco (Open ERP) b66f9a6ef9 [ADD, IMP] base: Added search views, Improved views of Administration-> Security.
bzr revid: uco@tinyerp.com-20100826092025-c0fmjo15bouoq84i
2010-08-26 14:50:25 +05:30
uco (Open ERP) cfbdd091ea [REVERT]: Reverted wrong commit
bzr revid: uco@tinyerp.com-20100826091046-vkn84n6iqxt8qpe4
2010-08-26 14:40:46 +05:30
uco (Open ERP) 54f4601aa0 [ADD] base: Added search views to Administration-> Users.
bzr revid: uco@tinyerp.com-20100826085031-xio837lvytwfnrvv
2010-08-26 14:20:31 +05:30
uco (Open ERP) 8593f3f856 [IMP] base: Improvements in views of Administration-> Translations.
bzr revid: uco@tinyerp.com-20100826071633-3flcycx3eqd43v2c
2010-08-26 12:46:33 +05:30
uco (Open ERP) 8ec99b95d5 [IMP] base: Improved views of Workflow activities and Request.
bzr revid: uco@tinyerp.com-20100826055054-8zoixe7souvqx38e
2010-08-26 11:20:54 +05:30
uco (Open ERP) a7c77ed348 [MERGE]: Merged with team branch.
bzr revid: uco@tinyerp.com-20100826044830-oxi2cjshzcqjosrk
2010-08-26 10:18:30 +05:30
uco (Open ERP) cd52eaf4dd [MERGE]
bzr revid: uco@tinyerp.com-20100826044350-28smtrpvkm50bdgi
2010-08-26 10:13:50 +05:30
Launchpad Code Hosting 3802e21be3 Launchpad automatic translations update.
bzr revid: codehost@crowberry-20100826035353-g56eu7ome1t88lku
2010-08-26 04:53:53 +01:00
Jay (OpenERP) e3296e894b [FIX] Server side sorting for _inherits relations corrected
bzr revid: jvo@tinyerp.com-20100825190431-bh3fxeu044sv8xaj
2010-08-26 00:34:31 +05:30
Olivier Dony 0125777a07 [FIX] orm: avoid replacing create() values with defaults if default_get is not correctly implemented
lp bug: https://launchpad.net/bugs/620714 fixed

bzr revid: odo@openerp.com-20100825175930-62uun8p016y24o2u
2010-08-25 19:59:30 +02:00
Olivier Dony a31b0d9e0e [REVERT] orm: reverted revision 1917 introducing split on id fields -- need to find a proper fix for caldav generated ids
bzr revid: odo@openerp.com-20100825175800-0vgmg3eesaw9xwdi
2010-08-25 19:58:00 +02:00
qdp-launchpad@tinyerp.com 17a9b8f502 [FIX] orm: fixed compliancy with negative numeric ids
bzr revid: qdp-launchpad@tinyerp.com-20100825151818-oh1tv6pe6sw75yh1
2010-08-25 17:18:18 +02:00
uco (Open ERP) 96f47d7b03 [IMP] base: Improvements in views of Administration-> Low level objects.
bzr revid: uco@tinyerp.com-20100825133450-4b903wy9u4773vp2
2010-08-25 19:04:50 +05:30
Xavier Morel bc870c74d8 [REM] html content in search views, doesn't make much sense and not handled by clients
bzr revid: xmo@openerp.com-20100825132014-39w320qb2ibqx92n
2010-08-25 15:20:14 +02:00
Xavier Morel 2ef057da4e [REM] element <label> in search view, not handled by clients
bzr revid: xmo@openerp.com-20100825131837-o012xx8onvy76vv7
2010-08-25 15:18:37 +02:00
apa-tiny 0d1871526b [FIX]:date format is not change according lang.
bzr revid: apa@tinyerp.com-20100825131151-aptf93zove4eb08k
2010-08-25 18:41:51 +05:30
apa-tiny c2d3bf1744 [FIX]:date format is not change according lang.
bzr revid: apa@tinyerp.com-20100825114954-1154iy1l7lxadsy9
2010-08-25 17:19:54 +05:30
ksa (Open ERP) a6941afcf7 [IMP]: Minor changes
bzr revid: ksa@tinyerp.co.in-20100825114015-hdenybj5f0gx0a40
2010-08-25 17:10:15 +05:30
ksa (Open ERP) be21d83942 [IMP]: convert in osv memory wizard
bzr revid: ksa@tinyerp.co.in-20100825113624-6ah0xc54mjr5e10n
2010-08-25 17:06:24 +05:30
uco (Open ERP) c2c1914209 [IMP] base: Improved views of Client actions and Server actions and added search views for both.
bzr revid: uco@tinyerp.com-20100825102529-qrov9r71kwrqvkpc
2010-08-25 15:55:29 +05:30
uco (Open ERP) 55a565d0c6 [IMP] base: Improved views of Workflow Activities, Workflow transitions and added help for transition fields.
bzr revid: uco@tinyerp.com-20100825085111-jmobp7abfi131obf
2010-08-25 14:21:11 +05:30
nch@tinyerp.com 653aa1c7da [IMP]:Added a boolean field on the user preferences and user form to be able to deactivate the help dialog box in each screen per user
bzr revid: nch@tinyerp.com-20100825084848-obktbc48sred7jnh
2010-08-25 14:18:48 +05:30