Commit Graph

4945 Commits

Author SHA1 Message Date
Christophe Simonis 6706f6b07b [IMP] check that the cursor has not been closed before execute a query
[REF] refactor the debug logging of the queries

bzr revid: christophe@tinyerp.com-20081212105927-k9zet8xd2ubj5a4j
2008-12-12 11:59:27 +01:00
Christophe Simonis a6a9f7382f [IMP] use the bultin function to strip the workflow action functions
bzr revid: christophe@tinyerp.com-20081212105804-9yuf4ir04p5vy52r
2008-12-12 11:58:04 +01:00
Christophe Simonis 0a9426cf06 [IMP] the logging of the workflows is made with the logger
bzr revid: christophe@tinyerp.com-20081212105417-up42ltvbothbibpt
2008-12-12 11:54:17 +01:00
Christophe Simonis 71ed4e9e9c [FIX] handle correctly the '-i' command line switch
bzr revid: christophe@tinyerp.com-20081212105208-i5o9w28su9h9olzv
2008-12-12 11:52:08 +01:00
Christophe Simonis 2ded13c89e [REF] refactor the debug decorator 'logged'
bzr revid: christophe@tinyerp.com-20081212105123-f2tyuykyb6dy8icu
2008-12-12 11:51:23 +01:00
Mantavya Gajjar 3eaacfc21e merging from the trunk
bzr revid: mga@tinyerp.com-20081212065011-emr9eli1k540f2z0
2008-12-12 12:20:11 +05:30
Mantavya Gajjar b337300737 make changes in the execution of the
* Trigger action
* Workflow execution

bzr revid: mga@tinyerp.com-20081212064819-c818maklfe33a18q
2008-12-12 12:18:19 +05:30
ashish 059739ca86 * Bug Fix
bzr revid: ashish@ashish-laptop-20081212064025-fgxz8v3walwazppx
2008-12-12 12:10:25 +05:30
Jay Vora 36770d1cad Minor edit in logger error message.
bzr revid: jvo@tinyerp.com-20081212062224-qwa5i5jaw4jbn260
2008-12-12 11:52:24 +05:30
Husen Daudi 3023ab9d01 bugfix (ref:nch)
bzr revid: hda@tinyerp.com-20081212061547-5yxz95a69qrkynm7
2008-12-12 11:45:47 +05:30
Naresh Choksy 818bfe8126 bugfix: for xml
bzr revid: nch@tinyerp.com-20081212060451-gt8d5gbnpvh5xn31
2008-12-12 11:34:51 +05:30
Naresh Choksy 08408189f0 merge
bzr revid: nch@tinyerp.com-20081212060013-gi7d8sema55zx77s
2008-12-12 11:30:13 +05:30
Husen Daudi 5be3b32b54 bugfix
bzr revid: hda@tinyerp.com-20081212055718-164wjv8vr7v9oeba
2008-12-12 11:27:18 +05:30
Mantavya Gajjar e2cf8e08e2 merging from the trunk
bzr revid: mga@tinyerp.com-20081212050948-z26pqudgh5cts1at
2008-12-12 10:39:48 +05:30
Mantavya Gajjar 3b3cf42ad8 fix-bug for action
write object
provides help for the model_id and record_id fields

bzr revid: mga@tinyerp.com-20081212050738-z2hmzylp2bvls2gq
2008-12-12 10:37:38 +05:30
apa-tiny a004d7b55f modified Technical guide report with sxw and rml both
bzr revid: patelamit2003@gmail.com-20081212045802-2e9d2w1ha0vw1blf
2008-12-12 10:28:02 +05:30
Fabien Pinckaers adb4d5f7d6 merge
bzr revid: fp@tinyerp.com-20081212045422-p3mo4x2hl8q7nj4t
2008-12-12 05:54:22 +01:00
Stephane Wirtel d08f820ca2 [FIX] Patch from the debian repository
lp bug: https://launchpad.net/bugs/303130 fixed

bzr revid: stephane@tinyerp.com-20081212011920-a3wgsu5pq793t8r4
2008-12-12 02:19:20 +01:00
Stephane Wirtel 0cc9056f9b [FIX] Typo
bzr revid: stephane@tinyerp.com-20081212005557-u8e9u6ai78maeyh4
2008-12-12 01:55:57 +01:00
Stephane Wirtel 4c29b48db7 [FIX] Specify the osv class for the except_osv exception
lp bug: https://launchpad.net/bugs/307319 fixed

bzr revid: stephane@tinyerp.com-20081212005347-o71d4vzfrogih3xs
2008-12-12 01:53:47 +01:00
Stephane Wirtel 38df72d010 [FIX] Check if dirname is empty or not
lp bug: https://launchpad.net/bugs/301983 fixed

bzr revid: stephane@tinyerp.com-20081212002815-hcc325x6gjp66lpg
2008-12-12 01:28:15 +01:00
Stephane Wirtel 5cc55266a7 [FIX] Use dict.get() instead of r['name'] or ''
lp bug: https://launchpad.net/bugs/307248 fixed

bzr revid: stephane@tinyerp.com-20081212000209-ak5e4ibl21jlv2tx
2008-12-12 01:02:09 +01:00
Stephane Wirtel 3e3f364abf [FIX] Use a temporary variable for the fetchall
lp bug: https://launchpad.net/bugs/307284 fixed

bzr revid: stephane@tinyerp.com-20081211234948-8h825jmr6qhluc2l
2008-12-12 00:49:48 +01:00
Stephane Wirtel cbf2dee7c7 [FIX] The second parameter of the map function must support iteration
lp bug: https://launchpad.net/bugs/307284 fixed

