Commit Graph

424 Commits

Author SHA1 Message Date
Fabien Pinckaers 54d7c08eba bugfix
bzr revid: fp@tinyerp.com-20090122232958-me3rqmunfkp82ptz
2009-01-23 00:29:58 +01:00
Christophe Simonis 9e6378a06b [FIX] concurrency check: handle the case of the O2M fields
bzr revid: christophe@tinyerp.com-20090121173728-pk4dkpqj79bjyntg
2009-01-21 18:37:28 +01:00
Olivier Laurent cad89b87ec * fixed bad indentation
* _is_operator return value is clearer

bzr revid: olt@tinyerp.com-20090121131725-lz105wcnjfcz6b3g
2009-01-21 14:17:25 +01:00
Stephane Wirtel c228e56f93 [REF] Use the xpath with condition
bzr revid: stephane@tinyerp.com-20090119232458-pip4shfzdx2m7go9
2009-01-20 00:24:58 +01:00
Christophe Simonis 520f5aec9c [MERGE] merge smile branch.
[REF] rewrite error generation when a view field is not found in the model

bzr revid: christophe@tinyerp.com-20090119110150-dzxto9uvwsqkva6s
2009-01-19 12:01:50 +01:00
Stephane Wirtel f987f9cccb [FIX] Store the string type function field (patch from Xavier ALT (AJM))
lp bug: https://launchpad.net/bugs/318543 fixed

bzr revid: stephane@tinyerp.com-20090119101201-20n79r2agfo03w36
2009-01-19 11:12:01 +01:00
Stephane Wirtel 7e4e42c34a [FIX] Encoding error
bzr revid: stephane@tinyerp.com-20090119100846-x4fp20cax93a4zf8
2009-01-19 11:08:46 +01:00
dsh (Open ERP) ac08bff821 Changes for etiny-unicode expression
bzr revid: dsh@tinyerp.com-20090119062942-tlz0yt0vew191wc5
2009-01-19 11:59:42 +05:30
Fabien Pinckaers 875674d877 bugfixes
bzr revid: fp@tinyerp.com-20090117192214-m317lkham92f97ps
2009-01-17 20:22:14 +01:00
Christophe Simonis c3c0f345a0 [FIX] if not specify, _log_access has now the same value as _auto (True by default)
lp bug: https://launchpad.net/bugs/317699 fixed

bzr revid: christophe@tinyerp.com-20090116095217-bxtmwt7gxlm0kb88
2009-01-16 10:52:17 +01:00
Fabien Pinckaers 5305888c29 bugfixes
bzr revid: fp@tinyerp.com-20090115174103-2ix4fhc5adviwtyc
2009-01-15 18:41:03 +01:00
Christophe Simonis 586a737f6e [FIX] fix concurrency problem. Use last_modified instead of delta. Thanks to Tryton team for the idea.
lp bug: https://launchpad.net/bugs/314696 fixed

bzr revid: christophe@tinyerp.com-20090115115718-3jpkxhmjaa275jq2
2009-01-15 12:57:18 +01:00
Olivier Laurent f386b602a2 Added a new configuration option: 'csv_internal_sep' (equals ',' by default)
Some old import files used the pipe ('|') as a separator in records. It has
been changed to a comma but this causes problems with old import files when
some records have a comma that is not a separator.

bzr revid: olt@tinyerp.com-20090115101210-czdbqqeptbj8o1so
2009-01-15 11:12:10 +01:00
Stephane Wirtel 9089f665bd [FIX] Encoding
lp bug: https://launchpad.net/bugs/315378 fixed

bzr revid: stephane@tinyerp.com-20090109100759-hq2o03u54ftvrxmh
2009-01-09 11:07:59 +01:00
Christophe Simonis c56395453a [FIX] when a module can not be loaded, the pool is delete, allowing to recreate a new pool...
bzr revid: christophe@tinyerp.com-20090107145234-96rg0fq1jgwe9fcd
2009-01-07 15:52:34 +01:00
Stephane Wirtel 6d1312b739 [REF] Clean the old code
bzr revid: stephane@tinyerp.com-20090105185520-ctkecsx6dagy3jkk
2009-01-05 19:55:20 +01:00
Stephane Wirtel 6600172e4a [FIX] Translation - read_string
lp bug: https://launchpad.net/bugs/313340 fixed

bzr revid: stephane@tinyerp.com-20090105152843-pyw6m15gzl4rxt1u
2009-01-05 16:28:43 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 5396621ab0 [IMP] prevent to use the pool remotely while the database is not loaded
bzr revid: christophe@cobalt-20090103002930-rfyzwj45nz0e9g1j
2009-01-03 01:29:30 +01:00
Christophe Simonis 5ff3af95e2 [IMP] use the pooler directly instead of the 'object_proxy'
[IMP] wkf_expr: remove dead code

