odoo/odoo.git
12 years ago[FIX] correctly implement progress in gantt view, courtesy of Simone Orsi
Xavier Morel [Mon, 23 Jan 2012 12:25:12 +0000 (13:25 +0100)]
[FIX] correctly implement progress in gantt view, courtesy of Simone Orsi

bzr revid: xmo@openerp.com-20120123122512-up2x1ch4ci8u3f6e

12 years ago[IMP] add ~ISO timestamps to db dump filenames
Xavier Morel [Mon, 23 Jan 2012 10:07:44 +0000 (11:07 +0100)]
[IMP] add ~ISO timestamps to db dump filenames

bzr revid: xmo@openerp.com-20120123100744-k8qatd18p18hd8y5

12 years agouse real 'progress' attribute value
Simone Orsi [Mon, 23 Jan 2012 10:06:02 +0000 (11:06 +0100)]
use real 'progress' attribute value

bzr revid: simone.orsi@domsense.com-20120123100602-yvpg5m5kmg9h0pel

12 years ago[FIX] opening of new views from process
Xavier Morel [Mon, 23 Jan 2012 09:53:52 +0000 (10:53 +0100)]
[FIX] opening of new views from process

bzr revid: xmo@openerp.com-20120123095352-6853klxnh4ien9m9

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 23 Jan 2012 05:20:51 +0000 (05:20 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120121054148-0jtsy55iwkhewr4r
bzr revid: launchpad_translations_on_behalf_of_openerp-20120122053059-j2aa26epvk6o1s3o
bzr revid: launchpad_translations_on_behalf_of_openerp-20120123052051-qlxloap8u2xcv0fa

12 years ago[MERGE] fix jsonp courtesy of florent.x
Antony Lesuisse [Mon, 23 Jan 2012 00:48:12 +0000 (01:48 +0100)]
[MERGE] fix jsonp courtesy of florent.x

bzr revid: al@openerp.com-20120123004812-ec0548qfmkr0rbk8

12 years ago[FIX] revert html_template is used by other modules. commit 2012 revid:nicolas.vanhor...
Antony Lesuisse [Sun, 22 Jan 2012 23:32:02 +0000 (00:32 +0100)]
[FIX] revert html_template is used by other modules. commit 2012 revid:nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi

bzr revid: al@openerp.com-20120122233202-moq81q35qddjtlw8

12 years ago[MERGE] added resources (virt. memory and CPU time) limits when using gunicorn.
Vo Minh Thu [Fri, 20 Jan 2012 17:20:18 +0000 (18:20 +0100)]
[MERGE] added resources (virt. memory and CPU time) limits when using gunicorn.

bzr revid: vmt@openerp.com-20120120172018-dlde0c1qn6oh9922

12 years ago[IMP] gunicorn: changed `print` with `logging.info`.
Vo Minh Thu [Fri, 20 Jan 2012 16:04:09 +0000 (17:04 +0100)]
[IMP] gunicorn: changed `print` with `logging.info`.

bzr revid: vmt@openerp.com-20120120160409-cu1vcw7cfa3z0zgy

12 years ago[IMP] gunicorn: commit suicide in the post_request hook instead of the pre_request...
Vo Minh Thu [Fri, 20 Jan 2012 15:43:22 +0000 (16:43 +0100)]
[IMP] gunicorn: commit suicide in the post_request hook instead of the pre_request hook.

bzr revid: vmt@openerp.com-20120120154322-f23rxofv0169tbsm

12 years ago[FIX] get_value called on readonly reference widget before its name_get has had the...
Xavier Morel [Fri, 20 Jan 2012 15:30:46 +0000 (16:30 +0100)]
[FIX] get_value called on readonly reference widget before its name_get has had the time to run

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

bzr revid: xmo@openerp.com-20120120153046-fkq105mmzooo58q5

12 years ago[IMP] gunicorn: moved gunicorn hook to openerp.wsgi (just like previous hooks), added...
Vo Minh Thu [Fri, 20 Jan 2012 15:00:50 +0000 (16:00 +0100)]
[IMP] gunicorn: moved gunicorn hook to openerp.wsgi (just like previous hooks), added new command-line options.

bzr revid: vmt@openerp.com-20120120150050-3o3hg6k1n17alup0

12 years ago[FIX] error reporting in _.sprintf
Xavier Morel [Fri, 20 Jan 2012 14:59:25 +0000 (15:59 +0100)]
[FIX] error reporting in _.sprintf

bzr revid: xmo@openerp.com-20120120145925-jko6qqombu3fxpoj

12 years ago[FIX] replace views instance with new action.
Vaibhav (OpenERP) [Fri, 20 Jan 2012 13:41:20 +0000 (19:11 +0530)]
[FIX] replace views instance with new action.

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

bzr revid: vda@tinyerp.com-20120120134120-ugqv7yzer7gp31z8

12 years ago[FIX] DataSetStatic.read_slice called with no options should not blow up
Xavier Morel [Fri, 20 Jan 2012 12:49:30 +0000 (13:49 +0100)]
[FIX] DataSetStatic.read_slice called with no options should not blow up

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

bzr revid: xmo@openerp.com-20120120124930-zug80i862x9mwu34

12 years ago[IMP] gunicorn: add CPU and memory limits.
Vo Minh Thu [Fri, 20 Jan 2012 11:46:12 +0000 (12:46 +0100)]
[IMP] gunicorn: add CPU and memory limits.

bzr revid: vmt@openerp.com-20120120114612-xowu57yy3f5uxi0j

12 years ago[FIX+REF] account_analytic_analysis: fixed the dependancies and a bug related to...
Quentin (OpenERP) [Fri, 20 Jan 2012 11:06:50 +0000 (12:06 +0100)]
[FIX+REF] account_analytic_analysis: fixed the dependancies and a bug related to wrong computation of is_overdue_quantity that was also counting the sales/purchases made instead of only considering the timesheet entries. Refactoring: 200 lines removed, as they were useless since commit 6305 (removal of consolidation on all fields), and as they were filthy and error prone since they were written -_-

bzr revid: qdp-launchpad@openerp.com-20120120110650-zho7p4mem5vqebse

12 years ago[ADD] support for 'domain' key in result of onchange handlers
Xavier Morel [Fri, 20 Jan 2012 11:05:43 +0000 (12:05 +0100)]
[ADD] support for 'domain' key in result of onchange handlers

bzr revid: xmo@openerp.com-20120120110543-29ebq5u0ghp32hkv

12 years ago[ADD] dynamic view: handle setting domains via onchange
Xavier Morel [Fri, 20 Jan 2012 10:56:08 +0000 (11:56 +0100)]
[ADD] dynamic view: handle setting domains via onchange

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

bzr revid: xmo@openerp.com-20120120105608-zjbam8ki4uoqer5v

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 20 Jan 2012 05:05:47 +0000 (05:05 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120120043919-2ocn475pp0mg6lxi
bzr revid: launchpad_translations_on_behalf_of_openerp-20120120050547-7tx0jp1f156n2hxu

12 years ago[REM] unused imports mistakenly added in revision xmo@openerp.com-20120119144837...
Xavier Morel [Thu, 19 Jan 2012 15:54:25 +0000 (16:54 +0100)]
[REM] unused imports mistakenly added in revision xmo@openerp.com-20120119144837-dp6r7vqx581b4mrt

bzr revid: xmo@openerp.com-20120119155425-kud19lwt56du1ym9

12 years ago[FIX] expression: properly care for implicitly defined m2m fields used in search...
Olivier Dony [Thu, 19 Jan 2012 15:10:12 +0000 (16:10 +0100)]
[FIX] expression: properly care for implicitly defined m2m fields used in search() domains

Now that m2m fields may be defined without explicitly
specifying the name of the relationship table and its
foreign key columns, all access to these internal
names should be done via m2m._sql_names().
This seems better than lazily initializing these
internal names and hoping that nothing accesses
them before the init.

bzr revid: odo@openerp.com-20120119151012-c38k5zl7rqherhth

12 years ago[FIX] correctly display crash manager in case of report error
Xavier Morel [Thu, 19 Jan 2012 14:48:37 +0000 (15:48 +0100)]
[FIX] correctly display crash manager in case of report error

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

bzr revid: xmo@openerp.com-20120119144837-dp6r7vqx581b4mrt

12 years ago[FIX] avoid blank page when the database assigned to the session has been removed
Christophe Simonis [Thu, 19 Jan 2012 14:30:57 +0000 (15:30 +0100)]
[FIX] avoid blank page when the database assigned to the session has been removed

bzr revid: chs@openerp.com-20120119143057-pbqdh15jptyc7y0a

12 years ago[FIX] extend revid:fme@openerp.com-20120117124417-k3vdiktc93gl99fi to all instances...
Xavier Morel [Thu, 19 Jan 2012 11:46:14 +0000 (12:46 +0100)]
[FIX] extend revid:fme@openerp.com-20120117124417-k3vdiktc93gl99fi to all instances of Firefox

bug randomly happens on FF 9.0.1/OSX as well

bzr revid: xmo@openerp.com-20120119114614-6br6qj4byhy0ct1a

12 years ago[FIX] report_webkit: translations lookup should ignore report name for webkit reports
Olivier Dony [Thu, 19 Jan 2012 10:21:45 +0000 (11:21 +0100)]
[FIX] report_webkit: translations lookup should ignore report name for webkit reports

Webkit/Mako translations are quite different from RML
report translations, and very similar to translations
for Python code terms, i.e. with _(). The method to
lookup the translations at rendering time should thus
be similar to what _() does for Python code terms, and
not depend on the name of the report, which is not
known when exporting the translation template, and is
therefore not available in POT meta-data.
This bears no performance penalty, as we are still
only looking inside 'report'-typed translations with
the matching 'source term'.
The only downside is that this prevents per-report
translations, but this is not supported by our
translation import/export system anyway, so it
does not matter (msgid strings must be unique
within a PO file, and we don't support context-
sensitive PO files yet).

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

bzr revid: odo@openerp.com-20120119102145-tp3w80bhjwq11q84

12 years ago[FIX] report_webkit: avoid using report name in temp file path, breaks with non-ASCII...
Olivier Dony [Thu, 19 Jan 2012 10:11:49 +0000 (11:11 +0100)]
[FIX] report_webkit: avoid using report name in temp file path, breaks with non-ASCII (translated) report names

bzr revid: odo@openerp.com-20120119101149-6npyju87vz2mi5c2

12 years ago[FIX] document_ftp: break self-import (which is causing a segfault since the import...
Vo Minh Thu [Thu, 19 Jan 2012 09:57:24 +0000 (10:57 +0100)]
[FIX] document_ftp: break self-import (which is causing a segfault since the import-hook has been merged in the server).

bzr revid: vmt@openerp.com-20120119095724-wkbu8oewdxzbvwxd

12 years ago[MERGE] various style and code improvements, and overly broad exception handlers...
Xavier Morel [Thu, 19 Jan 2012 09:52:36 +0000 (10:52 +0100)]
[MERGE] various style and code improvements, and overly broad exception handlers fixes

bzr revid: xmo@openerp.com-20120119095236-0ge089y2yhpcz8h3

12 years ago[IMP] avoid creating and discarding OpenERPSession instances on each request which...
Xavier Morel [Thu, 19 Jan 2012 09:43:15 +0000 (10:43 +0100)]
[IMP] avoid creating and discarding OpenERPSession instances on each request which already uses a valid session

bzr revid: xmo@openerp.com-20120119094315-7sz1rqno09i6gv3b

12 years ago[REF] the openerplib should be fixed upstream.
Florent Xicluna [Thu, 19 Jan 2012 09:35:20 +0000 (10:35 +0100)]
[REF] the openerplib should be fixed upstream.

bzr revid: florent.xicluna@gmail.com-20120119093520-92udlqrq8ufyw43s

12 years ago[REF] do not create useless OpenERPSession objects on each request.
Florent Xicluna [Thu, 19 Jan 2012 09:06:48 +0000 (10:06 +0100)]
[REF] do not create useless OpenERPSession objects on each request.

bzr revid: florent.xicluna@gmail.com-20120119090648-jck7ggaigy6zaalw

12 years ago[REF] code review.
Florent Xicluna [Thu, 19 Jan 2012 08:52:13 +0000 (09:52 +0100)]
[REF] code review.

bzr revid: florent.xicluna@gmail.com-20120119085213-94b2p3268q25bni2

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 19 Jan 2012 04:51:14 +0000 (04:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120119045114-1uzft0w0d45gb143

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 19 Jan 2012 04:50:28 +0000 (04:50 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120119045028-1hxblsnuw1g2r2vj

12 years ago[FIX] a typo between 'id' and builtin <id>.
Florent Xicluna [Wed, 18 Jan 2012 19:04:09 +0000 (20:04 +0100)]
[FIX] a typo between 'id' and builtin <id>.

bzr revid: florent.xicluna@gmail.com-20120118190409-ddg3bbvb7r9jzyjc

12 years ago[FIX] email_template: properly pass target model in composition wizard reloading...
Olivier Dony [Wed, 18 Jan 2012 16:22:03 +0000 (17:22 +0100)]
[FIX] email_template: properly pass target model in composition wizard reloading action

This fixes reloading of the composition wizard after selecting
templating options in the new web client.

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

bzr revid: odo@openerp.com-20120118162203-17d1tug4lw40wpex

12 years ago[imp] cleared main html
niv-openerp [Wed, 18 Jan 2012 16:17:35 +0000 (17:17 +0100)]
[imp] cleared main html

bzr revid: nicolas.vanhoren@openerp.com-20120118161735-2yuxisndfq92ctoi

12 years ago[imp] added id to fields values to please tfr
niv-openerp [Wed, 18 Jan 2012 16:15:17 +0000 (17:15 +0100)]
[imp] added id to fields values to please tfr

bzr revid: nicolas.vanhoren@openerp.com-20120118161517-dz9nwcgp49vbqgwj

12 years ago[MERGE] cleaned some imports, removed some code for older python versions.
Vo Minh Thu [Wed, 18 Jan 2012 16:03:05 +0000 (17:03 +0100)]
[MERGE] cleaned some imports, removed some code for older python versions.

bzr revid: vmt@openerp.com-20120118160305-ucennaoqehjuut1z

12 years ago[MERGE] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
Vo Minh Thu [Wed, 18 Jan 2012 16:01:53 +0000 (17:01 +0100)]
[MERGE] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).

bzr revid: vmt@openerp.com-20120118160153-o2nbgxwndhfh3yc0

12 years ago[MERGE] added --db-template option.
Vo Minh Thu [Wed, 18 Jan 2012 14:53:34 +0000 (15:53 +0100)]
[MERGE] added --db-template option.

bzr revid: vmt@openerp.com-20120118145334-sa190ihcos9iflcu

12 years ago[FIX] re-add auto_search
Xavier Morel [Wed, 18 Jan 2012 14:48:26 +0000 (15:48 +0100)]
[FIX] re-add auto_search

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

bzr revid: xmo@openerp.com-20120118144826-3aio04bfrf35wx7i

12 years ago[MERGE] lp:916704
Quentin (OpenERP) [Wed, 18 Jan 2012 13:38:34 +0000 (14:38 +0100)]
[MERGE] lp:916704

bzr revid: qdp-launchpad@openerp.com-20120118133834-33e48s20r11zc2ct

12 years ago[IMP] base: change conflicting address-related "State" fields to "Fed. State"
Olivier Dony [Wed, 18 Jan 2012 13:29:00 +0000 (14:29 +0100)]
[IMP] base: change conflicting address-related "State" fields to "Fed. State"

This will avoid ambiguous translations, until we can
implement some sort of context-sensitive translation
system.

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

bzr revid: odo@openerp.com-20120118132900-427nc6j0p4h25bdn

12 years ago[FIX] Fixed transparent login pane issue in IE8
Minh Tran [Wed, 18 Jan 2012 13:04:03 +0000 (14:04 +0100)]
[FIX] Fixed transparent login pane issue in IE8

bzr revid: mit@openerp.com-20120118130403-5nfselwnwtkad4q4

12 years ago[MERGE] lp:915426
Quentin (OpenERP) [Wed, 18 Jan 2012 12:50:46 +0000 (13:50 +0100)]
[MERGE] lp:915426

bzr revid: qdp-launchpad@openerp.com-20120118125046-rlre1oheeuwfepwh

12 years ago[IMP] fields: use simplejson instead of json (for consistency with orm.py).
Vo Minh Thu [Wed, 18 Jan 2012 12:33:34 +0000 (13:33 +0100)]
[IMP] fields: use simplejson instead of json (for consistency with orm.py).

bzr revid: vmt@openerp.com-20120118123334-xxunyo1ph8jiwxc0

12 years ago[IMP] tools: removed our copy of the copy module.
Vo Minh Thu [Wed, 18 Jan 2012 11:57:43 +0000 (12:57 +0100)]
[IMP] tools: removed our copy of the copy module.

bzr revid: vmt@openerp.com-20120118115743-ce6p993l8v2kqlux

12 years ago[IMP] tools: removed deprecated debug() function.
Vo Minh Thu [Wed, 18 Jan 2012 11:49:10 +0000 (12:49 +0100)]
[IMP] tools: removed deprecated debug() function.

bzr revid: vmt@openerp.com-20120118114910-xrynwguzu0e5zsng

12 years ago[IMP] tools: removed __builtin__.{all,any} (they were there for previous python versi...
Vo Minh Thu [Wed, 18 Jan 2012 11:46:40 +0000 (12:46 +0100)]
[IMP] tools: removed __builtin__.{all,any} (they were there for previous python versions).

bzr revid: vmt@openerp.com-20120118114640-sm71f9fi48n4qn3q

12 years ago[IMP] tools: removed some functools functions (they were there for previous python...
Vo Minh Thu [Wed, 18 Jan 2012 11:41:09 +0000 (12:41 +0100)]
[IMP] tools: removed some functools functions (they were there for previous python versions).

bzr revid: vmt@openerp.com-20120118114109-txh1cjv503xautty

12 years ago[IMP] tools: removed literal_eval as we drop python 2.6 support.
Vo Minh Thu [Wed, 18 Jan 2012 11:24:00 +0000 (12:24 +0100)]
[IMP] tools: removed literal_eval as we drop python 2.6 support.

bzr revid: vmt@openerp.com-20120118112400-n7uulbbwm7wr5lpu

12 years ago[IMP] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).
Vo Minh Thu [Wed, 18 Jan 2012 11:18:55 +0000 (12:18 +0100)]
[IMP] tools.literal_eval -> ast.literal_eval (as we drop python 2.5 support).

bzr revid: vmt@openerp.com-20120118111855-he177la0butae3jr

12 years ago[MERGE] cleaned imports.
Vo Minh Thu [Wed, 18 Jan 2012 11:12:26 +0000 (12:12 +0100)]
[MERGE] cleaned imports.

bzr revid: vmt@openerp.com-20120118111226-an43skezei7dla2v

12 years ago[MERGE] changes required for the "import hook" commit in the server.
Vo Minh Thu [Wed, 18 Jan 2012 10:47:08 +0000 (11:47 +0100)]
[MERGE] changes required for the "import hook" commit in the server.

bzr revid: vmt@openerp.com-20120118104708-wqa2fam7qnaw3jdk

12 years ago[MERGE] changes required for the "import hook" commit in the server.
Vo Minh Thu [Wed, 18 Jan 2012 10:46:35 +0000 (11:46 +0100)]
[MERGE] changes required for the "import hook" commit in the server.

bzr revid: vmt@openerp.com-20120118104635-mn4vca0xw2b9s8w2

12 years ago[MERGE] use an import hook instead of appending to sys.path.
Vo Minh Thu [Wed, 18 Jan 2012 10:45:05 +0000 (11:45 +0100)]
[MERGE] use an import hook instead of appending to sys.path.

This replaces sys.path mutation with an import hook. It removes the clash
between our own 'resource' addons and the standard Python resource module. It
provides a transition between our current practice and a cleaner
'openerp.addons' namespace.

The import hook makes it possible to either 'import openerp.addons.hr' or
'import hr' in the addons (ie. both paths are set in sys.modules). When trying
to import an already existing (non-openerp) Python module (e.g. resource), it
will indeed load the Python module and print a warning (to invite you to use
openerp.addons.resource if this is the one you want).

Unfortunately, the import hook doesn't support self-referential imports. E.g.
hr.wizard.xxx can't use 'import hr.yyy' or 'from hr import yyy'. Python will
fail to load hr with cryptic error messages or even a segmentation fault.

Beginning with this patch, 'import openerp.addons.xxx' is the way to go,
'import xxx' is deprecated. Once 'import xxx' support can be removed, we will
probably support pkgutil or setuptool namespaces.

bzr revid: vmt@openerp.com-20120118104505-tns626ga47dwl7it

12 years ago[MERGE] added missing import, removed unused vars, corrected unnused variable (typo).
Vo Minh Thu [Wed, 18 Jan 2012 10:33:06 +0000 (11:33 +0100)]
[MERGE] added missing import, removed unused vars, corrected unnused variable (typo).

bzr revid: vmt@openerp.com-20120118103306-2eqsl07suw33mqyn

12 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 18 Jan 2012 10:12:52 +0000 (11:12 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20120118101252-e81nlyzym2nkebf4

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 18 Jan 2012 04:44:49 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120118044449-u5o363u389ur3ajo

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 18 Jan 2012 04:43:46 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120117044453-wdb803waqsh0uaxt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120118044346-uk3yo505jmw90sxa

12 years ago[FIX] QWeb: well... ahem... This is embarassing...
Fabien Meghazi [Tue, 17 Jan 2012 21:59:49 +0000 (22:59 +0100)]
[FIX] QWeb: well... ahem... This is embarassing...

bzr revid: fme@openerp.com-20120117215949-36uxh7r1izvah35l

12 years ago[FIX] Fix QWeb default dict extend
Fabien Meghazi [Tue, 17 Jan 2012 21:55:42 +0000 (22:55 +0100)]
[FIX] Fix QWeb default dict extend

bzr revid: fme@openerp.com-20120117215542-2j31xq9iovu2z0cv

12 years ago[REM] Forgot a console.log
Fabien Meghazi [Tue, 17 Jan 2012 21:52:55 +0000 (22:52 +0100)]
[REM] Forgot a console.log

bzr revid: fme@openerp.com-20120117215255-2klsb78lfor3y6jb

12 years ago[FIX] QWeb: fix 2 unit tests
Fabien Meghazi [Tue, 17 Jan 2012 21:22:34 +0000 (22:22 +0100)]
[FIX] QWeb: fix 2 unit tests

bzr revid: fme@openerp.com-20120117212234-u4wo2m9c3ew2t6ej

12 years ago[REV] Revert Revision#6353: Will use __last_update instead of write_date
Fabien Meghazi [Tue, 17 Jan 2012 20:28:59 +0000 (21:28 +0100)]
[REV] Revert Revision#6353: Will use __last_update instead of write_date

bzr revid: fme@openerp.com-20120117202859-uoo6jw9nilfxs33b

12 years ago[IMP] Kanban: use __last_update instead of write_date
Fabien Meghazi [Tue, 17 Jan 2012 20:26:07 +0000 (21:26 +0100)]
[IMP] Kanban: use __last_update instead of write_date

bzr revid: fme@openerp.com-20120117202607-sj6v29istbkxt9rq

12 years ago[FIX] correct session cleaning
Christophe Simonis [Tue, 17 Jan 2012 17:06:36 +0000 (18:06 +0100)]
[FIX] correct session cleaning

bzr revid: chs@openerp.com-20120117170636-7z6epwzt7rlrtaip

12 years ago[IMP] database template in commande line, you can now use --db_template=my_template...
nicolas.bessi@camptocamp.com [Tue, 17 Jan 2012 16:49:40 +0000 (17:49 +0100)]
[IMP] database template in commande line, you can now use --db_template=my_template, default is template0

bzr revid: nicolas.bessi@camptocamp.com-20120117164940-i3g1zcu49x0g60t5

12 years ago[FIX] avoid losing all available views when switching from graph to list via clicking...
Xavier Morel [Tue, 17 Jan 2012 16:43:37 +0000 (17:43 +0100)]
[FIX] avoid losing all available views when switching from graph to list via clicking on graph item

bzr revid: xmo@openerp.com-20120117164337-tuh1tkjra0drvg7r

12 years ago[FIX] l10n_multilang: account.account.name needs to be translatable, courtesy of...
Olivier Dony [Tue, 17 Jan 2012 16:19:35 +0000 (17:19 +0100)]
[FIX] l10n_multilang: account.account.name needs to be translatable, courtesy of Nicolas Bessi (Camptocamp)

The translatable flag in account.account.name was
lost during a failed merge operation, so it needs
to be restored.

bzr revid: odo@openerp.com-20120117161935-vdfz38w97undmvi2

12 years ago[FIX] buttons order in dialog confirming actions
Xavier Morel [Tue, 17 Jan 2012 15:33:33 +0000 (16:33 +0100)]
[FIX] buttons order in dialog confirming actions

bzr revid: xmo@openerp.com-20120117153333-6cuih7w3iuuv1mlk

12 years ago[FIX] missing translation mark
Xavier Morel [Tue, 17 Jan 2012 15:32:32 +0000 (16:32 +0100)]
[FIX] missing translation mark

bzr revid: xmo@openerp.com-20120117153232-7232xrscs016o150

12 years ago[FIX] re-fix weird behavior of Firefox where text punches out of buttons if white...
Xavier Morel [Tue, 17 Jan 2012 15:10:51 +0000 (16:10 +0100)]
[FIX] re-fix weird behavior of Firefox where text punches out of buttons if white-space nowrap and width 100% but not enough room

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

bzr revid: xmo@openerp.com-20120117151051-m3l2lo7fiykcbv4t

12 years ago[FIX] some MSIE8 stuff
Xavier Morel [Tue, 17 Jan 2012 14:43:59 +0000 (15:43 +0100)]
[FIX] some MSIE8 stuff

bzr revid: xmo@openerp.com-20120117144359-k9l1289wq8ngb3pr

12 years ago[FIX] qweb: benchmark on browsers without console.time & console/timeEnd
Xavier Morel [Tue, 17 Jan 2012 14:38:06 +0000 (15:38 +0100)]
[FIX] qweb: benchmark on browsers without console.time & console/timeEnd

bzr revid: xmo@openerp.com-20120117143806-x5hqclaw6a8hdu98

12 years ago[MERGE] qweb casing fix
Xavier Morel [Tue, 17 Jan 2012 14:02:54 +0000 (15:02 +0100)]
[MERGE] qweb casing fix

bzr revid: xmo@openerp.com-20120117140254-ans3ugulji5h61vw

12 years ago[FIX] un-nivity call of WebClient, IE8 does not like nobody to mess with its body:
Xavier Morel [Tue, 17 Jan 2012 14:02:13 +0000 (15:02 +0100)]
[FIX] un-nivity call of WebClient, IE8 does not like nobody to mess with its body:

bzr revid: xmo@openerp.com-20120117140213-u2n1l4cg1nz1xrea

12 years ago[FIX] QWeb: Internet Explorer DOM converts tags to uppercase
Fabien Meghazi [Tue, 17 Jan 2012 13:59:58 +0000 (14:59 +0100)]
[FIX] QWeb: Internet Explorer DOM converts tags to uppercase

bzr revid: fme@openerp.com-20120117135958-gv2iv4ixomqzcnny

12 years ago[FIX] MSIE does not like calling .html on the page's title, set the string on the...
Xavier Morel [Tue, 17 Jan 2012 13:58:17 +0000 (14:58 +0100)]
[FIX] MSIE does not like calling .html on the page's title, set the string on the document's title directly (as a property)

bzr revid: xmo@openerp.com-20120117135817-t3ggfjp71r6io6b4

12 years ago[FIX] root css on .openerp, not body.openerp
Xavier Morel [Tue, 17 Jan 2012 13:53:12 +0000 (14:53 +0100)]
[FIX] root css on .openerp, not body.openerp

bzr revid: xmo@openerp.com-20120117135312-f9pmqgmy4704vfyh

12 years ago[ADD] Add write_date to hr.employee and product.product in order to allow image reloa...
Fabien Meghazi [Tue, 17 Jan 2012 13:47:13 +0000 (14:47 +0100)]
[ADD] Add write_date to hr.employee and product.product in order to allow image reloading in kanban views

bzr revid: fme@openerp.com-20120117134713-uewdqmv08r6r5hmq

12 years ago[IMP] Kanban images not being reloaded when saved in form view
Fabien Meghazi [Tue, 17 Jan 2012 13:45:41 +0000 (14:45 +0100)]
[IMP] Kanban images not being reloaded when saved in form view

Kanban view now uses write_date if defined in model in order to force reload of images

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

bzr revid: fme@openerp.com-20120117134541-yvernouqxuegoep4

12 years ago[FIX] trailing commas
Xavier Morel [Tue, 17 Jan 2012 13:28:43 +0000 (14:28 +0100)]
[FIX] trailing commas

bzr revid: xmo@openerp.com-20120117132843-obecwigtts1rf9ja

12 years ago[FIX] Char fields don't correctly retain their values in Firefox 3.6
Fabien Meghazi [Tue, 17 Jan 2012 12:44:17 +0000 (13:44 +0100)]
[FIX] Char fields don't correctly retain their values in Firefox 3.6

Unknown bug in old version of firefox :
input type=text onchange event not fired when tootip is shown

Disabled tooltips for gecko version < 2

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

bzr revid: fme@openerp.com-20120117124417-k3vdiktc93gl99fi

12 years ago[IMP] only display group paginator if there are more than 80 records in the group
Xavier Morel [Tue, 17 Jan 2012 12:43:12 +0000 (13:43 +0100)]
[IMP] only display group paginator if there are more than 80 records in the group

bzr revid: xmo@openerp.com-20120117124312-n4h9r1g9ovk09xli

12 years ago[FIX] forbid spaces in db names
Xavier Morel [Tue, 17 Jan 2012 12:00:35 +0000 (13:00 +0100)]
[FIX] forbid spaces in db names

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

bzr revid: xmo@openerp.com-20120117120035-n7kk3uzfqwdgkm88

12 years ago[ADD] extremely basic wikitext support for web client, in page view
Xavier Morel [Tue, 17 Jan 2012 11:22:46 +0000 (12:22 +0100)]
[ADD] extremely basic wikitext support for web client, in page view

* Headers work (kinda)
* Lists work
* Text decoration (bold, italics) work
* Indentation works

BUT

Internal links, OpenERP actions, images, attachments and tables don't
work

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

bzr revid: xmo@openerp.com-20120117112246-mrpjld9382ibupr6

12 years ago[REM] wiki field from form and page
Xavier Morel [Tue, 17 Jan 2012 11:19:38 +0000 (12:19 +0100)]
[REM] wiki field from form and page

bzr revid: xmo@openerp.com-20120117111938-rmjgsw309q6gltxe

12 years ago[FIX] sale : Invoicing - item not in translations
Divyesh Makwana (Open ERP) [Tue, 17 Jan 2012 10:49:40 +0000 (16:19 +0530)]
[FIX] sale : Invoicing - item not in translations

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

bzr revid: mdi@tinyerp.com-20120117104940-bi26zopapb49r18g

12 years ago[IMP] Updated jquery.tipTip
Fabien Meghazi [Tue, 17 Jan 2012 10:32:17 +0000 (11:32 +0100)]
[IMP] Updated jquery.tipTip

bzr revid: fme@openerp.com-20120117103217-jmjhm6i1baaljmty

12 years ago[IMP] Xml2JSON: remove useless class indirection and unused methods
Xavier Morel [Tue, 17 Jan 2012 09:47:48 +0000 (10:47 +0100)]
[IMP] Xml2JSON: remove useless class indirection and unused methods

bzr revid: xmo@openerp.com-20120117094748-g9470elsdpx78im8

12 years ago[IMP] cleanup code and missing imports
Xavier Morel [Tue, 17 Jan 2012 09:35:48 +0000 (10:35 +0100)]
[IMP] cleanup code and missing imports

bzr revid: xmo@openerp.com-20120117093548-ict3fbm3pgw83fkb

12 years ago[FIX] finish implementing xmo@openerp.com-20120116095337-ko0y6xha6oqx4vw1 for real
Xavier Morel [Tue, 17 Jan 2012 08:58:12 +0000 (09:58 +0100)]
[FIX] finish implementing xmo@openerp.com-20120116095337-ko0y6xha6oqx4vw1 for real

bzr revid: xmo@openerp.com-20120117085812-gh3cowtxfcs84sss

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 17 Jan 2012 05:08:29 +0000 (05:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120117050829-rk831bjkq228jk0l

12 years ago[FIX] missing imports and typo in __all__.
Florent Xicluna [Mon, 16 Jan 2012 18:33:28 +0000 (19:33 +0100)]
[FIX] missing imports and typo in __all__.

bzr revid: florent.xicluna@gmail.com-20120116183328-m9isnoipj8taeke3

12 years ago[FIX] NameError in jsonp POST.
Florent Xicluna [Mon, 16 Jan 2012 14:55:24 +0000 (15:55 +0100)]
[FIX] NameError in jsonp POST.

bzr revid: florent.xicluna@gmail.com-20120116145524-razqfr39bf4b4t9v

12 years ago[FIX] link between binary field and its name is @filename, not @fieldname
Xavier Morel [Mon, 16 Jan 2012 14:06:02 +0000 (15:06 +0100)]
[FIX] link between binary field and its name is @filename, not @fieldname

bzr revid: xmo@openerp.com-20120116140602-c25sjyrp3l6wpnow

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 17 Jan 2012 04:45:39 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120117044539-43j2u5ld0fjdd7hd