odoo/odoo.git
13 years ago[FIX] broken spacing between table cells of some search view content
Xavier Morel [Fri, 24 Jun 2011 14:13:02 +0000 (16:13 +0200)]
[FIX] broken spacing between table cells of some search view content

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

bzr revid: xmo@openerp.com-20110624141302-gk6t7dp66mui3cee

13 years ago[FIX] add property length on FilterGroup so SearchView.field knows that it has sub...
Xavier Morel [Fri, 24 Jun 2011 14:05:08 +0000 (16:05 +0200)]
[FIX] add property length on FilterGroup so SearchView.field knows that it has sub-filters and can display them

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

bzr revid: xmo@openerp.com-20110624140508-9yhxwhd9myhisso1

13 years ago[FIX] fields: pass around the context in the create case of the many2many (thankks...
Vo Minh Thu [Fri, 24 Jun 2011 14:01:03 +0000 (16:01 +0200)]
[FIX] fields: pass around the context in the create case of the many2many (thankks to rco).

bzr revid: vmt@openerp.com-20110624140103-z7t3c029mc4uq5wu

13 years ago[MERGE] feature branch with improvements for sharing resources
Olivier Dony [Fri, 24 Jun 2011 13:35:29 +0000 (15:35 +0200)]
[MERGE] feature branch with improvements for sharing resources

Contains a few fixes for ir.rule management, tools for combining
domains, related tests, and a few minor fixes.

bzr revid: odo@openerp.com-20110624133529-z4y01gy2fm0x0oj1

13 years ago[MERGE] sync with trunk
Olivier Dony [Fri, 24 Jun 2011 13:34:57 +0000 (15:34 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20110624133457-hu2yihcq1t6in6u0

13 years ago[IMP] lint cleanup
Olivier Dony [Fri, 24 Jun 2011 13:33:35 +0000 (15:33 +0200)]
[IMP] lint cleanup

bzr revid: odo@openerp.com-20110624133335-jf5kg6dh9kgxw2dg

13 years ago[FIX] corrected a test giving warning from the previous merge.
Vo Minh Thu [Fri, 24 Jun 2011 13:32:16 +0000 (15:32 +0200)]
[FIX] corrected a test giving warning from the previous merge.

bzr revid: vmt@openerp.com-20110624133216-9mxlte0jydnz74sb

13 years ago[MERGE] sync with trunk
Olivier Dony [Fri, 24 Jun 2011 10:26:31 +0000 (12:26 +0200)]
[MERGE] sync with trunk

bzr revid: odo@openerp.com-20110624102631-kiy8j2d1fc7heeco

13 years ago[FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task
Olivier Dony [Fri, 24 Jun 2011 10:24:19 +0000 (12:24 +0200)]
[FIX] base_action_rule: dumb patch to avoid repeated calls to related cron task

base.action.rule uses a trick to piggyback on the
first execution of ir.cron's poolJobs() to register
its ORM hooks. It was currently doing that every
single time poolJobs() was called, leading to
incessant querying the ORM objects for which a
base action rule exist.
Now it will do it only once, and then respect the
scheduled executions.
Soon this mechanism will be removed and replaced
by a proper event handler for some 'ORM finished init'
event, to be fired by the server.

bzr revid: odo@openerp.com-20110624102419-safqqq1hcc5v1tau

13 years ago[MERGE] res_lang: set the default lang for both partner and user, not just partner.
Vo Minh Thu [Fri, 24 Jun 2011 08:56:49 +0000 (10:56 +0200)]
[MERGE] res_lang: set the default lang for both partner and user, not just partner.

bzr revid: vmt@openerp.com-20110624085649-m52b2f62xfublvhx

13 years ago[MERGE] expression: all child_of cases can accept the same right operand.
Vo Minh Thu [Fri, 24 Jun 2011 08:43:11 +0000 (10:43 +0200)]
[MERGE] expression: all child_of cases can accept the same right operand.

bzr revid: vmt@openerp.com-20110624084311-q8581bjo3p6qji9e

13 years ago[MERGE] ir_ui_view: shortcut names are the (translated) ressource names they point to.
Vo Minh Thu [Fri, 24 Jun 2011 07:39:45 +0000 (09:39 +0200)]
[MERGE] ir_ui_view: shortcut names are the (translated) ressource names they point to.
- This revert revno 3391.2.1 (revision-id: nch@tinyerp.com-20110420054947-t02qg7sm8g5vzcuf).

bzr revid: vmt@openerp.com-20110624073945-omxdfg9pnnzz18y2

13 years ago[FIX]:shortcuts are reverted back to their original state i.e translatable becuase...
Naresh (OpenERP) [Fri, 24 Jun 2011 05:40:56 +0000 (11:10 +0530)]
[FIX]:shortcuts are reverted back to their original state i.e translatable becuase we removed  editing of the shortcuts from the client

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

bzr revid: nch@tinyerp.com-20110624054056-xbf6wdvblgoam652

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 24 Jun 2011 05:00:11 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110623045640-fkofiyjqqzf6hj6m
bzr revid: launchpad_translations_on_behalf_of_openerp-20110624050011-am2yj6hmjdkpvdi2

13 years ago[imp] added save to o2m
niv-openerp [Thu, 23 Jun 2011 17:27:37 +0000 (19:27 +0200)]
[imp] added save to o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623172737-koryk7a8ecoobtt7

13 years ago[imp] put correct behavior in creation popup
niv-openerp [Thu, 23 Jun 2011 17:07:34 +0000 (19:07 +0200)]
[imp] put correct behavior in creation popup

bzr revid: nicolas.vanhoren@openerp.com-20110623170734-o7fab8axwupy6dwg

13 years ago[imp] refactored one2many dataset & created read only search dataset & used it in...
niv-openerp [Thu, 23 Jun 2011 16:57:17 +0000 (18:57 +0200)]
[imp] refactored one2many dataset & created read only search dataset & used it in the select create popup

bzr revid: nicolas.vanhoren@openerp.com-20110623165717-di9r0i463tm4wm7a

13 years ago[fix] bugs during write and unlink
niv-openerp [Thu, 23 Jun 2011 15:58:07 +0000 (17:58 +0200)]
[fix] bugs during write and unlink

bzr revid: nicolas.vanhoren@openerp.com-20110623155807-5pajem0tq8f4fu56

13 years ago[FIX] Date widgets does not correctly validate
Fabien Meghazi [Thu, 23 Jun 2011 17:20:50 +0000 (19:20 +0200)]
[FIX] Date widgets does not correctly validate

bzr revid: fme@openerp.com-20110623172050-deldzkj98hcuhjjs

13 years ago[fix] lot of bugs in o2m
niv-openerp [Thu, 23 Jun 2011 16:00:08 +0000 (18:00 +0200)]
[fix] lot of bugs in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623160008-9yt66d4ll48s9ftm

13 years ago[imp] removed useless method in main.py
niv-openerp [Thu, 23 Jun 2011 15:59:46 +0000 (17:59 +0200)]
[imp] removed useless method in main.py

bzr revid: nicolas.vanhoren@openerp.com-20110623155946-mj3lca6u617exxsn

13 years ago[fix] bugs during write and unlink
niv-openerp [Thu, 23 Jun 2011 15:58:07 +0000 (17:58 +0200)]
[fix] bugs during write and unlink

bzr revid: nicolas.vanhoren@openerp.com-20110623155807-xob4uhcgm3qxeao2

13 years ago[IMP] Improved form
Fabien Meghazi [Thu, 23 Jun 2011 15:55:09 +0000 (17:55 +0200)]
[IMP] Improved form

bzr revid: fme@openerp.com-20110623155509-00vf7x2bwu1bqpx9

13 years ago[FIX] Dataset's index default value should be null
Fabien Meghazi [Thu, 23 Jun 2011 15:52:18 +0000 (17:52 +0200)]
[FIX] Dataset's index default value should be null

bzr revid: fme@openerp.com-20110623155218-205t5nb0etjdgfc4

13 years ago[FIX] netsvc: revert introduction of cgitb
Vo Minh Thu [Thu, 23 Jun 2011 14:36:51 +0000 (16:36 +0200)]
[FIX] netsvc: revert introduction of cgitb
(was done at revno 3452, revision-id vmt@openerp.com-20110609073416-ml22a1vhtizl3z71)

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

bzr revid: vmt@openerp.com-20110623143651-v1x7obfnj48khsdj

13 years ago[fix] small bug in o2m
niv-openerp [Thu, 23 Jun 2011 14:12:01 +0000 (16:12 +0200)]
[fix] small bug in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623122239-1rxrj2qt8zqx2bc1
bzr revid: nicolas.vanhoren@openerp.com-20110623124051-havyvxpyh43jlyen
bzr revid: nicolas.vanhoren@openerp.com-20110623125749-51tsd5ue8dxgtwck
bzr revid: nicolas.vanhoren@openerp.com-20110623141201-owd5gcomf6rdhyzq

13 years ago[FIX] res_lang: set the default lang for both partner and user, not just partner.
Vo Minh Thu [Thu, 23 Jun 2011 14:10:03 +0000 (16:10 +0200)]
[FIX] res_lang: set the default lang for both partner and user, not just partner.

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

bzr revid: vmt@openerp.com-20110623141003-ysj8dmm93714nipb

13 years ago[fix] problem with ids not added to read_ids in o2m dataset
niv-openerp [Thu, 23 Jun 2011 13:51:24 +0000 (15:51 +0200)]
[fix] problem with ids not added to read_ids in o2m dataset

bzr revid: nicolas.vanhoren@openerp.com-20110623135124-8yvk56l18j9f6mwk

13 years ago[fix] problem in get_value of m2o
niv-openerp [Thu, 23 Jun 2011 12:57:25 +0000 (14:57 +0200)]
[fix] problem in get_value of m2o

bzr revid: nicolas.vanhoren@openerp.com-20110623125725-lzt263x8c7t0obmk

13 years ago[imp] made m2o compatible with set_value(int)
niv-openerp [Thu, 23 Jun 2011 12:40:16 +0000 (14:40 +0200)]
[imp] made m2o compatible with set_value(int)

bzr revid: nicolas.vanhoren@openerp.com-20110623124016-5vhg59oodplvj5ig

13 years ago[fix] added setTimeout to all methods of o2m dataset to avoid lot of potential bugs...
niv-openerp [Thu, 23 Jun 2011 12:21:10 +0000 (14:21 +0200)]
[fix] added setTimeout to all methods of o2m dataset to avoid lot of potential bugs in the views

bzr revid: nicolas.vanhoren@openerp.com-20110623122110-4cst4fm1dzup5z69

13 years ago[fix] lot of fixes in o2m
niv-openerp [Thu, 23 Jun 2011 10:42:22 +0000 (12:42 +0200)]
[fix] lot of fixes in o2m

bzr revid: nicolas.vanhoren@openerp.com-20110623104222-5lqe0o4xih4xwvxj

13 years ago[FIX] Form view does not send back untouched fields with default value when saving...
Fabien Meghazi [Wed, 22 Jun 2011 15:59:43 +0000 (17:59 +0200)]
[FIX] Form view does not send back untouched fields with default value when saving record

bzr revid: fme@openerp.com-20110622155943-ex7p9a97fkhdaxio

13 years ago[imp] corrected some behavior about suppressions in datasets
niv-openerp [Wed, 22 Jun 2011 15:08:38 +0000 (17:08 +0200)]
[imp] corrected some behavior about suppressions in datasets

bzr revid: nicolas.vanhoren@openerp.com-20110622150838-6ju63f7k0njkocru

13 years ago[IMP] Improved CrashManager
Fabien Meghazi [Wed, 22 Jun 2011 14:57:57 +0000 (16:57 +0200)]
[IMP] Improved CrashManager

bzr revid: fme@openerp.com-20110622145757-52ffxs6cj8m0jpnb

13 years ago[imp] avoid to reload the list view 2 times in many2many
niv-openerp [Wed, 22 Jun 2011 14:53:54 +0000 (16:53 +0200)]
[imp] avoid to reload the list view 2 times in many2many

bzr revid: nicolas.vanhoren@openerp.com-20110622145354-ihabdaecz0rwq970

13 years ago[merge]
niv-openerp [Wed, 22 Jun 2011 14:51:53 +0000 (16:51 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110622145153-1j0ntku8qndpij1o

13 years ago[imp] added unlink to dataset and list_view (currently just reloads the whole list)
niv-openerp [Wed, 22 Jun 2011 14:49:16 +0000 (16:49 +0200)]
[imp] added unlink to dataset and list_view (currently just reloads the whole list)

bzr revid: nicolas.vanhoren@openerp.com-20110622144916-cst2ad1s0gtchlxi

13 years ago[IMP] QWeb2 t-js now handles more than one child
Fabien Meghazi [Wed, 22 Jun 2011 14:38:05 +0000 (16:38 +0200)]
[IMP] QWeb2 t-js now handles more than one child

bzr revid: fme@openerp.com-20110622143805-qryluomj7w4l3s5m

13 years ago[imp] added most methods of one2many dataset (but not tested)
niv-openerp [Wed, 22 Jun 2011 14:01:49 +0000 (16:01 +0200)]
[imp] added most methods of one2many dataset (but not tested)

bzr revid: nicolas.vanhoren@openerp.com-20110622140149-287ofpshcqmxq1wl

13 years ago[MERGE] ir_model_data unlinking does not use _unlink anymore, clears caches.
Vo Minh Thu [Wed, 22 Jun 2011 13:53:44 +0000 (15:53 +0200)]
[MERGE] ir_model_data unlinking does not use _unlink anymore, clears caches.

bzr revid: vmt@openerp.com-20110622135344-i4u23z22binbq8h1

13 years ago[IMP] In ViewManager, do not instanciate search view when action.search_view == false
Fabien Meghazi [Wed, 22 Jun 2011 13:43:20 +0000 (15:43 +0200)]
[IMP] In ViewManager, do not instanciate search view when action.search_view == false

bzr revid: fme@openerp.com-20110622134320-ejkh13tbyhsd7wce

13 years ago[IMP] Improved fields focus
Fabien Meghazi [Wed, 22 Jun 2011 12:25:42 +0000 (14:25 +0200)]
[IMP] Improved fields focus

bzr revid: fme@openerp.com-20110622122542-ji3zt1fy9hc3qwgk

13 years ago[merge]
niv-openerp [Wed, 22 Jun 2011 11:21:53 +0000 (13:21 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110622112153-k8emodrwrusc60sn

13 years ago[imp] added first code for cached read_ids
niv-openerp [Wed, 22 Jun 2011 11:21:23 +0000 (13:21 +0200)]
[imp] added first code for cached read_ids

bzr revid: nicolas.vanhoren@openerp.com-20110622112123-rq2917e1i8he2hfz

13 years ago[ADD] Added openerp.base.json_node_to_xml for debugging purpose (might be usefull...
Fabien Meghazi [Wed, 22 Jun 2011 11:11:29 +0000 (13:11 +0200)]
[ADD] Added openerp.base.json_node_to_xml for debugging purpose (might be usefull for xml view editor)

bzr revid: fme@openerp.com-20110622111129-qn5r1v7da6exfkfd

13 years ago[FIX] When using return on an action button, triggers both click and keyup, so we...
Xavier Morel [Wed, 22 Jun 2011 11:09:46 +0000 (13:09 +0200)]
[FIX] When using return on an action button, triggers both click and keyup, so we have to disable keyup as well on buttons in editable list, or it gets forwarded to the list itself (and executes action + double saves)

bzr revid: xmo@openerp.com-20110622110946-zcofe237nkglu8w1

13 years ago[FIX] QWeb2 did not escaped quotes in attributes
Fabien Meghazi [Wed, 22 Jun 2011 10:06:15 +0000 (12:06 +0200)]
[FIX] QWeb2 did not escaped quotes in attributes

bzr revid: fme@openerp.com-20110622100615-v93dcg2hshtvdc98

13 years ago[FIX] When using return on an action button, triggers both click and keyup, so we...
Xavier Morel [Tue, 21 Jun 2011 15:57:05 +0000 (17:57 +0200)]
[FIX] When using return on an action button, triggers both click and keyup, so we have to disable keyup as well on buttons in editable list, or it gets forwarded to the list itself (and executes action + double saves)

bzr revid: xmo@openerp.com-20110621155705-d4dqdaxy2slpdvh9

13 years ago[FIX] account: residual amount need to be recomputed on change of move_id
Luc De Meyer [Tue, 21 Jun 2011 14:39:09 +0000 (16:39 +0200)]
[FIX] account: residual amount need to be recomputed on change of move_id

bzr revid: qdp-launchpad@openerp.com-20110621143909-na6ouvjvey3nacir

13 years ago[FIX] Fixed active_is in context for dialog actions
Fabien Meghazi [Tue, 21 Jun 2011 14:38:04 +0000 (16:38 +0200)]
[FIX] Fixed active_is in context for dialog actions

bzr revid: fme@openerp.com-20110621143804-b51tp8n0a393oixi

13 years ago[imp] small css improvement
niv-openerp [Tue, 21 Jun 2011 14:14:19 +0000 (16:14 +0200)]
[imp] small css improvement

bzr revid: nicolas.vanhoren@openerp.com-20110621141419-8hdegu5ob3uh1w3y

13 years ago[imp] small improvement to advanced filters
niv-openerp [Tue, 21 Jun 2011 14:11:07 +0000 (16:11 +0200)]
[imp] small improvement to advanced filters

bzr revid: nicolas.vanhoren@openerp.com-20110621141107-m7xcywalskoujsq0

13 years ago[imp] small improvement to advanced filters
niv-openerp [Tue, 21 Jun 2011 14:04:23 +0000 (16:04 +0200)]
[imp] small improvement to advanced filters

bzr revid: nicolas.vanhoren@openerp.com-20110621140423-efbxmrjuwlu8piy1

13 years ago[imp] small improvements to advanced filters
niv-openerp [Tue, 21 Jun 2011 13:05:01 +0000 (15:05 +0200)]
[imp] small improvements to advanced filters

bzr revid: nicolas.vanhoren@openerp.com-20110621130501-0f1rkr25vv86v8gq

13 years ago[imp] small improvements to advanced filters
niv-openerp [Tue, 21 Jun 2011 12:53:17 +0000 (14:53 +0200)]
[imp] small improvements to advanced filters

bzr revid: nicolas.vanhoren@openerp.com-20110621125317-0s7cfk7q8jkflmne

13 years ago[FIX] account: opening entries didn't bring forward the amount in currency when closi...
Quentin (OpenERP) [Tue, 21 Jun 2011 12:52:48 +0000 (14:52 +0200)]
[FIX] account: opening entries didn't bring forward the amount in currency when closing a fiscalyear. The centralisation had to take care on that too.

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

bzr revid: qdp-launchpad@openerp.com-20110621125248-xec0ogl2v1hwxsmo

13 years ago[FIX] Fixed selection widget. Wrongly select first option when value is false
Fabien Meghazi [Tue, 21 Jun 2011 12:41:16 +0000 (14:41 +0200)]
[FIX] Fixed selection widget. Wrongly select first option when value is false

bzr revid: fme@openerp.com-20110621124116-rh6pv2a1v2de186q

13 years ago[IMP] Use CompondContext for button actions
Fabien Meghazi [Tue, 21 Jun 2011 12:31:20 +0000 (14:31 +0200)]
[IMP] Use CompondContext for button actions

bzr revid: fme@openerp.com-20110621123120-y2kucare2kes52ac

13 years ago[FIX] Just corrected spelling.
noz (OpenERP) [Tue, 21 Jun 2011 12:19:26 +0000 (17:49 +0530)]
[FIX] Just corrected spelling.

bzr revid: noz@tinyerp.com-20110621121926-4b6fhety4r2p1u2l

13 years ago[imp] created first version of one2manydataset and implemented delete
niv-openerp [Tue, 21 Jun 2011 12:12:22 +0000 (14:12 +0200)]
[imp] created first version of one2manydataset and implemented delete

bzr revid: nicolas.vanhoren@openerp.com-20110621121222-3bjpeh66un137ip6

13 years ago[IMP] Set flags for dialog actions
Fabien Meghazi [Tue, 21 Jun 2011 12:11:16 +0000 (14:11 +0200)]
[IMP] Set flags for dialog actions

bzr revid: fme@openerp.com-20110621121116-uvaasm0c01devhrg

13 years ago[IMP] Improved CrashManager
Fabien Meghazi [Tue, 21 Jun 2011 12:10:02 +0000 (14:10 +0200)]
[IMP] Improved CrashManager

bzr revid: fme@openerp.com-20110621121002-bqcsuzdfncyb1v24

13 years ago[IMP] Improved Dialog controller
Fabien Meghazi [Tue, 21 Jun 2011 12:07:50 +0000 (14:07 +0200)]
[IMP] Improved Dialog controller

bzr revid: fme@openerp.com-20110621120750-2fo680iuqrzvjcpk

13 years ago[ADD] Added warning image
Fabien Meghazi [Tue, 21 Jun 2011 12:03:51 +0000 (14:03 +0200)]
[ADD] Added warning image

bzr revid: fme@openerp.com-20110621120351-o4kfgaozg4qrmzck

13 years ago[FIX] Reload record in form view on_created and on_saved
Fabien Meghazi [Tue, 21 Jun 2011 10:22:46 +0000 (12:22 +0200)]
[FIX] Reload record in form view on_created and on_saved

bzr revid: fme@openerp.com-20110621102246-91w528ppy8jf4bmi

13 years ago[IMP] converting values to strings with (new String) is 10~20% slower than using...
Xavier Morel [Tue, 21 Jun 2011 09:18:36 +0000 (11:18 +0200)]
[IMP] converting values to strings with (new String) is 10~20% slower than using just String(). Switch Qweb.html_escape to String()

bzr revid: xmo@openerp.com-20110621091836-5cnjwac3m3n12380

13 years ago[IMP] remove explicit jquery conversion/parsing during list rendering, wastes time...
Xavier Morel [Tue, 21 Jun 2011 09:15:29 +0000 (11:15 +0200)]
[IMP] remove explicit jquery conversion/parsing during list rendering, wastes time for nothing as .append() can handle taking strings as input directly

bzr revid: xmo@openerp.com-20110621091529-rx1pah6y5j3gibdt

13 years ago[merge]
niv-openerp [Tue, 21 Jun 2011 08:49:10 +0000 (10:49 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110621084910-l78t4eqwqk516tqq

13 years ago[IMP] slightly improve handling of nonliterals
Xavier Morel [Tue, 21 Jun 2011 08:45:04 +0000 (10:45 +0200)]
[IMP] slightly improve handling of nonliterals

TODO: Should non_literal_decoder really call itself recursively like that?
TODO: tests for compound stuff

bzr revid: xmo@openerp.com-20110621084504-6cbkt6zd0rexfng8

13 years ago[IMP] Improved listview button's styling
Fabien Meghazi [Tue, 21 Jun 2011 08:18:46 +0000 (10:18 +0200)]
[IMP] Improved listview button's styling

bzr revid: fme@openerp.com-20110621081846-inwoqep0ltubixt8

13 years ago[imp] changed bin_size behavior
niv-openerp [Mon, 20 Jun 2011 10:58:18 +0000 (12:58 +0200)]
[imp] changed bin_size behavior

bzr revid: nicolas.vanhoren@openerp.com-20110620105818-gq2ajlxl4npwn038

13 years ago[merge]
niv-openerp [Mon, 20 Jun 2011 10:55:13 +0000 (12:55 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110616164200-3dnkzhgmsmekiifl
bzr revid: nicolas.vanhoren@openerp.com-20110620083358-jbnmjfr3o9ddwnja
bzr revid: nicolas.vanhoren@openerp.com-20110620105513-wj27blecylx2t4u3

13 years ago[FIX] Fixed context support for action loaded by menu
Fabien Meghazi [Mon, 20 Jun 2011 09:55:58 +0000 (11:55 +0200)]
[FIX] Fixed context support for action loaded by menu

bzr revid: fme@openerp.com-20110620095558-qstmnthsio1ig3n6

13 years ago[CHANGE]: better to have self then obj
Mantavya Gajjar [Mon, 20 Jun 2011 06:04:34 +0000 (11:34 +0530)]
[CHANGE]: better to have self then obj

bzr revid: mga@tinyerp.com-20110620060434-xu1ds231oyn339kb

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 20 Jun 2011 04:33:17 +0000 (04:33 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110618045712-0yql5n0y3b2cdjn5
bzr revid: launchpad_translations_on_behalf_of_openerp-20110619043730-488lieaxfqynd5ji
bzr revid: launchpad_translations_on_behalf_of_openerp-20110620043317-29hyt535kvzpilvb

13 years ago[FIX] fields: function/property fields should perform their name_get() calls for...
Olivier Dony [Sun, 19 Jun 2011 17:11:02 +0000 (19:11 +0200)]
[FIX] fields: function/property fields should perform their name_get() calls for m2o as uid 1

This is because the permissions for reading the display name
of a m2o record does not depend on access to the target table,
but depends on the user access to the current table.
Users that are denied read access to the target table may still
see the names of the records linked to the documents they can
read

bzr revid: odo@openerp.com-20110619171102-sh0derdj50epea7b

13 years ago[FIX] res_user: de-duplicate usernames for warning msg about group deletion
Olivier Dony [Sun, 19 Jun 2011 13:09:39 +0000 (15:09 +0200)]
[FIX] res_user: de-duplicate usernames for warning msg about group deletion

bzr revid: odo@openerp.com-20110619130939-nnwi3u2ohl150mr6

13 years ago[FIX] res_user: typo when deleting group with more than 4 users
Olivier Dony [Sun, 19 Jun 2011 12:40:42 +0000 (14:40 +0200)]
[FIX] res_user: typo when deleting group with more than 4 users

bzr revid: odo@openerp.com-20110619124042-qjoqges5b5jpxr59

13 years ago[FIX] orm.fields_get: typo in last refactoring
Olivier Dony [Sun, 19 Jun 2011 11:57:01 +0000 (13:57 +0200)]
[FIX] orm.fields_get: typo in last refactoring

bzr revid: odo@openerp.com-20110619115701-q06la7l6jhmihdk6

13 years ago[FIX] orm.fields_get: typo in last refactoring
Olivier Dony [Sun, 19 Jun 2011 11:54:10 +0000 (13:54 +0200)]
[FIX] orm.fields_get: typo in last refactoring

bzr revid: odo@openerp.com-20110619115410-bdmd4zcm3o69515o

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 18 Jun 2011 04:56:37 +0000 (04:56 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110618045637-r4gxj14xt15ojkbe

13 years ago[FIX] account: treasury analysis compliancy for multi company environments
Quentin (OpenERP) [Sat, 18 Jun 2011 01:15:47 +0000 (03:15 +0200)]
[FIX] account: treasury analysis compliancy for multi company environments

bzr revid: qdp-launchpad@openerp.com-20110618011547-bcxm1m1gu56xyok7

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 21 Jun 2011 04:37:25 +0000 (04:37 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110621043725-4i5mlfx0gnvi6ih8

13 years ago[FIX] Create new record in form view when dataset index is 0 and has empty ids list.
Fabien Meghazi [Mon, 20 Jun 2011 18:26:41 +0000 (20:26 +0200)]
[FIX] Create new record in form view when dataset index is 0 and has empty ids list.

This fixes problems for wizards and when switching to form view when dataset is empty

bzr revid: fme@openerp.com-20110620182641-u5vmyb5za7wvpefq

13 years ago[ADD] Added default_focus support for fields
Fabien Meghazi [Mon, 20 Jun 2011 18:25:49 +0000 (20:25 +0200)]
[ADD] Added default_focus support for fields

bzr revid: fme@openerp.com-20110620182549-avpdb4ohdlhauwvm

13 years ago[ADD] Added Export class skelton
Fabien Meghazi [Mon, 20 Jun 2011 14:47:46 +0000 (16:47 +0200)]
[ADD] Added Export class skelton

bzr revid: fme@openerp.com-20110620144746-xwa5ggosfgkjmewb

13 years ago[FIX] Fixed & refactored form
Fabien Meghazi [Mon, 20 Jun 2011 14:43:48 +0000 (16:43 +0200)]
[FIX] Fixed & refactored form

in on_ui_change(), validate() is called first. set_value_from_ui() is only called if field is valid
datetimepicker wrongly trigger on_change event when using 'setDate' method
openerp on_changes were using widget.value instead of wiget.get_value() thus breaking relational fields on_changes

bzr revid: fme@openerp.com-20110620144348-cuuubj3e5acx82zr

13 years ago[REM] Removed bin_size forcing on client
Fabien Meghazi [Mon, 20 Jun 2011 11:06:39 +0000 (13:06 +0200)]
[REM] Removed bin_size forcing on client

bzr revid: fme@openerp.com-20110620110639-f68rfumcza1lbzvn

13 years ago[imp] changed bin_size behavior
niv-openerp [Mon, 20 Jun 2011 10:58:53 +0000 (12:58 +0200)]
[imp] changed bin_size behavior

bzr revid: nicolas.vanhoren@openerp.com-20110620105853-j08j410ngnn87n3w

13 years ago[MERGE] latest trunk
Olivier Dony [Fri, 17 Jun 2011 17:05:17 +0000 (19:05 +0200)]
[MERGE] latest trunk

bzr revid: odo@openerp.com-20110617170517-pvhf772lewqk3z8c

13 years ago[ADD] tools.misc: UnquoteEvalContext, for funky domain/context eval
Olivier Dony [Fri, 17 Jun 2011 17:02:15 +0000 (19:02 +0200)]
[ADD] tools.misc: UnquoteEvalContext, for funky domain/context eval

UnquoteEvalContext gives you an easy way to work with
domains/context that are passed as strings but need to
be altered, while keeping the unknown symbols/names
unmodified when converted back to string.
Looks weird but is sometimes needed, because much of
the context/domain only make sense on client-side
(one of the reasons they are passed as strings in the
first place). Look at the docstring for an example.

bzr revid: odo@openerp.com-20110617170215-u6gb7b5q684rmo51

13 years ago[FIX] netsv: don't try to post_mortem exception which don't have tracebacks (for...
Olivier Dony [Fri, 17 Jun 2011 16:56:45 +0000 (18:56 +0200)]
[FIX] netsv: don't try to post_mortem exception which don't have tracebacks (for --debug)

bzr revid: odo@openerp.com-20110617165645-zno4dj303irhndhx

13 years ago[imp] now merges all the contexts with the context of the session
niv-openerp [Fri, 17 Jun 2011 16:32:29 +0000 (18:32 +0200)]
[imp] now merges all the contexts with the context of the session

bzr revid: nicolas.vanhoren@openerp.com-20110617160921-ekj9g5tij8u0ltai
bzr revid: nicolas.vanhoren@openerp.com-20110617163229-7dlyh093dbn0wa5l

13 years ago[imp] now merges all contexts with the context of the session
niv-openerp [Fri, 17 Jun 2011 16:31:53 +0000 (18:31 +0200)]
[imp] now merges all contexts with the context of the session

bzr revid: nicolas.vanhoren@openerp.com-20110617163153-3d4vzctac8od1f9e

13 years ago[imp] big improvements to context handling
niv-openerp [Fri, 17 Jun 2011 16:08:49 +0000 (18:08 +0200)]
[imp] big improvements to context handling

bzr revid: nicolas.vanhoren@openerp.com-20110617160849-zevutg246ns1ghrk

13 years ago[MERGE] lp:791151
Quentin (OpenERP) [Fri, 17 Jun 2011 15:38:03 +0000 (17:38 +0200)]
[MERGE] lp:791151

bzr revid: qdp-launchpad@openerp.com-20110617153803-aihxxjgex4r53jqg

13 years ago[imp] added default name on false quick create in m2o + fixes in contexts, domains...
niv-openerp [Fri, 17 Jun 2011 14:20:38 +0000 (16:20 +0200)]
[imp] added default name on false quick create in m2o + fixes in contexts, domains and form

bzr revid: nicolas.vanhoren@openerp.com-20110617142038-m8c7dzj93xl2bjvt

13 years ago[imp] added default name on false quick create in m2o
niv-openerp [Fri, 17 Jun 2011 14:19:45 +0000 (16:19 +0200)]
[imp] added default name on false quick create in m2o

bzr revid: nicolas.vanhoren@openerp.com-20110617141945-wnnhkhf8wezwfyed

13 years ago[MERGE] Openoffice report designer usability fix
tfr@openerp.com [Fri, 17 Jun 2011 14:10:24 +0000 (16:10 +0200)]
[MERGE] Openoffice report designer usability fix

bzr revid: tfr@openerp.com-20110617141024-iog5ewd4cnu6v2o0