Commit Graph

1679 Commits

Author SHA1 Message Date
Stephane Wirtel 0a392bce47 [MERGE]
bzr revid: stephane@tinyerp.com-20081222212246-9h73d6u8pimwlwqo
2008-12-22 22:22:46 +01:00
Stephane Wirtel b64f17c7f8 [IMP] OpenERP 5.0 RC2
bzr revid: stephane@tinyerp.com-20081222200337-6be6ic1abk8r9wa7
2008-12-22 21:03:37 +01:00
Stephane Wirtel 80b15290b2 [FIX] Import sql
bzr revid: stephane@tinyerp.com-20081222200328-ac975ho83n20dv6f
2008-12-22 21:03:28 +01:00
Stephane Wirtel 2e941aad88 [IMP] Add Languages (Arabic, Polish, Turkish)
bzr revid: stephane@tinyerp.com-20081222193426-j15y0lakypnb2lah
2008-12-22 20:34:26 +01:00
mga (Tiny/Axelor) b3bd596db5 merging from the trunk
bzr revid: mga@tinyerp.com-20081222192515-9hde2i50636imbrl
2008-12-23 00:55:15 +05:30
mga (Tiny/Axelor) f2c85a1f97 small change in the server action
bzr revid: mga@tinyerp.com-20081222191453-43lmt10bskyky0pr
2008-12-23 00:44:53 +05:30
Stephane Wirtel 9070ac9bec [FIX] Upgrade the version parser
bzr revid: stephane@tinyerp.com-20081222182729-w1a482m5yq89330d
2008-12-22 19:27:29 +01:00
Stephane Wirtel 611d11e4ee [IMP] Upgrade the translations
bzr revid: stephane@tinyerp.com-20081222182127-1ymyv08u08ecqt6c
2008-12-22 19:21:27 +01:00
Christophe Simonis 1e69aae79b [IMP] better debug output
bzr revid: christophe@cobalt-20081222165515-nk3k1xx04i9u4k0a
2008-12-22 17:55:15 +01:00
Stephane Wirtel 16d7b2a13a [FIX] Use UTF-8
lp bug: https://launchpad.net/bugs/310550 fixed

bzr revid: stephane@tinyerp.com-20081222151946-reick4thg1dinhd4
2008-12-22 16:19:46 +01:00
Stephane Wirtel aa5ba32461 [FIX] Print Screen
lp bug: https://launchpad.net/bugs/310559 fixed

bzr revid: stephane@tinyerp.com-20081222150410-d14q1cij3ybwu93p
2008-12-22 16:04:10 +01:00
Christophe Simonis 806582f0b5 [FIX] bug with lang loading (Thanks a lot to Xavier ALT for the patch)
lp bug: https://launchpad.net/bugs/303929 fixed

bzr revid: christophe@cobalt-20081222111826-y2ud59tzq5ols8b7
2008-12-22 12:18:26 +01:00
Christophe Simonis 66ea8170e0 [FIX] do no update <record> with the "noupdate" flag
[FIX] import_partial was broken

bzr revid: christophe@cobalt-20081222105106-or8sen6srt8ao0zf
2008-12-22 11:51:06 +01:00
Stephane Wirtel 7411a4cb51 [MERGE]
bzr revid: stephane@tinyerp.com-20081222084309-pjzgknbsks99w7mc
2008-12-22 09:43:09 +01:00
Stephane Wirtel d6ee7843dc [REF] Move the drop_view_if_exists
bzr revid: stephane@tinyerp.com-20081222084150-b0xeatlbnmpyhwkr
2008-12-22 09:41:50 +01:00
Sofia 4c4539bdb3 security rules for maintenance objects
bzr revid: sahibsofia@gmail.com-20081222082908-r7er79oh8cwqlh43
2008-12-22 13:59:08 +05:30
Jack De Vos e02294d504 Added Mode attribute to calendar tag
bzr revid: jvo@tinyerp.com-20081222065718-3as9ed6lhdpv1sc1
2008-12-22 12:27:18 +05:30
Fabien Pinckaers 566a96b33a bugfix
bzr revid: fp@tinyerp.com-20081220082339-f7tmnksl80pugnsk
2008-12-20 09:23:39 +01:00
Fabien Pinckaers 6fc6b033d1 bugfixes
bzr revid: fp@tinyerp.com-20081220080239-yg14hb7cjpi21rba
2008-12-20 09:02:39 +01:00
Christophe Simonis 74b55c57e7 [FIX] handle the case when 'selection' in wizard are functions
[FIX] handle the case when the rml or the xsl are not correct xml

bzr revid: christophe@cobalt-20081219230001-n2o1s5nxfesgegdw
2008-12-20 00:00:01 +01:00
Christophe Simonis f16bd3f97e [MERGE]
bzr revid: christophe@cobalt-20081219194725-43cy82scvaiwbnbo
2008-12-19 20:47:25 +01:00
Fabien Pinckaers 395071a27e improvement
bzr revid: fp@tinyerp.com-20081219192528-qwx4qwgfu1fab10c
2008-12-19 20:25:28 +01:00
Christophe Simonis 654f03f72a [IMP] Track where a cursor is created when this cursor is not closed explicitly
[IMP] do not reformat the parameters, allowing to pass dict as parameters

bzr revid: christophe@cobalt-20081219192149-pzg3xaygvbhc111x
2008-12-19 20:21:49 +01:00
Christophe Simonis d0e614aeed [IMP] "not x in l" -> "x not in l"
[IMP] use the second parameter of cr.execute instead of formating the query ourself

