Commit Graph

172 Commits

Author SHA1 Message Date
Vo Minh Thu fbc332935b [IMP] translation: added trans_update_res_ids to resolve the res_ids from ir_translation.
bzr revid: vmt@openerp.com-20110106130654-tp8jyjo3h3nvgqbq
2011-01-06 14:06:54 +01:00
Vo Minh Thu c2402b14a9 [IMP] trans_export/trans_load: passing a cursor around instead of a dbname.
bzr revid: vmt@openerp.com-20110105140758-vgoufkd85v6ywrjk
2011-01-05 15:07:58 +01:00
Fabien Pinckaers 840e76b9ac merge
bzr revid: fp@tinyerp.com-20101229185833-ujdxwg5zyg2i3zf2
2010-12-29 19:58:33 +01:00
Vo Minh Thu 3ecea6df63 [MERGE] tools.translate, module: load generic PO files before specific ones (e.g fr.po before fr_BE.po)
bzr revid: odo@openerp.com-20101229145313-7v7rv3ntmqehzdyi
2010-12-29 15:53:13 +01:00
Vo Minh Thu 799ef1b988 [ADD] clean-po.py: script to clean .po files.
bzr revid: vmt@openerp.com-20101228155640-hift2uqfcmif1s9r
2010-12-28 16:56:40 +01:00
Vo Minh Thu 8f8001d5f0 [IMP] translate: load language xx before xx_XX and overwrite only when a translation is available.
bzr revid: vmt@openerp.com-20101227135800-qwvsk4xwhzrjg6yf
2010-12-27 14:58:00 +01:00
Xavier Morel b56127a689 [IMP] return the module version (installed_version) during web modules queries
bzr revid: xmo@openerp.com-20101220164648-4n78ghbov1rruei5
2010-12-20 17:46:48 +01:00
Christophe Simonis 5cd8b368b2 [FIX] base: check external dependencies at module update
bzr revid: chs@openerp.com-20101203162250-y78gbf05yrcxm3nt
2010-12-03 17:22:50 +01:00
Olivier Dony c744e55ffc [ADD] base: support alphabet-specific languages as in Rosetta + enabled Serbian@Latin
bzr revid: odo@openerp.com-20101203160907-59ytzsl8ah2ebtxa
2010-12-03 17:09:07 +01:00
Olivier Dony ec9d236589 [IMP] ir_model,ir_module,tools: tweaks for improving module install/loading time
bzr revid: odo@openerp.com-20101127030450-m44krmwbnpd57omf
2010-11-27 04:04:50 +01:00
Olivier Dony 6bbcab6df2 [IMP] module: no warning about missing english translation
bzr revid: odo@openerp.com-20101125171927-j68orn14dagff22r
2010-11-25 18:19:27 +01:00
P. Christeas 0c1061e4de module: improve over previous commit, fix mutable args
Conflicts:

	bin/addons/base/module/module.py

bzr revid: p_christ@hol.gr-20101123154306-j88k617evep9napa
2010-11-23 17:43:06 +02:00
Ferdinand Gassauer 09099f1ed8 module: sorted Features
returns alphabetically sorted Menu,Views,Reports to make these lists
readable for humans.

bzr revid: p_christ@hol.gr-20101123154255-4iazp4ec7wisn2sq
2010-11-23 17:42:55 +02:00
P. Christeas 4db6f0e5c1 translate: fix default arguments after last patch
bzr revid: p_christ@hol.gr-20101123152740-pn9mbptpdvw0sz98
2010-11-23 17:27:40 +02:00
P. Christeas e037e96f6d module: fix usage of new get_module_resource()
It will return False, now, if the file is missing. No need to perform
os.path.exists().

bzr revid: p_christ@hol.gr-20101123152234-4iptp8yzboq3gicz
2010-11-23 17:22:34 +02:00
P. Christeas 8e6c11a16c ir.module: use pythonic logging, addons api
bzr revid: p_christ@hol.gr-20101123135856-0px463nz9xei8ho4
2010-11-23 15:58:56 +02:00
P. Christeas c8f52b8c98 ORM, ir_*: convert standard constraint messages to callables
Also, fix way that callable constraints are passed with the context so
that they can have translatable strings inside (but not on the results
of the callable).

