odoo/odoo.git
11 years ago[FIX] problem in View class, the is_action_enabled() method assumed the existence...
niv-openerp [Mon, 10 Dec 2012 15:36:46 +0000 (16:36 +0100)]
[FIX] problem in View class, the is_action_enabled() method assumed the existence of the fields_view attribute despite the fact that class never setted that attribute

bzr revid: nicolas.vanhoren@openerp.com-20121210153646-ulbsja1mt9re25wz

11 years ago[FIX] document_webdav graceful import
Antony Lesuisse [Mon, 10 Dec 2012 15:17:25 +0000 (16:17 +0100)]
[FIX] document_webdav graceful import

bzr revid: al@openerp.com-20121210151725-t4bc08hyitf54y3u

11 years ago[FIX] Better fix for unclickable z-indexed items in dialogs. (Patching jQuery UI...
Fabien Meghazi [Mon, 10 Dec 2012 14:52:39 +0000 (15:52 +0100)]
[FIX] Better fix for unclickable z-indexed items in dialogs. (Patching jQuery UI dialog)

bzr revid: fme@openerp.com-20121210145239-0x1sprin6hp66ghl

11 years ago[FIX] Added portal_stock
vta vta@openerp.com [Mon, 10 Dec 2012 14:51:59 +0000 (15:51 +0100)]
[FIX] Added portal_stock

bzr revid: vta@openerp.com-20121210145159-sdid8amlketh3clz

11 years ago[FIX] form widgets failing to return correct value on programmatic save
Xavier Morel [Mon, 10 Dec 2012 14:38:08 +0000 (15:38 +0100)]
[FIX] form widgets failing to return correct value on programmatic save

Editable list was losing value when switching to other row from edited
cell (edit, tab-to-next-fiend then change record worked).

When changing row (by clicking on an other row or pressing up/down),
the list view simply request saving the current form and — once that
is done — switches the form to the new row.

The issue is in what happens *during* form-saving: for most text-based
fields (e.g. CharField-like) the field returns its internal
value. Said internal value was only synchronized when the internal
form control (input or textarea) fired the ``change`` event... and the
change event only fires *after blurring* (leaving) the current
field. So the form saving (and thus the retrieval of field values)
occured before the field could sync its internal value with the one
entered by the user.

Added a bunch of commit_value override to perform this synchronization
right before the field's value is requested.

Also removed an extraneous trailing comma in an array, and removed 2
useless temp storage (unused variables beyond their assignment).

bzr revid: xmo@openerp.com-20121210143808-wt4jmi4x0pg85xb8

11 years ago[IMP] web.http: _load_addons load the addons in a reproducible way.
Vo Minh Thu [Mon, 10 Dec 2012 14:04:11 +0000 (15:04 +0100)]
[IMP] web.http: _load_addons load the addons in a reproducible way.

I believe there are potential circular imports that can break
because of openerp.modules.module ImportHook, but they are
deifficult to reproduce when the import order is not always
the same.

bzr revid: vmt@openerp.com-20121210140411-ranw3jc3mwu3ymty

11 years ago[REV] close_socket is back in netsvc.py
Christophe Simonis [Mon, 10 Dec 2012 13:21:33 +0000 (14:21 +0100)]
[REV] close_socket is back in netsvc.py

bzr revid: chs@openerp.com-20121210132133-m1z2hb72y1r1wsei

11 years ago[MERGE] Needaction loading update.
Thibault Delavallée [Mon, 10 Dec 2012 13:17:53 +0000 (14:17 +0100)]
[MERGE] Needaction loading update.

Server-side branch:
- needaction_enabled field on ir_ui_menu is now stored
- needaction_counter field on ir_ui_menu removed
- counters are accessible through get_needaction_data, called by the web client independently of the menu entries

bzr revid: tde@openerp.com-20121210131753-gtw4nyo5kosroq00

11 years ago[MERGE] Needaction loading update.
Thibault Delavallée [Mon, 10 Dec 2012 13:16:58 +0000 (14:16 +0100)]
[MERGE] Needaction loading update.

This web revision modifies the way needaction are loaded. Now they are loaded independently of the menus. After having loaded and displayed the various menus, a call to the server is done to avoid a long latency between the login and the display of menus. Needaction counter will be displayed as soon as they are available.

bzr revid: tde@openerp.com-20121210131658-pgy3t9t71f0z2yd5

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Mon, 10 Dec 2012 12:54:23 +0000 (13:54 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121130093732-i8y10ayjqiaq5t7p
bzr revid: tde@openerp.com-20121204142854-pauouyapnw7z8zwj
bzr revid: tde@openerp.com-20121205101544-k4ui6thr0ibzw0vx
bzr revid: tde@openerp.com-20121210125423-81wbh4af9sxdqjki

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Mon, 10 Dec 2012 12:54:18 +0000 (13:54 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121210125418-l8ntl5o5mnb2dq3h

11 years ago[FIX] prevent propagation of [UP] and [DOWN] keydown events in form m2o
Xavier Morel [Mon, 10 Dec 2012 11:22:03 +0000 (12:22 +0100)]
[FIX] prevent propagation of [UP] and [DOWN] keydown events in form m2o

these events are used by the autocompletion widget internally, if they
bubble upwards they also get handled by the list view which interprets
them as going up/down the list.

Prevent the latter by suppressing bubbling of these events.

bzr revid: xmo@openerp.com-20121210112203-3mry0pvecri0pv9o

11 years ago[FIX] cancel list edition on search
Xavier Morel [Mon, 10 Dec 2012 10:09:14 +0000 (11:09 +0100)]
[FIX] cancel list edition on search

Otherwise, if a search is performed while creating or editing a line
(e.g. in logged calls, create a line without saving then try to apply
a filter) the edition section (and new line) disappears but the list
remains in "edition" mode (e.g. save/discard button) even though
edition data is missing (trying to save or discard will error out).

bzr revid: xmo@openerp.com-20121210100914-delia5bhmtgrujpu

11 years ago[FIX] don't lose debug mode when clicking on logo
Xavier Morel [Mon, 10 Dec 2012 10:01:37 +0000 (11:01 +0100)]
[FIX] don't lose debug mode when clicking on logo

bzr revid: xmo@openerp.com-20121210100137-h2ydpz6b63c48b1z

11 years ago[IMP] resource: improve ugly code in conversion function
Raphael Collet [Mon, 10 Dec 2012 09:05:54 +0000 (10:05 +0100)]
[IMP] resource: improve ugly code in conversion function

bzr revid: rco@openerp.com-20121210090554-fb59bzz5ceogehms

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 10 Dec 2012 04:44:28 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121210043931-72a32pz7q282df45
bzr revid: launchpad_translations_on_behalf_of_openerp-20121210044428-d9bzm1dnqc26voci

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 10 Dec 2012 04:36:32 +0000 (04:36 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121210043632-9tdic74gwliyynmq

11 years ago[FIX] deps for debian stable, python 2.6
Antony Lesuisse [Mon, 10 Dec 2012 01:02:13 +0000 (02:02 +0100)]
[FIX] deps for debian stable, python 2.6

bzr revid: al@openerp.com-20121210010213-v32y3cn5tgwknlj6

11 years ago[IMP] workers document defaults
Antony Lesuisse [Sun, 9 Dec 2012 22:53:49 +0000 (23:53 +0100)]
[IMP] workers document defaults

bzr revid: al@openerp.com-20121209225349-k0f9jpg7n0nxc70t

11 years ago[IMP] workers setproctitle if available
Antony Lesuisse [Sun, 9 Dec 2012 21:53:36 +0000 (22:53 +0100)]
[IMP] workers setproctitle if available

bzr revid: al@openerp.com-20121209215336-rvmy0dejfpmy1awi

11 years ago[IMP] workers cron dont keep cursors
Antony Lesuisse [Sun, 9 Dec 2012 21:22:42 +0000 (22:22 +0100)]
[IMP] workers cron dont keep cursors
need for saas and demo

bzr revid: al@openerp.com-20121209212242-s3a91vxg8bixqls7

11 years ago[IMP] workers cron logging and chorus
Antony Lesuisse [Sun, 9 Dec 2012 20:45:44 +0000 (21:45 +0100)]
[IMP] workers cron logging and chorus

bzr revid: al@openerp.com-20121209204544-7w98xboxh6uytz43

11 years ago[IMP] workers better logging
Antony Lesuisse [Sun, 9 Dec 2012 20:31:34 +0000 (21:31 +0100)]
[IMP] workers better logging

bzr revid: al@openerp.com-20121209203134-sobl1m3q53bjne2i

11 years ago[FIX] temporary fix workers cron for missing openerp.addons.base
Antony Lesuisse [Sun, 9 Dec 2012 20:00:18 +0000 (21:00 +0100)]
[FIX] temporary fix workers cron for missing openerp.addons.base

bzr revid: al@openerp.com-20121209200018-bvzdy7nhkyo6kaun

11 years ago[FIX] required on boolean warning
Antony Lesuisse [Sun, 9 Dec 2012 19:43:52 +0000 (20:43 +0100)]
[FIX] required on boolean warning

bzr revid: al@openerp.com-20121209194352-j6sv17tzh3bz4e1u

11 years ago[IMP] fields warning display args to locate them
Antony Lesuisse [Sun, 9 Dec 2012 19:39:52 +0000 (20:39 +0100)]
[IMP] fields warning display args to locate them

bzr revid: al@openerp.com-20121209193952-ukk0aie3d8fg18q2

11 years ago[REM] deprecated bin
Antony Lesuisse [Sun, 9 Dec 2012 19:35:48 +0000 (20:35 +0100)]
[REM] deprecated bin

bzr revid: al@openerp.com-20121209193548-m6wjd0kad8aidp5l

11 years ago[FIX] workers graceful shutdown
Antony Lesuisse [Sun, 9 Dec 2012 19:30:22 +0000 (20:30 +0100)]
[FIX] workers graceful shutdown

bzr revid: al@openerp.com-20121209193022-r4h1ksmqrk2cfnds

11 years ago[MERGE] netsvc, netrpc cleanup and wizard kill
Antony Lesuisse [Sun, 9 Dec 2012 19:09:48 +0000 (20:09 +0100)]
[MERGE] netsvc, netrpc cleanup and wizard kill

bzr revid: al@openerp.com-20121209190948-ggt4tv0qbernwr6k

11 years agomisc
Antony Lesuisse [Sun, 9 Dec 2012 19:05:43 +0000 (20:05 +0100)]
misc

bzr revid: al@openerp.com-20121209190543-83hmvyfcu1af7wiv

11 years agonetrpc flip default, backward compatible for a few days
Antony Lesuisse [Sun, 9 Dec 2012 18:56:51 +0000 (19:56 +0100)]
netrpc flip default, backward compatible for a few days

bzr revid: al@openerp.com-20121209185651-7i4vlvul5b3jgnmy

11 years agonetrpc flip default
Antony Lesuisse [Sun, 9 Dec 2012 18:54:42 +0000 (19:54 +0100)]
netrpc flip default

bzr revid: al@openerp.com-20121209185442-1kgtc0hvds4fpng0

11 years agoservice cleanups, more wizard removal
Antony Lesuisse [Sun, 9 Dec 2012 18:46:32 +0000 (19:46 +0100)]
service cleanups, more wizard removal

bzr revid: al@openerp.com-20121209184632-hp9b9fbbn9g4h2lw

11 years ago[FIX] more incorrect import, prepare for wizard removal
Antony Lesuisse [Sun, 9 Dec 2012 18:45:32 +0000 (19:45 +0100)]
[FIX] more incorrect import, prepare for wizard removal

bzr revid: al@openerp.com-20121209184532-2sfo9l1z5z5m7bcb

11 years ago[MERGE] trunk
Antony Lesuisse [Sun, 9 Dec 2012 18:26:43 +0000 (19:26 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20121209182643-9fv5ge2b2r2hrpbv

11 years ago[FIX] incorrect import, prepare for wizard removal
Antony Lesuisse [Sun, 9 Dec 2012 18:22:37 +0000 (19:22 +0100)]
[FIX] incorrect import, prepare for wizard removal

bzr revid: al@openerp.com-20121209182237-6yp9j6yyrnsa813y

11 years ago[MERGE] kiss cron cleanups, multiprocess/multiserver ready.
Antony Lesuisse [Sun, 9 Dec 2012 18:18:11 +0000 (19:18 +0100)]
[MERGE] kiss cron cleanups, multiprocess/multiserver ready.

bzr revid: al@openerp.com-20121209181811-461cxxwdapjwas4u

11 years agonetsvc, netrpc, wizardcleanup
Antony Lesuisse [Sun, 9 Dec 2012 18:15:36 +0000 (19:15 +0100)]
netsvc, netrpc, wizardcleanup

bzr revid: al@openerp.com-20121209181536-au8u47557i45wizl

11 years ago[IMP] fetchmail config and auto-install by default as it's the way to configure incom...
Fabien Pinckaers [Sun, 9 Dec 2012 18:04:36 +0000 (19:04 +0100)]
[IMP] fetchmail config and auto-install by default as it's the way to configure incoming emails

bzr revid: fp@tinyerp.com-20121209180436-tfglsf7tcs9bdxdb

11 years ago[MERGE] ps week 46/47, sale order report + invite
Fabien Pinckaers [Sun, 9 Dec 2012 17:56:41 +0000 (18:56 +0100)]
[MERGE] ps week 46/47, sale order report + invite

bzr revid: fp@tinyerp.com-20121209175641-avkuxxtir25c0bds

11 years agocron registrymanager removal
Antony Lesuisse [Sun, 9 Dec 2012 17:53:00 +0000 (18:53 +0100)]
cron registrymanager removal

bzr revid: al@openerp.com-20121209175300-rhwf9n0y29o7ct19

11 years agocron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database...
Antony Lesuisse [Sun, 9 Dec 2012 17:04:47 +0000 (18:04 +0100)]
cron cleanup, back to the Kernighan KISS roots 1min poll time, rely only on database, multiprocess/multiserver ready.
Nota: If we replace sequence signaling for cache invalidation with pg
listen/notify in the future, we will use the same mechanism for more accurate
cron timing.

bzr revid: al@openerp.com-20121209170447-zs0k3jazokylwvar

11 years ago[MERGE] module desc + stock
Fabien Pinckaers [Sun, 9 Dec 2012 10:55:27 +0000 (11:55 +0100)]
[MERGE] module desc + stock

bzr revid: fp@tinyerp.com-20121209105527-4ot27zsv5vqr38ls

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 9 Dec 2012 04:39:53 +0000 (04:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121209043953-q5uis2ecp5c7g9xg

11 years ago[FIX] test_js typo
Antony Lesuisse [Sun, 9 Dec 2012 04:30:15 +0000 (05:30 +0100)]
[FIX] test_js typo

bzr revid: al@openerp.com-20121209043015-curop98b936em7bn

11 years ago[FIX] runbot use db_password for admin_passowrd
Antony Lesuisse [Sun, 9 Dec 2012 04:01:03 +0000 (05:01 +0100)]
[FIX] runbot use db_password for admin_passowrd

bzr revid: al@openerp.com-20121209040103-65om8phyuj71u167

11 years ago[IMP] dbname on localthread for logging
Antony Lesuisse [Sun, 9 Dec 2012 03:49:10 +0000 (04:49 +0100)]
[IMP] dbname on localthread for logging

bzr revid: al@openerp.com-20121209034910-0iv3mek8860yts3i

11 years ago[FIX] duplicate database
Antony Lesuisse [Sun, 9 Dec 2012 03:03:48 +0000 (04:03 +0100)]
[FIX] duplicate database

bzr revid: al@openerp.com-20121209030348-iyh2zz6oseuu14c6

11 years ago[IMP] testjs command
Antony Lesuisse [Sun, 9 Dec 2012 02:48:10 +0000 (03:48 +0100)]
[IMP] testjs command

To tun the tests:

  createdb t
  /server/openerp-server --addons-path=addons,web/addons server -d t -i web_tests_demo

Once the server is ready, run, in an other shell:

  /server/openerp-server --addons-path=addons,web/addons testjs

bzr revid: al@openerp.com-20121209024810-cdi2s9ftr97x8l5p

11 years ago[IMP] cli first command testjs
Antony Lesuisse [Sun, 9 Dec 2012 02:46:18 +0000 (03:46 +0100)]
[IMP] cli first command testjs

bzr revid: al@openerp.com-20121209024618-cae0ux1vmo38ccwr

11 years ago[MERGE] portal fixes groups, payments, shortcut
Antony Lesuisse [Sat, 8 Dec 2012 23:03:09 +0000 (00:03 +0100)]
[MERGE] portal fixes groups, payments, shortcut
portal_stock has been removed from this merge, sale_order state is enough.

bzr revid: al@openerp.com-20121208230309-2rajdsjfrb5ddlch

11 years ago[MERGE] multiprocess signaling
Antony Lesuisse [Sat, 8 Dec 2012 21:09:54 +0000 (22:09 +0100)]
[MERGE] multiprocess signaling
trying trunk, feature branch fails with Address already in use

bzr revid: al@openerp.com-20121208210954-pi55sib4x7eyamem

11 years agomultiprocessing signaling manually backported from 6.1
Antony Lesuisse [Sat, 8 Dec 2012 18:11:51 +0000 (19:11 +0100)]
multiprocessing signaling manually backported from 6.1

bzr revid: al@openerp.com-20121208181151-lfy956ysnok5b5hf

11 years ago[MERGE] trunk
Antony Lesuisse [Sat, 8 Dec 2012 17:45:11 +0000 (18:45 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20121208174511-a4dhw2odli43ftfp

11 years ago[IMP] graph dropdown menu css
Fabien Pinckaers [Sat, 8 Dec 2012 17:31:03 +0000 (18:31 +0100)]
[IMP] graph dropdown menu css

bzr revid: fp@tinyerp.com-20121208173103-oq6s8gokh31f7uyh

11 years ago[IMP] layout ftp config
Fabien Pinckaers [Sat, 8 Dec 2012 16:36:13 +0000 (17:36 +0100)]
[IMP] layout ftp config

bzr revid: fp@tinyerp.com-20121208163613-gab8j0acnz2c1iy1

11 years ago[IMP] small improvement readonly type on ir.actions
Fabien Pinckaers [Sat, 8 Dec 2012 16:30:40 +0000 (17:30 +0100)]
[IMP] small improvement readonly type on ir.actions

bzr revid: fp@tinyerp.com-20121208163040-uzdnu0f6rg3gba6y

11 years ago[IMP] better form view
Fabien Pinckaers [Sat, 8 Dec 2012 16:28:20 +0000 (17:28 +0100)]
[IMP] better form view

bzr revid: fp@tinyerp.com-20121208162820-vr7spma5ldymi4rb

11 years ago[IMP] button in MO
Fabien Pinckaers [Sat, 8 Dec 2012 16:27:24 +0000 (17:27 +0100)]
[IMP] button in MO

bzr revid: fp@tinyerp.com-20121208162724-hd9mdh64ncqn0lah

11 years ago[MERGE]
Fabien Pinckaers [Sat, 8 Dec 2012 16:24:56 +0000 (17:24 +0100)]
[MERGE]

bzr revid: fp@tinyerp.com-20121208162456-f544eem3hs4sm8i7

11 years ago[MERGE] stock improvement in views + misc typo
Fabien Pinckaers [Sat, 8 Dec 2012 16:20:31 +0000 (17:20 +0100)]
[MERGE] stock improvement in views + misc typo

bzr revid: fp@tinyerp.com-20121208162031-l29o82hcd3bw1fb5

11 years ago[MERGE] improve_crm_leads_flux by abo
Antony Lesuisse [Sat, 8 Dec 2012 14:41:39 +0000 (15:41 +0100)]
[MERGE] improve_crm_leads_flux by abo

bzr revid: al@openerp.com-20121208144139-o9zr10b7qbij48d5

11 years ago[IMP] typo
Fabien Pinckaers [Sat, 8 Dec 2012 14:31:35 +0000 (15:31 +0100)]
[IMP] typo

bzr revid: fp@tinyerp.com-20121208143135-djb4umfk5o6jiib4

11 years ago[IMP] purchase min qty useability
Fabien Pinckaers [Sat, 8 Dec 2012 14:28:19 +0000 (15:28 +0100)]
[IMP] purchase min qty useability

bzr revid: fp@tinyerp.com-20121208142819-zy5vn9z12aigbur0

11 years agocrm change stupid base action rule, this will be completed in the base action rule...
Antony Lesuisse [Sat, 8 Dec 2012 14:16:10 +0000 (15:16 +0100)]
crm change stupid base action rule, this will be completed in the base action rule branch

bzr revid: al@openerp.com-20121208141610-o5driggb14sx7e1s

11 years ago[IMP] implification of payment terms, it even works without balance line
Fabien Pinckaers [Sat, 8 Dec 2012 13:57:23 +0000 (14:57 +0100)]
[IMP] implification of payment terms, it even works without balance line

bzr revid: fp@tinyerp.com-20121208135723-ori198g559b1sxsu

11 years agofix
Fabien Pinckaers [Sat, 8 Dec 2012 13:36:04 +0000 (14:36 +0100)]
fix

bzr revid: fp@tinyerp.com-20121208133604-w17o1fd3gn4uxe1s

11 years ago[IMP] better demo data for contracts
Fabien Pinckaers [Sat, 8 Dec 2012 13:21:56 +0000 (14:21 +0100)]
[IMP] better demo data for contracts

bzr revid: fp@tinyerp.com-20121208132156-njzmw57hkp8d7cdj

11 years ago[IMP] no black backgrounds, keep transparency
Fabien Pinckaers [Sat, 8 Dec 2012 13:16:28 +0000 (14:16 +0100)]
[IMP] no black backgrounds, keep transparency

bzr revid: fp@tinyerp.com-20121208131628-kvea5im5vlprj02r

11 years ago[MERGE] Misc Fixes
Fabien Pinckaers [Sat, 8 Dec 2012 13:14:49 +0000 (14:14 +0100)]
[MERGE] Misc Fixes

bzr revid: fp@tinyerp.com-20121208131449-4mly488l1o5benuw

11 years ago[MERGE] fixes + cleaning hr_evaluation
Fabien Pinckaers [Sat, 8 Dec 2012 12:43:19 +0000 (13:43 +0100)]
[MERGE] fixes + cleaning hr_evaluation

bzr revid: fp@tinyerp.com-20121208124319-wyrc3udl3mau2963

11 years ago[MERGE] improvements in projects
Fabien Pinckaers [Sat, 8 Dec 2012 11:18:57 +0000 (12:18 +0100)]
[MERGE] improvements in projects

bzr revid: fp@tinyerp.com-20121208111857-9q0f7v09z2mvdu8v

11 years ago[FIX] product_id in SO line tree
Fabien Pinckaers [Sat, 8 Dec 2012 11:05:33 +0000 (12:05 +0100)]
[FIX] product_id in SO line tree

bzr revid: fp@tinyerp.com-20121208110533-jnatovmnhe007y77

11 years ago[IMP] fields name
Fabien Pinckaers [Sat, 8 Dec 2012 10:45:58 +0000 (11:45 +0100)]
[IMP] fields name

bzr revid: fp@tinyerp.com-20121208104558-2jr4j84go4gcemrb

11 years ago[MERGE] fix account asset, event, purchase
Fabien Pinckaers [Sat, 8 Dec 2012 10:33:38 +0000 (11:33 +0100)]
[MERGE] fix account asset, event, purchase

bzr revid: fp@tinyerp.com-20121208103338-5cm3knhiaijvgks4

11 years ago[DOC] qweb rationale
Antony Lesuisse [Sat, 8 Dec 2012 08:48:46 +0000 (09:48 +0100)]
[DOC] qweb rationale

bzr revid: al@openerp.com-20121208084846-1g1oksufswazkvko

11 years agocrm non translatable string
Antony Lesuisse [Sat, 8 Dec 2012 08:30:38 +0000 (09:30 +0100)]
crm non translatable string

bzr revid: al@openerp.com-20121208083038-9hm7uausdmbgclc2

11 years ago[MERGE] trunk
Antony Lesuisse [Sat, 8 Dec 2012 08:28:14 +0000 (09:28 +0100)]
[MERGE] trunk

bzr revid: al@openerp.com-20121208082814-qftvqsdht91lxvcc

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 8 Dec 2012 05:21:10 +0000 (05:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121208045847-0s126yjr8uwtmumb
bzr revid: launchpad_translations_on_behalf_of_openerp-20121208045953-wihh2b6ioie9o11i
bzr revid: launchpad_translations_on_behalf_of_openerp-20121208052110-nf16120fhniyh9zh

11 years ago[MERGE] Another batch of Bugfixes from 6.1
Olivier Dony [Fri, 7 Dec 2012 18:30:24 +0000 (19:30 +0100)]
[MERGE] Another batch of Bugfixes from 6.1

Up to 6.1 revision 6800 olt@tinyerp.com-20120516065727-ghvzjttnncj8ryj0

bzr revid: odo@openerp.com-20121207183024-adx8vnq9cytxi2lu

11 years ago[FIX] report_webkit: fix incorrect usage of get_module_resource()
Olivier Dony [Fri, 7 Dec 2012 17:50:47 +0000 (18:50 +0100)]
[FIX] report_webkit: fix incorrect usage of get_module_resource()

As of 7.0 get_module_resource() enforces that its first argument
should be a module name, followed by extra path components.

+ minimal lint cleanup

bzr revid: odo@openerp.com-20121207175047-ghv0ic3auq8owt0t

11 years ago[IMP] report_webkit: remove deprecated/unused lib_path for wkhtmltopdf
Olivier Dony [Fri, 7 Dec 2012 17:46:32 +0000 (18:46 +0100)]
[IMP] report_webkit: remove deprecated/unused lib_path for wkhtmltopdf

Replaced by autodetection on system PATH + optional
system config parameters via ir.config.parameter

bzr revid: odo@openerp.com-20121207174632-xkizj5hf83aymgxe

11 years ago[MERGE] orm: remove deprecated OIDS clause in CREATE TABLE sql, courtesy of Christoph...
Olivier Dony [Fri, 7 Dec 2012 16:48:40 +0000 (17:48 +0100)]
[MERGE] orm: remove deprecated OIDS clause in CREATE TABLE sql, courtesy of Christophe Chauvet, Syleam

The WITH/WITHOUT OIDS option is deprecated and considered
useless since PostgreSQL 8.1:
http://www.postgresql.org/docs/8.4/static/runtime-config-compatible.html#GUC-DEFAULT-WITH-OIDS

"WITH OIDS" could actually hurt performance

bzr revid: odo@openerp.com-20121207164840-2huk2qs1k1mmea5p

11 years ago[IMP] Remove completly the OIDS, cause WITHOUT OIDS is activate by default
Christophe CHAUVET [Fri, 7 Dec 2012 16:21:10 +0000 (17:21 +0100)]
[IMP] Remove completly the OIDS, cause WITHOUT OIDS is activate by default

bzr revid: christophe.chauvet@syleam.fr-20121207162110-75hbq71zc6ufeby9

11 years ago[MERGE] staging branch
Quentin (OpenERP) [Fri, 7 Dec 2012 15:53:36 +0000 (16:53 +0100)]
[MERGE] staging branch

bzr revid: qdp-launchpad@openerp.com-20121207155336-n26m87wnuevqtuv4

11 years ago[IMP] added "disabled" on buttons in list view during execution of asynchrnous operation
niv-openerp [Fri, 7 Dec 2012 15:46:40 +0000 (16:46 +0100)]
[IMP] added "disabled" on buttons in list view during execution of asynchrnous operation

bzr revid: nicolas.vanhoren@openerp.com-20121207154640-609iwn2y093kw171

11 years ago[REV] undo revid:rco@openerp.com-20121207124917-cy3hz9x7aymd1cdt, because a potential...
Raphael Collet [Fri, 7 Dec 2012 15:08:36 +0000 (16:08 +0100)]
[REV] undo revid:rco@openerp.com-20121207124917-cy3hz9x7aymd1cdt, because a potentially better patch is in line

bzr revid: rco@openerp.com-20121207150836-vsmee753v1w6yw6j

11 years ago[FIX] project_timesheet: fixing the redbot
Quentin (OpenERP) [Fri, 7 Dec 2012 14:54:48 +0000 (15:54 +0100)]
[FIX] project_timesheet: fixing the redbot

bzr revid: qdp-launchpad@openerp.com-20121207145448-2vgdjrekxt2cp4gn

11 years ago[FIX] account: traceback when opening the report 'general ledger' on a given list...
Quentin (OpenERP) [Fri, 7 Dec 2012 14:43:17 +0000 (15:43 +0100)]
[FIX] account: traceback when opening the report 'general ledger' on a given list of account.account + fixed the fields_view_get

bzr revid: qdp-launchpad@openerp.com-20121207144317-vgm0gjf0y4iliv78

11 years ago[IMP] product: set the product.uom names to be optionnaly plural, so that you can...
Quentin (OpenERP) [Fri, 7 Dec 2012 13:41:10 +0000 (14:41 +0100)]
[IMP] product: set the product.uom names to be optionnaly plural, so that you can display the field after a value without having to care for the singular/plural

bzr revid: qdp-launchpad@openerp.com-20121207134110-xx0482e7kiemsl4s

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1086918-aja
vta vta@openerp.com [Fri, 7 Dec 2012 13:38:12 +0000 (14:38 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1086918-aja

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

bzr revid: vta@openerp.com-20121207133812-0pwrkvfg3lwqwxp5

11 years ago[MERGE] part of addons 28: review some filters in phonecalls and account_analytic_ana...
Quentin (OpenERP) [Fri, 7 Dec 2012 13:30:10 +0000 (14:30 +0100)]
[MERGE] part of addons 28: review some filters in phonecalls and account_analytic_analysis

bzr revid: qdp-launchpad@openerp.com-20121207133010-ma7a32po5om13blr

11 years ago[MERGE] part of addons 28: supplier field should be visible on res.partner
Quentin (OpenERP) [Fri, 7 Dec 2012 13:22:56 +0000 (14:22 +0100)]
[MERGE] part of addons 28: supplier field should be visible on res.partner

bzr revid: qdp-launchpad@openerp.com-20121207132256-t1m3ewgzmgjnz0dh

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1076374-hip
vta vta@openerp.com [Fri, 7 Dec 2012 13:11:55 +0000 (14:11 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1076374-hip

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

bzr revid: vta@openerp.com-20121207131155-syrjgyf497g85hko

11 years ago[MERGE] removal of 'mark as read/unread' actions
Quentin (OpenERP) [Fri, 7 Dec 2012 13:08:08 +0000 (14:08 +0100)]
[MERGE] removal of 'mark as read/unread' actions

bzr revid: qdp-launchpad@openerp.com-20121207130808-kdxocx9pdi2a47d7

11 years ago[MERGE] trunk
Quentin (OpenERP) [Fri, 7 Dec 2012 12:57:06 +0000 (13:57 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121207125706-zva1ub193qqkqyja

11 years ago[MERGE] lp:~vrt-openerp/openobject-addons/trunk-bug-932584 (manage working times...
Raphael Collet [Fri, 7 Dec 2012 12:49:17 +0000 (13:49 +0100)]
[MERGE] lp:~vrt-openerp/openobject-addons/trunk-bug-932584 (manage working times as local times)

bzr revid: rco@openerp.com-20121207124917-cy3hz9x7aymd1cdt

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1085017-psa
vta vta@openerp.com [Fri, 7 Dec 2012 12:45:01 +0000 (13:45 +0100)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-bug-1085017-psa

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

bzr revid: vta@openerp.com-20121207124501-glhnaqon2tv7af22

11 years ago[IMP] resource: improve code that computes working hours in local times
Raphael Collet [Fri, 7 Dec 2012 12:23:51 +0000 (13:23 +0100)]
[IMP] resource: improve code that computes working hours in local times

bzr revid: rco@openerp.com-20121207122351-eitc7zej6ss2035j

11 years ago[IMP] resource: small code improvements
Raphael Collet [Fri, 7 Dec 2012 12:19:25 +0000 (13:19 +0100)]
[IMP] resource: small code improvements

bzr revid: rco@openerp.com-20121207121925-ju6mdv66k4zsw5yk