bzr revid: christophe@cobalt-20081219191759-79riaoi58pm0jsff
2008-12-19 20:17:59 +01:00
Christophe Simonis 39e7d6f8cc [FIX] close the cursor when an exception occur
bzr revid: christophe@cobalt-20081219191657-03rnpi2t51j3iy5x
2008-12-19 20:16:57 +01:00
Christophe Simonis 7650d15b17 [FIX] bad query causing the reports to not be registered
lp bug: https://launchpad.net/bugs/309713 fixed

bzr revid: christophe@cobalt-20081219170525-szctdyjqqipmatwt
2008-12-19 18:05:25 +01:00
Stephane Wirtel 5d39d9adc2 [FIX] Add the comparator attribute for the field tag in the view
bzr revid: stephane@tinyerp.com-20081219162448-r2gbr337orjl48ot
2008-12-19 17:24:48 +01:00
Stephane Wirtel a307a500e2 [REF] Indent
bzr revid: stephane@tinyerp.com-20081219161053-izry88mhh1hnif9m
2008-12-19 17:10:53 +01:00
Stephane Wirtel 028dd2cc9b [IMP] Remove unused log
bzr revid: stephane@tinyerp.com-20081219155459-ofgwl03yo26s28ry
2008-12-19 16:54:59 +01:00
Stephane Wirtel b1f715419c [FIX] To please Tryton Devels
bzr revid: stephane@tinyerp.com-20081219151011-sen5qlzjohy7sau0
2008-12-19 16:10:11 +01:00
Stephane Wirtel 56b45ff9f0 [MERGE]
bzr revid: stephane@tinyerp.com-20081219145917-nff4l30e20kg0rlq
2008-12-19 15:59:17 +01:00
Stephane Wirtel 52291b2931 [FIX] Add the copyright from Tryton for a bugfix in the OpenSSL support
bzr revid: stephane@tinyerp.com-20081219145812-jsoid8lmuiqpgny9
2008-12-19 15:58:12 +01:00
Mantavya Gajjar 29c7a16370 merging from the trunk
bzr revid: mga@tinyerp.com-20081219142146-nftgqywts8qs2vx6
2008-12-19 19:51:46 +05:30
Mantavya Gajjar bbb26dacc1 add confirm attribute to the button
bzr revid: mga@tinyerp.com-20081219133445-jpo3zj3jnwp2jcwo
2008-12-19 19:04:45 +05:30
Amit Mendapara 643441fa49 * Fixed ir_model_field (custom reference field)
bzr revid: ame@tinyerp.com-20081219130758-2xfdw1jogpl21io6
2008-12-19 18:37:58 +05:30
Christophe Simonis 959ee2e194 [IMP] do no create unnecessary cursors
bzr revid: christophe@cobalt-20081219115335-z10tva73hsiwg8nk
2008-12-19 12:53:35 +01:00
Mantavya Gajjar 20d9ea3892 merging from the trunk version
bzr revid: mga@tinyerp.com-20081219112531-dnslmcc8ts0id0nr
2008-12-19 16:55:31 +05:30
Mantavya Gajjar 7f0db457ee fix the problem for the rng rules
now we can have tabpos in notebook

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

bzr revid: mga@tinyerp.com-20081219110746-qjuz7tdtf9njfn4v
2008-12-19 16:37:46 +05:30
Christophe Simonis 2b23749417 [FIX] OpenSSL is no longer required
bzr revid: christophe@cobalt-20081219105528-geqgxmzdx9grz34t
2008-12-19 11:55:28 +01:00
Mantavya Gajjar a47b0aa239 merging from the trunk, and small change in the view
bzr revid: mga@tinyerp.com-20081219104712-yiovfbb2jddnhu62
2008-12-19 16:17:12 +05:30
Mantavya Gajjar 5b3507c947 change the view, make looks like version 5 view
bzr revid: mga@tinyerp.com-20081219103946-xuyjcfcmvwq4t6l9
2008-12-19 16:09:46 +05:30
Mantavya Gajjar 5091bcea36 write a help fields to all fields in the server action
bzr revid: mga@tinyerp.com-20081219102111-s5lsj8yi7i9mague
2008-12-19 15:51:11 +05:30
Mantavya Gajjar 9e195a07dc improvements in the server action
labels, views, and some conditions for the required fields

bzr revid: mga@tinyerp.com-20081219053716-f4bzc5xy4qxgly55
2008-12-19 11:07:16 +05:30
Stephane Wirtel d8f6486bee [IMP] Group for the smtp configuration
bzr revid: stephane@tinyerp.com-20081219003750-46tbdlmrhusdur8j
2008-12-19 01:37:50 +01:00
Stephane Wirtel 4007fbd321 [FIX] SSL
bzr revid: stephane@tinyerp.com-20081219002559-1hj909l5d2l0bphb
2008-12-19 01:25:59 +01:00
Stephane Wirtel a30219ad25 [FIX] Use secure if necessary
bzr revid: stephane@tinyerp.com-20081219000650-h454lhyj9juz0t25
2008-12-19 01:06:50 +01:00
Stephane Wirtel 67f9259667 [IMP] Check SSL
bzr revid: stephane@tinyerp.com-20081219000049-zj6nvc7lbd8hs51j
2008-12-19 01:00:49 +01:00
Stephane Wirtel 12e2aef08c [FIX] XML-RPC SSL
bzr revid: stephane@tinyerp.com-20081218235433-cnsc5a4iyfzqvbdx
2008-12-19 00:54:33 +01:00
Stephane Wirtel 70bd7ea91a [REF] Rename the variables
bzr revid: stephane@tinyerp.com-20081218214831-hbje1kxhmkblz82i
2008-12-18 22:48:31 +01:00
Stephane Wirtel 07f14f5613 [IMP] Use the logger
bzr revid: stephane@tinyerp.com-20081218213630-i4e0noy12vobjfyw
2008-12-18 22:36:30 +01:00