Conflicts:

	bin/addons/base/ir/ir_model.py
	bin/addons/base/module/module.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20101118164721-19rgx43d3p96b2lf
2010-11-18 18:47:21 +02:00
Xavier Morel 7b05292497 [IMP] simplify summing operation (sum builtin was added in 2.3)
bzr revid: xmo@openerp.com-20101112104114-mdooszav0ox220nb
2010-11-12 11:41:14 +01:00
Numerigraphe - Lionel Sausin 1fff5e28f1 [FIX] incorrect spellings (childs -> children)
bzr revid: xmo@openerp.com-20101112103952-qabm06zgu6s5qrnn
2010-11-12 11:39:52 +01:00
Numerigraphe - Lionel Sausin e3e8be4b01 [MERGE] merge from 6.0.0-RC1
bzr revid: ls@numerigraphe.fr-20101025074313-uaspq2f2y523my99
2010-10-25 09:43:13 +02:00
Olivier Dony 973af690b5 [IMP] base: improve some error messages/translations (modified patch from P. Christeas)
bzr revid: odo@openerp.com-20101020171739-2uc9a6fechrl5iaj
2010-10-20 19:17:39 +02:00
Julien Thewys 2272c189d9 [IMP] Added cli args to load one or more languages translation terms automatically.
Mainly used to automate languages installation at DB initialization.

bzr revid: jth@openerp.com-20101020144248-q20vnt72ovx3md96
2010-10-20 16:42:48 +02:00
Fabien Pinckaers a357961185 [FIX] translation terms overwrited
bzr revid: fp@tinyerp.com-20101017154335-fhdwj610nkqfez9w
2010-10-17 17:43:35 +02:00
jas 795e755b42 [FIX] : base : import module as zip file
bzr revid: jas@tinyerp.com-20101008132028-qzrac0xv1nu7z4ow
2010-10-08 18:50:28 +05:30
Xavier Morel 54fb35b34b [IMP] add logging to bare except in modules
bzr revid: xmo@openerp.com-20100929070346-zs7u7qy2xyp5ps3d
2010-09-29 09:03:46 +02:00
Xavier Morel 9d8bbcbb60 [FIX] warnings in module.pyfix ordering and grouping of imports
bzr revid: xmo@openerp.com-20100929065441-3xdi5tkbh71qole8
2010-09-29 08:54:41 +02:00
Xavier Morel 60f6882c37 [FIX] web dependencies handling: walk the entire dependency tree, not just direct (server-side) dependencies of the current module, to discover and return the dependencies of the web addon to the web client
bzr revid: xmo@openerp.com-20100928133157-9n31dj4h1b96co5u
2010-09-28 15:31:57 +02:00
Xavier Morel c5f030d5e0 [IMP] add logging when server sends data to client, also bail out early from sending addons if we know we'll have nothing to send (client requested an empty set of web addons)
bzr revid: xmo@openerp.com-20100928123452-vhpoo1izp29lppo3
2010-09-28 14:34:52 +02:00
Xavier Morel 5577f2bc4a [FIX] web dependencies: only send dependencies to web modules
Issue: if we depend from a module which depends from a module with a web component, we're hosed. Normal?