bzr revid: christophe@cobalt-20090102231851-zzobv5dx3pplh265
2009-01-03 00:18:51 +01:00
Fabien Pinckaers c90140c3b2 bugfix
bzr revid: fp@tinyerp.com-20090102140903-jz4szuojasx9f5zg
2009-01-02 15:09:03 +01:00
Fabien Pinckaers 7daaba4be1 bugfix
bzr revid: fp@tinyerp.com-20090102120153-kg2k9atqt5mbmxvi
2009-01-02 13:01:53 +01:00
Jay (Open ERP) 54508a24bc Bugfix : Record creation on databse views(ref : views used for dashboard).
bzr revid: jvo@tinyerp.com-20090101133956-le2wjye1tx1g1j1e
2009-01-01 19:09:56 +05:30
Fabien Pinckaers 81bdf50889 modifs
bzr revid: fp@tinyerp.com-20081231160610-ydfzi3z96v47uynj
2008-12-31 17:06:10 +01:00
Jay (Open ERP) 9231286c74 Bugfix on report :Added unicode method on browse_null
bzr revid: jvo@tinyerp.com-20081229123601-y1bpr4syt2rtyu5d
2008-12-29 18:06:01 +05:30
Fabien Pinckaers 81b8a4c302 bugfix
bzr revid: fp@tinyerp.com-20081224155429-tdcmkvn7398h163b
2008-12-24 16:54:29 +01:00
Fabien Pinckaers c1c36eedea bugfixes
bzr revid: fp@tinyerp.com-20081224104811-54gb87thafjay1sj
2008-12-24 11:48:11 +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
Stephane Wirtel 028dd2cc9b [IMP] Remove unused log
bzr revid: stephane@tinyerp.com-20081219155459-ofgwl03yo26s28ry
2008-12-19 16:54:59 +01:00
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
Fabien Pinckaers f4ea93ce26 improved_views
bzr revid: fp@tinyerp.com-20081218180154-zbq0h2iecaiuqdkp
2008-12-18 19:01:54 +01:00
Fabien Pinckaers ce72e39230 bugfix
bzr revid: fp@tinyerp.com-20081218095058-j7zawmazyxktjxv0
2008-12-18 10:50:58 +01:00
Jay Vora dbd8f1478e bugfixed the Store_set problem on unlink: Ref Fabien Pinckaers
bzr revid: jvo@tinyerp.com-20081217054427-d05z1t1970jc5hkw
2008-12-17 11:14:27 +05:30
Fabien Pinckaers 3b566a01b8 bugfixes
bzr revid: fp@tinyerp.com-20081216200755-q45lqojggqve7uys
2008-12-16 21:07:55 +01:00
Fabien Pinckaers 3ee905239b improved_bugfix
bzr revid: fp@tinyerp.com-20081216185824-stl92nzt3ij0zhf7
2008-12-16 19:58:24 +01:00
Christophe Simonis 88c097516a [FIX] handle the case when xml are in unicode
bzr revid: christophe@cobalt-20081216105858-q0q02gxjt95qbmus
2008-12-16 11:58:58 +01:00
Fabien Pinckaers 3d84754c69 commit
bzr revid: fp@tinyerp.com-20081216103620-khy4x2gv3efvh0m1
2008-12-16 11:36:20 +01:00
Husen Daudi ce70e60592 Fixed bug on function field if type is binary (ref:hmo)
bzr revid: hda@tinyerp.com-20081216085533-4jjo15livmuh9mbp
2008-12-16 14:25:33 +05:30
Stephane Wirtel 73736db39d [REF] Clean
bzr revid: stephane@tinyerp.com-20081215114839-v3ixe1ktg1xhkd3r
2008-12-15 12:48:39 +01:00
Stephane Wirtel 2753fdfdc5 [FIX] Remove the print statement
bzr revid: stephane@tinyerp.com-20081215104856-jvcb3fr56sbkl145
2008-12-15 11:48:56 +01:00
Fabien Pinckaers bb507de5b9 improvement
bzr revid: fp@tinyerp.com-20081215043426-36w0t0jiwpqa8tyd
2008-12-15 05:34:26 +01:00
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Fabien Pinckaers dbd44cd71a bugfixes
bzr revid: fp@tinyerp.com-20081213125314-t3csvq95lk0nbkk3
2008-12-13 13:53:14 +01:00
Mantavya Gajjar f3f97eff55 improve the server action
bzr revid: mga@tinyerp.com-20081213124204-zces6hdrj9oad8r6
2008-12-13 18:12:04 +05:30
Fabien Pinckaers cb59d883b8 bugfix_cache_speed_improvement_store
bzr revid: fp@tinyerp.com-20081213060118-icn54am74m6ntyqw
2008-12-13 07:01:18 +01:00
Husen Daudi aa900102ec Improvement
bzr revid: hda@tinyerp.com-20081212141953-4ojs8a6i14ldizqh
2008-12-12 19:49:53 +05:30
Husen Daudi 6675a3709c Implemented write method on fields.related
bzr revid: hda@tinyerp.com-20081212130511-gcoovgqnkg0txde7
2008-12-12 18:35:11 +05:30
Stephane Wirtel cf09360444 [FIX] Remove the decode(utf8) function
lp bug: https://launchpad.net/bugs/307248 fixed

bzr revid: stephane@tinyerp.com-20081211220009-el7lc2bb0pqc99pc
2008-12-11 23:00:09 +01:00
Stephane Wirtel 242528a3b0 [IMP] Use the logger
bzr revid: stephane@tinyerp.com-20081210220800-pxm9xmkhnrnkvnzx
2008-12-10 23:08:00 +01:00
Stephane Wirtel b5b1ab3904 [IMP] Update the logging of the error in the osv module
bzr revid: stephane@tinyerp.com-20081210212423-20zjyagn6etc3rzn
2008-12-10 22:24:23 +01:00