odoo/odoo.git
12 years ago[MERGE] Merge with trunk upto revison no 1256.
Yogesh (OpenERP) [Fri, 14 Oct 2011 04:58:39 +0000 (10:28 +0530)]
[MERGE] Merge with trunk upto revison no 1256.

bzr revid: ysa@tinyerp.com-20111014045839-rc5gvd0crl20pjqv

12 years ago[MERGE] notification cleanups by chs
Antony Lesuisse [Fri, 14 Oct 2011 00:30:56 +0000 (02:30 +0200)]
[MERGE] notification cleanups by chs

bzr revid: al@openerp.com-20111014003056-3apcizt2i9qeb1ra

12 years ago[FIX] soft reload after module installation
Antony Lesuisse [Thu, 13 Oct 2011 23:20:54 +0000 (01:20 +0200)]
[FIX] soft reload after module installation

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

bzr revid: al@openerp.com-20111013232054-2i5ptzfurjc429zw

12 years ago[IMP] ir.model.data: sanity check to help prevent external IDs conflict between models
Olivier Dony [Thu, 13 Oct 2011 16:33:16 +0000 (18:33 +0200)]
[IMP] ir.model.data: sanity check to help prevent external IDs conflict between models

bzr revid: odo@openerp.com-20111013163316-gjct0pyrxfz9bm45

12 years ago[FIX] project duplicate xmlid, useless act_window view definition
Antony Lesuisse [Thu, 13 Oct 2011 16:12:13 +0000 (18:12 +0200)]
[FIX] project duplicate xmlid, useless act_window view definition

bzr revid: al@openerp.com-20111013161213-x29pjxbuaxhjqexx

12 years ago[IMP] do_notify and do_warn bubble the messages to the parent widget
Christophe Simonis [Thu, 13 Oct 2011 15:30:23 +0000 (17:30 +0200)]
[IMP] do_notify and do_warn bubble the messages to the parent widget

bzr revid: chs@openerp.com-20111013153023-xzu2y4j5qzuqem1e

12 years ago[MERGE] added authenticate() API method for checking credentials w/ UA environment
Olivier Dony [Thu, 13 Oct 2011 15:20:07 +0000 (17:20 +0200)]
[MERGE] added authenticate() API method for checking credentials w/ UA environment

bzr revid: odo@openerp.com-20111013152007-xj780k9r7j9roipx

12 years ago[fix] problem in projects, the dashboard crashes
niv-openerp [Thu, 13 Oct 2011 15:18:22 +0000 (17:18 +0200)]
[fix] problem in projects, the dashboard crashes

bzr revid: nicolas.vanhoren@openerp.com-20111013151822-neo7d726yx6uno40

12 years ago[IMP] Notification Widget is now a singleton
Christophe Simonis [Thu, 13 Oct 2011 15:03:17 +0000 (17:03 +0200)]
[IMP] Notification Widget is now a singleton

bzr revid: chs@openerp.com-20111013150317-kzy2h7bz407kiugz

12 years ago[IMP] base: authenticate: use "base_location" key instead on "host"
Christophe Simonis [Thu, 13 Oct 2011 14:32:45 +0000 (16:32 +0200)]
[IMP] base: authenticate: use "base_location" key instead on "host"

bzr revid: chs@openerp.com-20111013143245-vrcs89hennc2beu4

12 years ago[FIX] Sidebar merge left-over
Fabien Meghazi [Thu, 13 Oct 2011 14:16:01 +0000 (16:16 +0200)]
[FIX] Sidebar merge left-over

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

bzr revid: fme@openerp.com-20111013141601-pircozngzr55tx2k

12 years ago[FIX] Problem with action buttons in form views opened from a m2o in an editable...
Fabien Meghazi [Thu, 13 Oct 2011 13:46:06 +0000 (15:46 +0200)]
[FIX] Problem with action buttons in form views opened from a m2o in an editable list

bzr revid: fme@openerp.com-20111013134606-8n8i1djtg0dvcar6

12 years ago[FIX] when performing name_get on m2o fields being written to BufferedDataSet, ignore...
Xavier Morel [Thu, 13 Oct 2011 12:58:58 +0000 (14:58 +0200)]
[FIX] when performing name_get on m2o fields being written to BufferedDataSet, ignore m2o fields with 'false' value as well as those not being written at all

bzr revid: xmo@openerp.com-20111013125858-pboz81w3s58lk2rl