bzr revid: xmo@openerp.com-20100928110915-0m22v3l4ittx51c1
2010-09-28 13:09:15 +02:00
Xavier Morel c153c2d46b [ADD] server-side web addons
bzr revid: xmo@openerp.com-20100928075257-06f2b3o6kvdb9f6y
2010-09-28 09:52:57 +02:00
Xavier Morel 3eac92fc4a [REM] web modules
bzr revid: xmo@openerp.com-20100927141344-hgzzsa4liemqnz8n
2010-09-27 16:13:44 +02:00
Olivier Dony 7acc3e30b4 [IMP] ir.module: indices on columns used frequently by ir.module functions
bzr revid: odo@openerp.com-20100921110156-4bnnjqcfo396f0oh
2010-09-21 13:01:56 +02:00
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
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
noz 35c4811952 [FIX] Fixed condition for web addons existance.
bzr revid: noz@tinyerp.com-20100712061656-0u7rsbttel0fvgu8
2010-07-12 11:46:56 +05:30
noz 79976ba1e6 [IMP] Improvement for web addons support (Find web dependencies for particular addons).
bzr revid: noz@tinyerp.com-20100710092619-azl5aqd9ppp4hpdi
2010-07-10 14:56:19 +05:30
Fabien Pinckaers 3777b403b5 fix
bzr revid: fp@tinyerp.com-20100625144754-oi2vr676aym5zjl8
2010-06-25 16:47:54 +02:00
Fabien Pinckaers 5c038b59d9 fix
bzr revid: fp@tinyerp.com-20100625134946-ihjkw3m3h38rw670
2010-06-25 15:49:46 +02:00
Anup (OpenERP) 253c7786a3 [MERGE] Merged from the main trunk server
bzr revid: ach@tinyerp.com-20100615133947-xmf38gf47ljnb00l
bzr revid: ach@tinyerp.com-20100616112927-8ecwh6n270tkp6gp
bzr revid: ach@tinyerp.com-20100618093614-7wtc8cw3korg3280
2010-06-18 15:06:14 +05:30
Olivier Dony dbec8b87aa [IMP?] init: changed log level for missing quality certificate from WARNING to INFO
bzr revid: odo@openerp.com-20100616102610-2yxn0stu9rdzu2u7
2010-06-16 12:26:10 +02:00
Anup (OpenERP) 6b90ca82c5 [IMP] removed the possible SQL injection server.
bzr revid: ach@tinyerp.com-20100615132722-zbua6ciz3dz43qd8
2010-06-15 18:57:22 +05:30
Christophe Simonis 758d2f103f [IMP] base: correct module view
bzr revid: chs@openerp.com-20100531121918-i1eet6uw5w7xut5a
2010-05-31 14:19:18 +02:00
Christophe Simonis 2f3c27b631 [IMP] __openerp__.py can now contain maitainer and contribors
bzr revid: chs@openerp.com-20100516162741-5qwvadhq07bdt1be
2010-05-16 18:27:41 +02:00
Christophe Simonis 04a13826a0 [IMP] allow to specify external dependencies into __openerp__.py file
bzr revid: chs@openerp.com-20100531094239-ci0wprefy9xy41nj
2010-05-31 11:42:39 +02:00
Anup (OpenERP) aff447c7a5 [IMP] Licensing options : Added AGPL-3 and others in choices
bzr revid: ach@tinyerp.com-20100512105722-n209hlsr098kcplp
2010-05-12 16:27:22 +05:30
Fabien Pinckaers 08d7ecffc2 fix
bzr revid: fp@tinyerp.com-20100419114410-uy7ns84ytk91a28g
2010-04-19 13:44:10 +02:00
Numerigraphe - Lionel Sausin 25a424a89d [REF] 'children' instead of 'childs'
lp bug: https://launchpad.net/bugs/327259 fixed

bzr revid: ls@numerigraphe.fr-20100324163222-dj03gxme8sawtdmz
2010-03-24 17:32:22 +01:00
Rvo (Open ERP) bf77cfe005 command line server management with -i and -u options
bzr revid: rvo@tinyerp.co.in-20100316064812-5uurt3vhids9o57u
2010-03-16 12:18:12 +05:30
STW 23586fb331 Code improvement by stephane
bzr revid: hda@tinyerp.com-20100312061500-540cpy0cbcwxmfbq
2010-03-12 11:45:00 +05:30
Rvo (Open ERP) 587828161d [ADD]:suppot for __openerp__.py or __terp__.py
bzr revid: rvo@tinyerp.co.in-20100311084941-1l92enpyz1a98hrr
2010-03-11 14:19:41 +05:30