bzr revid: stephane@tinyerp.com-20081211222801-343rhnfmr21fw7le
2008-12-11 23:28:01 +01:00
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 55bfb721f6 [MERGE]
bzr revid: stephane@tinyerp.com-20081211212741-be6brdf0y4922o05
2008-12-11 22:27:41 +01:00
Stephane Wirtel 6827e34569 [IMP] Add the server's version and the addon_path in the logger
bzr revid: stephane@tinyerp.com-20081211212056-j8kxsswehue3go9x
2008-12-11 22:20:56 +01:00
Stephane Wirtel 4d018bef8c [IMP] Change the website in the base module
bzr revid: stephane@tinyerp.com-20081211204442-drli4p5wxfy4jepo
2008-12-11 21:44:42 +01:00
Niels Huylebroeck 68afd07ddd Another typo on the product form
bzr revid: niels@bubbles-it.be-20081211190914-lpf3vx2xefmsvbfh
2008-12-11 20:09:14 +01:00
Niels Huylebroeck 8575d47abc Fixed typo in separator in warning_view.xml
bzr revid: niels@bubbles-it.be-20081211190719-mjyjgb43iv0glcdw
2008-12-11 20:07:19 +01:00
Fabian Semal 4edacbb190 * Added relaxng rule for button in tree view
* Improved report_sxw.py to use other model then active one

bzr revid: fabian@tinyerp.com-20081211174628-m6dr3wdal9ntrpff
2008-12-11 18:46:28 +01:00
Christophe Simonis 05006c78fd [FIX] (ugly) logout method must not return None
lp bug: https://launchpad.net/bugs/307226 fixed

bzr revid: christophe@tinyerp.com-20081211173712-bhbh03oykm6kdz4h
2008-12-11 18:37:12 +01:00
Christophe Simonis cfe89367cd [IMP] improve rapidity
bzr revid: christophe@tinyerp.com-20081211160746-h111up81ofun9asg
2008-12-11 17:07:46 +01:00
Mantavya Gajjar ff8b88d8fd merging fromt he trunk
bzr revid: mga@tinyerp.com-20081211150352-dww8sdw991zhwusn
2008-12-11 20:33:52 +05:30
Mantavya Gajjar 5ee1dff04c improvement in the server action
bzr revid: mga@tinyerp.com-20081211150147-5j2bnp04h3g640bq
2008-12-11 20:31:47 +05:30
Fabien Pinckaers 4cdb307f12 removed_test
bzr revid: fp@tinyerp.com-20081211145551-1v5pidkcgf6mlepu
2008-12-11 15:55:51 +01:00
Christophe Simonis 5e510fc977 [FIX] upgrade a module now install the new dependencies
bzr revid: christophe@tinyerp.com-20081211145420-2dy5ym0mo8s0bsex
2008-12-11 15:54:20 +01:00
Christophe Simonis e85e69dffd [IMP] osutil.listdir follow symlinks
bzr revid: christophe@tinyerp.com-20081211145305-9vf5k996rcaueat4
2008-12-11 15:53:05 +01:00
Mantavya Gajjar 1459580158 merging from the trunk
bzr revid: mga@tinyerp.com-20081211140646-j9ue05ukzrqbu5k5
2008-12-11 19:36:46 +05:30
Mantavya Gajjar 3dc4b67c80 improvement in the fields and model view
bzr revid: mga@tinyerp.com-20081211140427-5893mrgicv0d2tsd
2008-12-11 19:34:27 +05:30
Christophe Simonis 3767640049 [MERGE]
bzr revid: christophe@tinyerp.com-20081211135314-we2wn2cexqsd3jw5
2008-12-11 14:53:14 +01:00
Christophe Simonis 080e0dc652 [FIX] module upgrade: revert (bad) patch to mark new deps to be installed
bzr revid: christophe@tinyerp.com-20081211135236-z30llytkl40i1qnt
2008-12-11 14:52:36 +01:00
Mantavya Gajjar ba0f20b573 change small things
bug-fix in the create method

bzr revid: mga@tinyerp.com-20081211133457-s304k5ct5kvgiiju
2008-12-11 19:04:57 +05:30
apa-tiny cfc14c69ae add logout method for ajm
bzr revid: patelamit2003@gmail.com-20081211133048-x1me7ic1dft9qgs8
2008-12-11 19:00:48 +05:30
Fabien Pinckaers 483ed2938e merge
bzr revid: fp@tinyerp.com-20081211130946-7rd4icj1pwoj5d95
2008-12-11 14:09:46 +01:00
Fabien Pinckaers c82e1831a1 bugfix
bzr revid: fp@tinyerp.com-20081211130801-y0yyo6ao1nff33s0
2008-12-11 14:08:01 +01:00
Husen Daudi d1ab49e090 bufgix for xml validation
bzr revid: hda@tinyerp.com-20081211125201-91lce3aqxtr8swe7
2008-12-11 18:22:01 +05:30
Fabien Pinckaers 5971bf35a6 bugfix
bzr revid: fp@tinyerp.com-20081211124921-9022irf32yc8xsaa
2008-12-11 13:49:21 +01:00
Christophe Simonis 458324a685 [FIX] handle the case when the addons has no version
bzr revid: christophe@tinyerp.com-20081211124724-6fj8g1er1iaet3ov
2008-12-11 13:47:24 +01:00
Fabien Pinckaers 7b0b4cca4f bugfix
bzr revid: fp@tinyerp.com-20081211124639-jzp2oud0q5y6o84a
2008-12-11 13:46:39 +01:00