12 years ago[FIX] incorrect BufferedDataSet behavior when reading an m2o field in cache coming...
Xavier Morel [Thu, 13 Oct 2011 12:49:12 +0000 (14:49 +0200)]
[FIX] incorrect BufferedDataSet behavior when reading an m2o field in cache coming from an edition (or creation), inconsistent with OpenERP m2o field read() contract

when read, m2o should really be pairs, or they're pain to display. Because Dataset.create and Dataset.write are async, perform name_get resolution during these and store the correct value in cache

bzr revid: xmo@openerp.com-20111013124912-wton5lidyvaezsj6

12 years ago[REV] xmo@openerp.com-20111013112755-krf9y5w232ol6r1e, it's broken, going to merge...
Xavier Morel [Thu, 13 Oct 2011 12:47:19 +0000 (14:47 +0200)]
[REV] xmo@openerp.com-20111013112755-krf9y5w232ol6r1e, it's broken, going to merge improved/fixed version

bzr revid: xmo@openerp.com-20111013124719-ekwfczj45bgkoeiy

12 years ago[FIX] excessive coherence between BufferedDataSet cache and to_write and to_create...
Xavier Morel [Thu, 13 Oct 2011 12:44:35 +0000 (14:44 +0200)]
[FIX] excessive coherence between BufferedDataSet cache and to_write and to_create queues                                                                                       ~/projects/tiny/web/current

cache should hold readable values (so pairs for m2o fields), whereas
to_create and to_write hold the data which will be processed into o2m
commands and sent over the wire to create, write and context-value
calls. As a result, to_create and to_write should only have atomic ids
for m2o fields.

Therefore, only use fixed m2o values to store in read cache.

bzr revid: xmo@openerp.com-20111013124435-vbjolacjnc9f6qz4

12 years ago[FIX] inconsistency between multiple m2o fields to name_get and single when sent...
Xavier Morel [Thu, 13 Oct 2011 12:42:27 +0000 (14:42 +0200)]
[FIX] inconsistency between multiple m2o fields to name_get and single when sent to $.when

bzr revid: xmo@openerp.com-20111013124227-at1nvix8yqtae8a9

12 years ago[fix] When we click a button in a m2o popup it closes the popup
niv-openerp [Thu, 13 Oct 2011 11:58:28 +0000 (13:58 +0200)]
[fix] When we click a button in a m2o popup it closes the popup

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

bzr revid: nicolas.vanhoren@openerp.com-20111013115828-ctbslk34qif4cfwt

12 years ago[FIX] BufferedDataSet to not break the m2o read contract of returning a name_get...
Xavier Morel [Thu, 13 Oct 2011 11:44:49 +0000 (13:44 +0200)]
[FIX] BufferedDataSet to not break the m2o read contract of returning a name_get format

 BufferedDataSet simply shoves stuff read() or create()d in its cache,
 but m2o is asymmetric: client writes a single id, but reads a pair of
 [id, name].

 Since create() and write() are async (by definition) it's the best
 place to check if the data being written contains any m2o field, and
 to fix those m2o values.

This, however, completely breaks o2m fields get_value(), and doesn't
even work correctly for create() calls.

Should probably not cache the same thing we put for creation or update
eh

bzr revid: xmo@openerp.com-20111013114449-rkhe95g1oi3gudab

12 years ago[FIX] BufferedDataSet to not break the m2o read contract of returning a name_get...
Xavier Morel [Thu, 13 Oct 2011 11:27:55 +0000 (13:27 +0200)]
[FIX] BufferedDataSet to not break the m2o read contract of returning a name_get format

BufferedDataSet simply shoves stuff read() or create()d in its cache,
but m2o is asymmetric: client writes a single id, but reads a pair of
[id, name].

Since create() and write() are async (by definition) it's the best
place to check if the data being written contains any m2o field, and
to fix those m2o values.

bzr revid: xmo@openerp.com-20111013112755-krf9y5w232ol6r1e

12 years ago[IMP] res.users,web_services: new authenticate() API method for testing credentials
Olivier Dony [Thu, 13 Oct 2011 10:47:50 +0000 (12:47 +0200)]
[IMP] res.users,web_services: new authenticate() API method for testing credentials

      Provides a way to login for a given environment, passing
      user agent environment parameters.
      Currently used to initialize the web.base.url config
      parameter based on the web host whenever the admin user
      logs in.

bzr revid: odo@openerp.com-20111013104750-y0natm9v3wapn10l

12 years ago[IMP] nivification of Notification Widget
Christophe Simonis [Thu, 13 Oct 2011 10:26:53 +0000 (12:26 +0200)]
[IMP] nivification of Notification Widget

bzr revid: chs@openerp.com-20111013102653-wox1v4o9mfplzt2b

12 years ago[REF/FIX] account: replaced 'journal_id' and 'period_id' fields on account.move.line...
Quentin (OpenERP) [Thu, 13 Oct 2011 09:43:47 +0000 (11:43 +0200)]
[REF/FIX] account: replaced 'journal_id' and 'period_id' fields on account.move.line object with fields.related

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

bzr revid: qdp-launchpad@openerp.com-20111013094347-ax0v8s5xbw5l0ye3

12 years ago[FIX] FormView.on_saved should resolve on a result, ideally the same as FormView...
Xavier Morel [Thu, 13 Oct 2011 08:51:00 +0000 (10:51 +0200)]
[FIX] FormView.on_saved should resolve on a result, ideally the same as FormView.on_created minus the 'created' key

bzr revid: xmo@openerp.com-20111013085100-xpl29e2f2jnqmt1v

12 years ago[fix] buttons do not use an evalutation context despite the fact the context on butto...
niv-openerp [Thu, 13 Oct 2011 09:38:14 +0000 (11:38 +0200)]
[fix] buttons do not use an evalutation context despite the fact the context on buttons can depend on it

bzr revid: nicolas.vanhoren@openerp.com-20111013093814-xalvnvp6vajslruo

12 years ago[fix] some inconsistencies in context in a view in hr_recruitment
niv-openerp [Thu, 13 Oct 2011 09:36:56 +0000 (11:36 +0200)]
[fix] some inconsistencies in context in a view in hr_recruitment

bzr revid: nicolas.vanhoren@openerp.com-20111013093656-f04vuvyl0wxihh86

12 years ago[FIX] fields.related: fix example in docstring
Quentin (OpenERP) [Thu, 13 Oct 2011 09:34:23 +0000 (11:34 +0200)]
[FIX] fields.related: fix example in docstring

bzr revid: qdp-launchpad@openerp.com-20111013093423-lynuxoan01327jv9

12 years ago[MERGE] lp:871689
Quentin (OpenERP) [Thu, 13 Oct 2011 08:17:20 +0000 (10:17 +0200)]
[MERGE] lp:871689

bzr revid: qdp-launchpad@openerp.com-20111013081720-bqpk0y0uwbkroyjs

12 years ago[FIX] do no load the menu until a session is active
Christophe Simonis [Thu, 13 Oct 2011 08:14:45 +0000 (10:14 +0200)]
[FIX] do no load the menu until a session is active
[IMP] make menu loading hookable

bzr revid: chs@openerp.com-20111013081445-1xzvodzrtxvacbzz

12 years ago[IMP] allow controller functions to return werkzeug.exceptions.HTTPException (i.e...
Christophe Simonis [Thu, 13 Oct 2011 08:13:51 +0000 (10:13 +0200)]
[IMP] allow controller functions to return werkzeug.exceptions.HTTPException (i.e. 404 errors)

bzr revid: chs@openerp.com-20111013081351-layprblm1dt140py

12 years ago[MERGE] lp:872253
Quentin (OpenERP) [Thu, 13 Oct 2011 08:01:17 +0000 (10:01 +0200)]
[MERGE] lp:872253

bzr revid: qdp-launchpad@openerp.com-20111013080117-k7x1t0b713fdji3b

12 years ago[MERGE] lp:872184
Quentin (OpenERP) [Thu, 13 Oct 2011 07:57:36 +0000 (09:57 +0200)]
[MERGE] lp:872184

bzr revid: qdp-launchpad@openerp.com-20111013075736-sfp10kh9dg0qva6a

12 years ago[MERGE] lp:872677
Quentin (OpenERP) [Thu, 13 Oct 2011 07:55:42 +0000 (09:55 +0200)]
[MERGE] lp:872677

bzr revid: qdp-launchpad@openerp.com-20111013075542-xhuiyqkmtoa4s7jo

12 years ago[MERGE] lp:872695 + added group_no_one on the filter button 'state' in the search...
Quentin (OpenERP) [Thu, 13 Oct 2011 07:53:16 +0000 (09:53 +0200)]
[MERGE] lp:872695 + added group_no_one on the filter button 'state' in the search view of account.analytic.account

bzr revid: qdp-launchpad@openerp.com-20111013075316-0e2fo8dem104wz8i

12 years ago[FIX] product: usability fix
Quentin (OpenERP) [Thu, 13 Oct 2011 07:10:04 +0000 (09:10 +0200)]
[FIX] product: usability fix

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

bzr revid: qdp-launchpad@openerp.com-20111013071004-9pm5ci3pac0kylna

12 years ago[MERGE] lp:872689
Quentin (OpenERP) [Thu, 13 Oct 2011 07:03:08 +0000 (09:03 +0200)]
[MERGE] lp:872689

bzr revid: qdp-launchpad@openerp.com-20111013070308-uxsc2ivi9cbceys5

12 years ago[MERGE] lp:867461
Quentin (OpenERP) [Thu, 13 Oct 2011 06:58:24 +0000 (08:58 +0200)]
[MERGE] lp:867461

bzr revid: qdp-launchpad@openerp.com-20111013065824-da8j6kec8mlcjcb8

12 years ago[IMP] account, financial.report object: added translate=True on 'name' field
Quentin (OpenERP) [Thu, 13 Oct 2011 06:56:11 +0000 (08:56 +0200)]
[IMP] account, financial.report object: added translate=True on 'name' field

bzr revid: qdp-launchpad@openerp.com-20111013065611-ibvbezd2hthzr3v9

12 years ago[MERGE] Merge with trunk upto revision no 1242.
Yogesh (OpenERP) [Thu, 13 Oct 2011 05:09:07 +0000 (10:39 +0530)]
[MERGE] Merge with trunk upto revision no 1242.

bzr revid: ysa@tinyerp.com-20111013050907-gp4mqxjnatf9591b

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 13 Oct 2011 04:46:33 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111013043834-6r8jr1hhlynt3ay0
bzr revid: launchpad_translations_on_behalf_of_openerp-20111013044633-ck3w2f7b9snnkx55

12 years ago[FIX] res.users: last login time should use UTC like all server-side timestamps
Olivier Dony [Wed, 12 Oct 2011 16:29:27 +0000 (18:29 +0200)]
[FIX] res.users: last login time should use UTC like all server-side timestamps

bzr revid: odo@openerp.com-20111012162927-iq83m08vuwj43syz

12 years ago[fix] rare problem in o2m
niv-openerp [Wed, 12 Oct 2011 16:13:22 +0000 (18:13 +0200)]
[fix] rare problem in o2m

bzr revid: nicolas.vanhoren@openerp.com-20111012161322-rnjei1os2xjb0qax

12 years ago[FIX] modules.graph: avoid crash when a module has been deleted from the filesystem
Olivier Dony [Wed, 12 Oct 2011 15:58:18 +0000 (17:58 +0200)]
[FIX] modules.graph: avoid crash when a module has been deleted from the filesystem

bzr revid: odo@openerp.com-20111012155818-u07arzkokf9zshr0

12 years ago[IMP] ir.config.parameter: move all default params together
Olivier Dony [Wed, 12 Oct 2011 15:57:07 +0000 (17:57 +0200)]
[IMP] ir.config.parameter: move all default params together

bzr revid: odo@openerp.com-20111012155707-fgb0pn8dj2l0ukiu

12 years ago[fix] problem in delivery orders, when trying to click on a button in the o2m
niv-openerp [Wed, 12 Oct 2011 15:57:04 +0000 (17:57 +0200)]
[fix] problem in delivery orders, when trying to click on a button in the o2m

bzr revid: nicolas.vanhoren@openerp.com-20111012155704-22dgojl8ag3av4sn

12 years ago[IMP] make Registry.get_any faster
Xavier Morel [Wed, 12 Oct 2011 13:12:55 +0000 (15:12 +0200)]
[IMP] make Registry.get_any faster

throwing exceptions seems quite slow in Safari, and generates a significant performance hit in dashboards

bzr revid: xmo@openerp.com-20111012131255-2cayqxedjpdtj432

12 years ago[fix] rollbacked previous fix regarding save of o2m when doing a get_value
niv-openerp [Wed, 12 Oct 2011 15:35:18 +0000 (17:35 +0200)]
[fix] rollbacked previous fix regarding save of o2m when doing a get_value

bzr revid: nicolas.vanhoren@openerp.com-20111012153518-gt8uyhagjzi8qc72

12 years ago[imp] modified form view to really have on_changes that can not execute concurently
niv-openerp [Wed, 12 Oct 2011 15:08:30 +0000 (17:08 +0200)]
[imp] modified form view to really have on_changes that can not execute concurently

bzr revid: nicolas.vanhoren@openerp.com-20111012150830-7eupfrzfeh2wh9j6

12 years ago[IMP] account: added 'note' field on account.fiscal.position.template object
Quentin (OpenERP) [Wed, 12 Oct 2011 14:52:13 +0000 (16:52 +0200)]
[IMP] account: added 'note' field on account.fiscal.position.template object

bzr revid: qdp-launchpad@openerp.com-20111012145213-cvsfk3zb141fs766

12 years ago[imp] lot of concurrency improvements for form view
niv-openerp [Wed, 12 Oct 2011 14:10:07 +0000 (16:10 +0200)]
[imp] lot of concurrency improvements for form view

bzr revid: nicolas.vanhoren@openerp.com-20111012141007-87w0fgemvqv2ul15

12 years agofix
Yogesh (OpenERP) [Wed, 12 Oct 2011 13:12:53 +0000 (18:42 +0530)]
fix

bzr revid: ysa@tinyerp.com-20111012131253-hjm2i9pew98el3lo

12 years ago[fix] fixed rare problem in the o2m when we try to get its value before it has finish...
niv-openerp [Wed, 12 Oct 2011 12:49:23 +0000 (14:49 +0200)]
[fix] fixed rare problem in the o2m when we try to get its value before it has finished refreshing

bzr revid: nicolas.vanhoren@openerp.com-20111012124923-zka6mskg56iha5wc

12 years ago[MERGE] Allow overwrite of default dbname and login from querystring
Fabien Meghazi [Wed, 12 Oct 2011 14:01:14 +0000 (16:01 +0200)]
[MERGE] Allow overwrite of default dbname and login from querystring

bzr revid: fme@openerp.com-20111012140114-z4zibt4fdcpc6awr

12 years ago[MERGE] Change the way the sections and items are added to the sidebar
Fabien Meghazi [Wed, 12 Oct 2011 13:57:35 +0000 (15:57 +0200)]
[MERGE] Change the way the sections and items are added to the sidebar

bzr revid: fme@openerp.com-20111012135735-6o905df1db7tmybh

12 years ago[MERGE] Implement xpath expression.
Yogesh (OpenERP) [Wed, 12 Oct 2011 12:44:09 +0000 (18:14 +0530)]
[MERGE] Implement xpath expression.

bzr revid: ysa@tinyerp.com-20111012124409-5uzfflvzmbee13eu

12 years ago[MERGE] Implement xpath expression for rendering tree view. Merge Branch :- lp:~opene...
Yogesh (OpenERP) [Wed, 12 Oct 2011 12:40:52 +0000 (18:10 +0530)]
[MERGE] Implement xpath expression for rendering tree view. Merge Branch :- lp:~openerp-dev/openerp-web/trunk-vieweditor-all_xpath-vme

bzr revid: ysa@tinyerp.com-20111012124052-1b35lcoivl2oe1xc

12 years ago[FIX] hum hum
Christophe Simonis [Wed, 12 Oct 2011 12:26:22 +0000 (14:26 +0200)]
[FIX] hum hum

bzr revid: chs@openerp.com-20111012122622-dcuhelpcgv119s6g

12 years ago[IMP]if-else replace with switch case
Vidhin Mehta (OpenERP) [Wed, 12 Oct 2011 12:25:30 +0000 (17:55 +0530)]
[IMP]if-else replace with switch case

bzr revid: vme@tinyerp.com-20111012122530-prscg6end1y00sh8

12 years ago[ADD] display of selection fields in format_value
Xavier Morel [Wed, 12 Oct 2011 12:09:38 +0000 (14:09 +0200)]
[ADD] display of selection fields in format_value

bzr revid: xmo@openerp.com-20111012120938-9lpxm6mf8jbde6oj

12 years ago[FIX] translation of attachment and calendar sidebar sections
Christophe Simonis [Wed, 12 Oct 2011 11:57:44 +0000 (13:57 +0200)]
[FIX] translation of attachment and calendar sidebar sections

bzr revid: chs@openerp.com-20111012115744-sv7kvwqbt2p5vdio

12 years ago[IMP] // with any level supported.
Vidhin Mehta (OpenERP) [Wed, 12 Oct 2011 11:37:46 +0000 (17:07 +0530)]
[IMP] // with any level supported.

bzr revid: vme@tinyerp.com-20111012113746-9ozx06oet5l3hudx

12 years ago[MERGE] merge with main view editor branch.
Vidhin Mehta (OpenERP) [Wed, 12 Oct 2011 10:42:25 +0000 (16:12 +0530)]
[MERGE] merge with main view editor branch.

bzr revid: vme@tinyerp.com-20111012104225-yqx4xb5r0d0u3gzn

12 years ago[fix]removed other file's changes.
Vidhin Mehta (OpenERP) [Wed, 12 Oct 2011 10:36:08 +0000 (16:06 +0530)]
[fix]removed other file's changes.

bzr revid: vme@tinyerp.com-20111012103608-y20172v3uhcmcrs2

12 years ago[IMP]optimize code and fix product inherited view.
Vidhin Mehta (OpenERP) [Wed, 12 Oct 2011 10:28:01 +0000 (15:58 +0530)]
[IMP]optimize code and fix product inherited view.

bzr revid: vme@tinyerp.com-20111012102801-i7v1aqux18gh56a3

12 years ago[IMP] _t() sidebar
Christophe Simonis [Wed, 12 Oct 2011 10:18:02 +0000 (12:18 +0200)]
[IMP] _t() sidebar

bzr revid: chs@openerp.com-20111012101802-fdrjaj80x03hx7xz

12 years ago[FIX] explicitly provide the code of sidebar sections
Christophe Simonis [Wed, 12 Oct 2011 09:54:26 +0000 (11:54 +0200)]
[FIX] explicitly provide the code of sidebar sections

bzr revid: chs@openerp.com-20111012095426-qb3see19uic61jr1

12 years ago[IMP] mrp_repair:change state name To Repair to confirmed
Atik Agewan (OpenERP) [Wed, 12 Oct 2011 09:42:40 +0000 (15:12 +0530)]
[IMP] mrp_repair:change state name  To Repair to confirmed

bzr revid: aag@tinyerp.com-20111012094240-pr4yenhrkqm5o738

12 years ago[IMP] mrp_repair:change state name Confirmed to Repair ==> To Repair
Atik Agewan (OpenERP) [Wed, 12 Oct 2011 09:32:38 +0000 (15:02 +0530)]
[IMP] mrp_repair:change state name Confirmed to Repair ==> To Repair

bzr revid: aag@tinyerp.com-20111012093238-2u82cugba2fd3336

12 years ago[FIX]:Group By state in analytic accounts
Kirti Savalia (OpenERP) [Wed, 12 Oct 2011 08:49:01 +0000 (14:19 +0530)]
[FIX]:Group By state in analytic accounts

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

bzr revid: ksa@tinyerp.com-20111012084901-9ym5207s34wogit7

12 years ago[FIX]:pass the missing context in product_id_change method
Kirti Savalia (OpenERP) [Wed, 12 Oct 2011 07:34:12 +0000 (13:04 +0530)]
[FIX]:pass the missing context in product_id_change method

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

bzr revid: ksa@tinyerp.com-20111012073412-h7k3tr07bcy2vpup

12 years ago[FIX] account : in bank statement form when i tried to import invoice from button...
Mustufa Rangwala [Wed, 12 Oct 2011 06:38:00 +0000 (12:08 +0530)]
[FIX] account : in bank statement form when i tried to import invoice from button import invoices

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

bzr revid: bde@tinyerp.com-20111012063800-p72utna4b9olsbeu

12 years ago[Fix] Purchase:In Purchases/Reporting/Purchase Analysis search view Category,Referenc...
Atik Agewan (OpenERP) [Wed, 12 Oct 2011 06:04:26 +0000 (11:34 +0530)]
[Fix] Purchase:In Purchases/Reporting/Purchase Analysis search view Category,Reference UOM Buttons Icons are changed

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

bzr revid: aag@tinyerp.com-20111012060426-czoq7wdwbsppjkzh

12 years ago[MERGE] Merge with trunk upto revision no 1218.
Yogesh (OpenERP) [Wed, 12 Oct 2011 05:09:18 +0000 (10:39 +0530)]
[MERGE] Merge with trunk upto revision no 1218.

bzr revid: ysa@tinyerp.com-20111012050918-c83f2y42ocshk6e6

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044022-dt1ks2gwog40djxc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044412-fk2rlfsfnmhkvaq1

12 years ago[IMP] merged application tile with default home
Antony Lesuisse [Tue, 11 Oct 2011 23:36:27 +0000 (01:36 +0200)]
[IMP] merged application tile with default home

bzr revid: al@openerp.com-20111011233627-6nxfbs64lwzszh7t

12 years ago[IMP] default dashboard home for everybody
Antony Lesuisse [Tue, 11 Oct 2011 22:19:16 +0000 (00:19 +0200)]
[IMP] default dashboard home for everybody

bzr revid: al@openerp.com-20111011221916-df9zxa1e7fvw3xiz

12 years ago[IMP] board module and hr dashboard cleanups
Antony Lesuisse [Tue, 11 Oct 2011 21:20:17 +0000 (23:20 +0200)]
[IMP] board module and hr dashboard cleanups
split board.board object (almost unsed) xml's from actual board definitions
board module defines 2 boards: the admin one, the homepage
clean hr board definitions
remove hr menuitems from administration menu
remove useless menuitem definitions

bzr revid: al@openerp.com-20111011212017-qd3d2xp9mfneagqq

12 years ago[IMP] openerplib exception handling step1
Antony Lesuisse [Tue, 11 Oct 2011 21:07:42 +0000 (23:07 +0200)]
[IMP] openerplib exception handling step1
We define the 4 standard openerp exceptions introduced in the new xmlrpc/1 and
jsonrpc/1 api. But we dont raise them yet, instead we update the local
connector to emulate the current xmlrpc faults.

bzr revid: al@openerp.com-20111011210742-i5zdn7kldg74kx2b

12 years ago[FIX] Model.import_data docstring: cleanup + clear RST warnings for autodoc
Olivier Dony [Tue, 11 Oct 2011 17:11:48 +0000 (19:11 +0200)]
[FIX] Model.import_data docstring: cleanup + clear RST warnings for autodoc

The pipe character is taken as an inline substitution
marker, and is easy to avoid in most cases except within
literal blocks.

bzr revid: odo@openerp.com-20111011171148-rluwokcsx7i38i6e

12 years ago[FIX] expression: proper handling of empty string in m2o domain criterions
Olivier Dony [Tue, 11 Oct 2011 16:34:35 +0000 (18:34 +0200)]
[FIX] expression: proper handling of empty string in m2o domain criterions

Also fixed incorrect name_search() implementations in
res.partner and res.currency, and added corresponding
tests.

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

bzr revid: odo@openerp.com-20111011163435-szj9vm6x9x8nryn8

12 years ago[REM] removed lp auto-committed PO junk
Olivier Dony [Tue, 11 Oct 2011 16:27:35 +0000 (18:27 +0200)]
[REM] removed lp auto-committed PO junk

bzr revid: odo@openerp.com-20111011162735-eor1vnl30dwbdi1h

12 years ago[IMP] Dashboard: use parent's do_action
Fabien Meghazi [Tue, 11 Oct 2011 15:59:50 +0000 (17:59 +0200)]
[IMP] Dashboard: use parent's do_action

bzr revid: fme@openerp.com-20111011155950-z620hv2zxtccm501

12 years ago[FIX] webrpc double load jquery
Antony Lesuisse [Tue, 11 Oct 2011 15:47:00 +0000 (17:47 +0200)]
[FIX] webrpc double load jquery

bzr revid: al@openerp.com-20111011154700-2mnim3luoersk1c3

12 years ago[fix] problem with form view, does not prevent multiple creates/saves
niv-openerp [Tue, 11 Oct 2011 15:35:35 +0000 (17:35 +0200)]
[fix] problem with form view, does not prevent multiple creates/saves

bzr revid: nicolas.vanhoren@openerp.com-20111011153535-ojo8qqpzlg3ap9fy

12 years ago[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful...
Olivier Dony [Tue, 11 Oct 2011 14:49:27 +0000 (16:49 +0200)]
[MERGE] new ORM method for converting o2m commands sequences to record dicts, useful for addons (by Xavier Morel)

bzr revid: odo@openerp.com-20111011144927-mch6uy11z347fcku

12 years ago[FIX] account_voucher: amount currency in voucher entries
Quentin (OpenERP) [Tue, 11 Oct 2011 14:47:44 +0000 (16:47 +0200)]
[FIX] account_voucher: amount currency in voucher entries

bzr revid: qdp-launchpad@openerp.com-20111011144744-pqf9tth1p1osh8wt

12 years ago[FIX] default database of pos to work on runbot
Antony Lesuisse [Wed, 12 Oct 2011 12:04:16 +0000 (14:04 +0200)]
[FIX] default database of pos to work on runbot

bzr revid: al@openerp.com-20111012120416-73of3xsubvnopyng

12 years ago[IMP] Added condition for menu reloading
Fabien Meghazi [Wed, 12 Oct 2011 11:43:31 +0000 (13:43 +0200)]
[IMP] Added condition for menu reloading

bzr revid: fme@openerp.com-20111012114331-7h9hask2nvy0m93d

12 years ago[FIX} incorrect condition for not going into colors management on tree views
Xavier Morel [Wed, 12 Oct 2011 11:14:29 +0000 (13:14 +0200)]
[FIX} incorrect condition for not going into colors management on tree views

bzr revid: xmo@openerp.com-20111012111429-duldg0ko9wuq2zje

12 years ago[fix] problem with osv defining the "id" field, it must always be readonly
niv-openerp [Wed, 12 Oct 2011 11:11:42 +0000 (13:11 +0200)]
[fix] problem with osv defining the "id" field, it must always be readonly

bzr revid: nicolas.vanhoren@openerp.com-20111012111142-2ejg2u85364al7jy

12 years ago[IMP] Reload menu after installation wizardsi
Fabien Meghazi [Wed, 12 Oct 2011 11:09:28 +0000 (13:09 +0200)]
[IMP] Reload menu after installation wizardsi

Hardcoded check for action.context.active_model === 'base.module.upgrade' in ir_actions_act_window_close.
If you have a better solution, do not hesitate to propose it

bzr revid: fme@openerp.com-20111012110928-kcjstqt28sh7nhky

12 years ago[IMP] simplify finding out if a category is installed
Xavier Morel [Wed, 12 Oct 2011 09:28:51 +0000 (11:28 +0200)]
[IMP] simplify finding out if a category is installed

bzr revid: xmo@openerp.com-20111012092851-ce1klfj272bscn89

12 years ago[IMP] Improved dashboard styling
Fabien Meghazi [Wed, 12 Oct 2011 10:15:04 +0000 (12:15 +0200)]
[IMP] Improved dashboard styling

bzr revid: fme@openerp.com-20111012101504-6xv34uolwizdb7t6

12 years ago[fix] removed useless key record_id in many menu items in accounting, was useless...
niv-openerp [Wed, 12 Oct 2011 09:38:00 +0000 (11:38 +0200)]
[fix] removed useless key record_id in many menu items in accounting, was useless and made web client crash

bzr revid: nicolas.vanhoren@openerp.com-20111012093800-jhspdvekym3czv19

12 years ago[IMP] Homepage: use manual menu triggering for application tiles
Fabien Meghazi [Wed, 12 Oct 2011 09:31:53 +0000 (11:31 +0200)]
[IMP] Homepage: use manual menu triggering for application tiles

bzr revid: fme@openerp.com-20111012093153-50sh65dvhw3cds8k

12 years ago[FIX] Menus, manual triggering of menus does not work when folded
Fabien Meghazi [Wed, 12 Oct 2011 09:30:31 +0000 (11:30 +0200)]
[FIX] Menus, manual triggering of menus does not work when folded

bzr revid: fme@openerp.com-20111012093031-3htkczhktnascdcg

12 years ago[FIX] widgets not being correctly fetched: widget ids are integers, HTTP GET provides...
Xavier Morel [Wed, 12 Oct 2011 09:03:35 +0000 (11:03 +0200)]
[FIX] widgets not being correctly fetched: widget ids are integers, HTTP GET provides strings, need to convert

bzr revid: xmo@openerp.com-20111012090335-f2ljdgmhmz7pyurg

12 years ago[FIX] don't hide errors under the carpet
Xavier Morel [Wed, 12 Oct 2011 09:00:38 +0000 (11:00 +0200)]
[FIX] don't hide errors under the carpet

bzr revid: xmo@openerp.com-20111012090038-o52egjn334s53a1s

12 years ago[fix] occasional problem when a form try to validate a o2m before it finished updating
niv-openerp [Wed, 12 Oct 2011 09:11:47 +0000 (11:11 +0200)]
[fix] occasional problem when a form try to validate a o2m before it finished updating

bzr revid: nicolas.vanhoren@openerp.com-20111012091147-k9nm1yzftm2oalo1

12 years ago[FIX] orm.copy(): corrected return value in docstring.
Vo Minh Thu [Wed, 12 Oct 2011 09:03:57 +0000 (11:03 +0200)]
[FIX] orm.copy(): corrected return value in docstring.

bzr revid: vmt@openerp.com-20111012090357-2lt8md5s37qp2vm1