odoo/odoo.git
12 years ago[FIX] edit activity.
Vaibhav (OpenERP) [Fri, 19 Aug 2011 08:06:05 +0000 (13:36 +0530)]
[FIX] edit activity.

bzr revid: vda@tinyerp.com-20110819080605-30gchbr3nhbm36wr

12 years ago[ADD] Diagram view.
Vaibhav (OpenERP) [Fri, 19 Aug 2011 05:51:54 +0000 (11:21 +0530)]
[ADD] Diagram view.

bzr revid: vda@tinyerp.com-20110819055154-wvxjc0mzehq6ogbr

12 years ago[IMP] prepare debug mode for rpc
Antony Lesuisse [Fri, 19 Aug 2011 03:02:35 +0000 (05:02 +0200)]
[IMP] prepare debug mode for rpc

bzr revid: al@openerp.com-20110819030235-a25a3yiwmfjvd9uq

12 years ago[IMP] database creation cleanups
Antony Lesuisse [Fri, 19 Aug 2011 02:01:56 +0000 (04:01 +0200)]
[IMP] database creation cleanups

bzr revid: al@openerp.com-20110819020156-yo41xcjnxiwqtkwr

12 years ago[FIX] remove wrong paste of ie7 css
Antony Lesuisse [Fri, 19 Aug 2011 00:06:15 +0000 (02:06 +0200)]
[FIX] remove wrong paste of ie7 css

bzr revid: al@openerp.com-20110819000615-8cv9mqtrwzgxo1pd

12 years ago[IMP] web_rpc example
Antony Lesuisse [Thu, 18 Aug 2011 23:38:11 +0000 (01:38 +0200)]
[IMP] web_rpc example

bzr revid: al@openerp.com-20110818233811-yiee3czhbtc6p3ob

12 years ago[IMP] read_slice fields outside option [] are probably bugs
Antony Lesuisse [Thu, 18 Aug 2011 22:57:21 +0000 (00:57 +0200)]
[IMP] read_slice fields outside option [] are probably bugs

bzr revid: al@openerp.com-20110818225721-tn1vl2450tbe11d6

12 years ago[IMP] web_rpc example page
Antony Lesuisse [Thu, 18 Aug 2011 21:26:35 +0000 (23:26 +0200)]
[IMP] web_rpc example page

bzr revid: al@openerp.com-20110818212635-pewkb53nab2tq7ca

12 years ago[IMP] web_rpc partial example
Antony Lesuisse [Thu, 18 Aug 2011 20:58:20 +0000 (22:58 +0200)]
[IMP] web_rpc partial example

bzr revid: al@openerp.com-20110818205820-japmg7a9dsr6k6yn

12 years ago[IMP] add web_rpc module minimal js deps to make rpc call to openerp with example
Antony Lesuisse [Thu, 18 Aug 2011 20:39:20 +0000 (22:39 +0200)]
[IMP] add web_rpc module minimal js deps to make rpc call to openerp with example

bzr revid: al@openerp.com-20110818203920-2jrq8ioal9ybh8dh

12 years ago[IMP] Use Ubuntu font
Fabien Meghazi [Thu, 18 Aug 2011 20:31:47 +0000 (22:31 +0200)]
[IMP] Use Ubuntu font

bzr revid: fme@openerp.com-20110818203147-3utl21mr2xpom01n

12 years ago[IMP] more production mode move Session above session aware, jquery ui css is not...
Antony Lesuisse [Thu, 18 Aug 2011 19:53:49 +0000 (21:53 +0200)]
[IMP] more production mode move Session above session aware, jquery ui css is not absolute

bzr revid: al@openerp.com-20110818195349-zebyew12sefo93ml

12 years ago[IMP] production mode by default, developers should use ?debug
Antony Lesuisse [Thu, 18 Aug 2011 19:21:50 +0000 (21:21 +0200)]
[IMP] production mode by default, developers should use ?debug

bzr revid: al@openerp.com-20110818192150-qtwh8u3eigmkz0k9

12 years ago[IMP] Improved calendar's color handling
Fabien Meghazi [Thu, 18 Aug 2011 19:18:26 +0000 (21:18 +0200)]
[IMP] Improved calendar's color handling

bzr revid: fme@openerp.com-20110818191826-e0le9cm6xnw38wc2

12 years ago[IMP] remove some cherry in base main.py
Antony Lesuisse [Thu, 18 Aug 2011 18:51:45 +0000 (20:51 +0200)]
[IMP] remove some cherry in base main.py

bzr revid: al@openerp.com-20110818185145-4egjwrxm7it298fe

12 years ago[IMP] factorize http request handling
Antony Lesuisse [Thu, 18 Aug 2011 18:36:56 +0000 (20:36 +0200)]
[IMP] factorize http request handling

bzr revid: al@openerp.com-20110818183656-qp9zy271jl6wccq9

12 years ago[ADD] FormView: added field reference
Fabien Meghazi [Thu, 18 Aug 2011 17:45:08 +0000 (19:45 +0200)]
[ADD] FormView: added field reference

bzr revid: fme@openerp.com-20110818174508-zkpi5l5eocl3lj6z

12 years ago[IMP] Added on_value_changed callback to all form's fields
Fabien Meghazi [Thu, 18 Aug 2011 17:43:22 +0000 (19:43 +0200)]
[IMP] Added on_value_changed callback to all form's fields

bzr revid: fme@openerp.com-20110818174322-quezskn0jrryz9o2

12 years ago[IMP] fields.function: don't wrap int values unless really needed
Olivier Dony [Thu, 18 Aug 2011 12:05:50 +0000 (14:05 +0200)]
[IMP] fields.function: don't wrap int values unless really needed

There was no need to wrap/cast int values for values less
than 2^31-1, which the highest XML-RPC int value.
Also, instead of wrapping them in strings, we can use
float values, which are 64bits based in the XMLRPC standard,
and closer to the real value (for comparisons, etc.).
Added note for integer_big, as a reminder of this possible
issue.

bzr revid: qdp-launchpad@openerp.com-20110818120550-ulvffm6ka9f3c5ym

12 years ago[imp] improved i18n to scan all xml files
niv-openerp [Wed, 17 Aug 2011 11:29:58 +0000 (13:29 +0200)]
[imp] improved i18n to scan all xml files

bzr revid: nicolas.vanhoren@openerp.com-20110817112958-thgequxgkbu110gk

12 years ago[merge]
niv-openerp [Wed, 17 Aug 2011 11:29:44 +0000 (13:29 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110817112944-m69dxrm684jckwn7

12 years ago[imp] improved i18n to scan all files
niv-openerp [Wed, 17 Aug 2011 11:28:28 +0000 (13:28 +0200)]
[imp] improved i18n to scan all files

bzr revid: nicolas.vanhoren@openerp.com-20110817112828-tghtfms3zm3r0044

12 years ago[FIX] make http request object more similar to json request object: move session_id...
Xavier Morel [Wed, 17 Aug 2011 10:38:33 +0000 (12:38 +0200)]
[FIX] make http request object more similar to json request object: move session_id to an attribute on the request obj, avoid taking session_id as param on httprequest methods

bzr revid: xmo@openerp.com-20110817103833-7flirk84a4jtelvx

12 years ago[FIX] Fixed binary fields
Fabien Meghazi [Wed, 17 Aug 2011 09:16:09 +0000 (11:16 +0200)]
[FIX] Fixed binary fields

bzr revid: fme@openerp.com-20110817091609-ky532b1udhifaxz2

12 years ago[ADD] shortcuts menu in header, with toggle star next to titles
Xavier Morel [Tue, 16 Aug 2011 14:30:38 +0000 (16:30 +0200)]
[ADD] shortcuts menu in header, with toggle star next to titles

bzr revid: xmo@openerp.com-20110816143038-3fpx5esytlyuvkrw

12 years ago[MERGE] from trunk
Xavier Morel [Tue, 16 Aug 2011 14:25:15 +0000 (16:25 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20110816142515-ohq33zvua5uq8cd3

12 years ago[IMP] only display shortcut toggle star in case the grandparent of the viewmanager...
Xavier Morel [Tue, 16 Aug 2011 14:12:36 +0000 (16:12 +0200)]
[IMP] only display shortcut toggle star in case the grandparent of the viewmanager is the WebClient

it's absolutely disgusting, but so far I have not find an other good way to know we're not in a weird place such as a dashboard action, so...

bzr revid: xmo@openerp.com-20110816141236-f95jnr2u9s34ho95

12 years ago[IMP] CSS: fix position of shortcut-toggle-star and padding on the sides of the actua...
Xavier Morel [Tue, 16 Aug 2011 14:08:24 +0000 (16:08 +0200)]
[IMP] CSS: fix position of shortcut-toggle-star and padding on the sides of the actual shortcuts

bzr revid: xmo@openerp.com-20110816140824-abeamy4qqpkoserz

12 years ago[IMP] use shortcuts list shoved directly into session as the communication channel...
Xavier Morel [Tue, 16 Aug 2011 14:04:25 +0000 (16:04 +0200)]
[IMP] use shortcuts list shoved directly into session as the communication channel between stuff adding and removing shortcuts in the viewmanager and the shortcuts list display in the header

no standard cross-elements communication method yet, so...

if there's one one day, it should replace this hodge-podge system. Also need better error handling

bzr revid: xmo@openerp.com-20110816140425-q2a71idlxnhuortb

12 years ago[imp] added translations for all modules
niv-openerp [Tue, 16 Aug 2011 13:49:20 +0000 (15:49 +0200)]
[imp] added translations for all modules

bzr revid: nicolas.vanhoren@openerp.com-20110816134920-04i20c80bha6y0or

12 years ago[imp] added translations for all modules
niv-openerp [Tue, 16 Aug 2011 13:48:51 +0000 (15:48 +0200)]
[imp] added translations for all modules

bzr revid: nicolas.vanhoren@openerp.com-20110816134851-nlkinf7mjrh8m07z

12 years ago[merge] improvements to i18n
niv-openerp [Tue, 16 Aug 2011 13:28:43 +0000 (15:28 +0200)]
[merge] improvements to i18n

bzr revid: nicolas.vanhoren@openerp.com-20110816132843-v75tbf1aola44j1d

12 years ago[imp] added fallback support for translations
niv-openerp [Tue, 16 Aug 2011 12:59:12 +0000 (14:59 +0200)]
[imp] added fallback support for translations

bzr revid: nicolas.vanhoren@openerp.com-20110816125912-5fkm71nb4y6yp3d0

12 years ago[IMP] numerical id => move to data-id, from @id. Also fixes active_id as string which...
Xavier Morel [Tue, 16 Aug 2011 12:37:24 +0000 (14:37 +0200)]
[IMP] numerical id => move to data-id, from @id. Also fixes active_id as string which failed to match the numerical id stored, and did not mark the toggler as 'to remove' when opening an action from the corresponding shortcut

bzr revid: xmo@openerp.com-20110816123724-2ti43xqeue3esx3x

12 years ago[IMP] cleanup shortcuts toggle code
Xavier Morel [Tue, 16 Aug 2011 12:35:10 +0000 (14:35 +0200)]
[IMP] cleanup shortcuts toggle code

bzr revid: xmo@openerp.com-20110816123510-gcx0dk8b2sgox5oi

12 years ago[imp] added loading of encoding parameters
niv-openerp [Tue, 16 Aug 2011 12:24:50 +0000 (14:24 +0200)]
[imp] added loading of encoding parameters

bzr revid: nicolas.vanhoren@openerp.com-20110816122450-1cpa3oq8j31hr4xd

12 years ago[imp] improved wqweb scanning for translations
niv-openerp [Tue, 16 Aug 2011 11:34:31 +0000 (13:34 +0200)]
[imp] improved wqweb scanning for translations

bzr revid: nicolas.vanhoren@openerp.com-20110816113431-r555edqlq0ztml1o

12 years ago[imp] improved wqweb scanning for translations
niv-openerp [Tue, 16 Aug 2011 11:34:00 +0000 (13:34 +0200)]
[imp] improved wqweb scanning for translations

bzr revid: nicolas.vanhoren@openerp.com-20110816113400-f1laiorv1nx58yo9

12 years ago[FIX] remove events during re-render, so they're not registered multiple times
Xavier Morel [Tue, 16 Aug 2011 11:17:46 +0000 (13:17 +0200)]
[FIX] remove events during re-render, so they're not registered multiple times

bzr revid: xmo@openerp.com-20110816111746-hiv9699dfjss6njv

12 years ago[merge] improvements to i18n
niv-openerp [Tue, 16 Aug 2011 10:42:52 +0000 (12:42 +0200)]
[merge] improvements to i18n

bzr revid: nicolas.vanhoren@openerp.com-20110816104252-xl1ct8deiclbmcfq

12 years ago[imp] improved qweb scanning function
niv-openerp [Tue, 16 Aug 2011 10:42:19 +0000 (12:42 +0200)]
[imp] improved qweb scanning function

bzr revid: nicolas.vanhoren@openerp.com-20110816104219-wt0rl0kpfn5rcvz7

12 years ago[IMP] remove some dead code, simplify shortcuts template, replace shortcut id by...
Xavier Morel [Tue, 16 Aug 2011 10:26:20 +0000 (12:26 +0200)]
[IMP] remove some dead code, simplify shortcuts template, replace shortcut id by class

bzr revid: xmo@openerp.com-20110816102620-b7zodiqoi91rz0m1

12 years ago[FIX] don't re-sort shortcuts based on whatever, just display them as returned by...
Xavier Morel [Tue, 16 Aug 2011 10:11:10 +0000 (12:11 +0200)]
[FIX] don't re-sort shortcuts based on whatever, just display them as returned by get_sc

bzr revid: xmo@openerp.com-20110816101110-3n6hc9ttxrx8pfwu

12 years ago[imp] setup infrastructure for qweb message extraction
niv-openerp [Tue, 16 Aug 2011 10:09:40 +0000 (12:09 +0200)]
[imp] setup infrastructure for qweb message extraction

bzr revid: nicolas.vanhoren@openerp.com-20110816100940-h7mxs3ajvoem9ujj

12 years ago[merge] added i18n capabilities
niv-openerp [Tue, 16 Aug 2011 07:56:35 +0000 (09:56 +0200)]
[merge] added i18n capabilities

bzr revid: nicolas.vanhoren@openerp.com-20110816075635-db2i5kfiog9di8vq

12 years ago[imp] improvements to TranslationDatabase + small translations in forms
niv-openerp [Tue, 16 Aug 2011 07:54:05 +0000 (09:54 +0200)]
[imp] improvements to TranslationDatabase + small translations in forms

bzr revid: nicolas.vanhoren@openerp.com-20110816075405-o46ytaiw5sqkwgjw

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 16 Aug 2011 04:34:37 +0000 (04:34 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110816043437-2ik9gp5alwecpla8

12 years agocompat
fp [Mon, 15 Aug 2011 23:09:06 +0000 (01:09 +0200)]
compat

bzr revid: fp@fp-laptop-20110815230906-46spht70zgk6nq4l

12 years ago[FIX] fixed yml tests due to removed fields on account payments
fp [Mon, 15 Aug 2011 23:06:37 +0000 (01:06 +0200)]
[FIX] fixed yml tests due to removed fields on account payments

bzr revid: fp@fp-laptop-20110815230637-q86iamto5atzycfg

12 years ago[IMP] better logo
fp [Mon, 15 Aug 2011 23:02:43 +0000 (01:02 +0200)]
[IMP] better logo

bzr revid: fp@fp-laptop-20110815230243-9gws07bt6ewc7yqk

12 years agoimp
fp [Mon, 15 Aug 2011 15:32:02 +0000 (17:32 +0200)]
imp

bzr revid: fp@fp-laptop-20110815153202-20pjs3u2vo28iqox

12 years ago[IMP] company configuration, report header and footer
fp [Mon, 15 Aug 2011 15:28:25 +0000 (17:28 +0200)]
[IMP] company configuration, report header and footer

bzr revid: fp@fp-laptop-20110815152825-n2njyvgmqoyuqwwi

12 years ago[IMP] Improved bank account management, report footer, stages by default on projects
fp [Mon, 15 Aug 2011 14:21:41 +0000 (16:21 +0200)]
[IMP] Improved bank account management, report footer, stages by default on projects

bzr revid: fp@fp-laptop-20110815142141-938zg1laoe8wtbkd

12 years ago[IMP] bank account management reviewed, improved groups name
fp [Mon, 15 Aug 2011 14:16:43 +0000 (16:16 +0200)]
[IMP] bank account management reviewed, improved groups name

bzr revid: fp@fp-laptop-20110815141643-ebg8rnuihkei6fni

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 14 Aug 2011 04:45:01 +0000 (04:45 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20110814044430-2o7xhfo8phslwwbm
bzr revid: launchpad_translations_on_behalf_of_openerp-20110814044501-phnxu5mn3aex6dzp

12 years ago[MERGE] project_issue: days since creation date added
Quentin (OpenERP) [Fri, 12 Aug 2011 15:52:53 +0000 (17:52 +0200)]
[MERGE] project_issue: days since creation date added

bzr revid: qdp-launchpad@openerp.com-20110812155253-21jegfewstaoowu4

12 years ago[imp] used the user language
niv-openerp [Fri, 12 Aug 2011 15:49:15 +0000 (17:49 +0200)]
[imp] used the user language

bzr revid: nicolas.vanhoren@openerp.com-20110812154915-n7o666qfrc99aas8

12 years ago[imp] removed multi-module functionnality
niv-openerp [Fri, 12 Aug 2011 15:34:15 +0000 (17:34 +0200)]
[imp] removed multi-module functionnality

bzr revid: nicolas.vanhoren@openerp.com-20110812153415-2u4irohduvv3yfsm

12 years ago[IMP] account_invoice_l10nbe: better naming of previously named account_invoice_be...
Quentin (OpenERP) [Fri, 12 Aug 2011 15:28:12 +0000 (17:28 +0200)]
[IMP] account_invoice_l10nbe: better naming of previously named account_invoice_be module

bzr revid: qdp-launchpad@openerp.com-20110812152812-d3jp9j7a82wr3w3d

12 years ago[imp] added translation database
niv-openerp [Fri, 12 Aug 2011 15:17:36 +0000 (17:17 +0200)]
[imp] added translation database

bzr revid: nicolas.vanhoren@openerp.com-20110812151736-ycx4jejdj0rpep5j

12 years ago[ADD] account_invoice_be: added the support of structured communication on outgoing...
Quentin (OpenERP) [Fri, 12 Aug 2011 15:14:50 +0000 (17:14 +0200)]
[ADD] account_invoice_be: added the support of structured communication on outgoing invoices (bba communication), made by Noviat.

bzr revid: qdp-launchpad@openerp.com-20110812151450-2nq5sre7ili1xnpq

12 years ago[merge]
niv-openerp [Fri, 12 Aug 2011 14:39:47 +0000 (16:39 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110812143947-7l5d1acum5298j0s

12 years ago[REM] listview columns filtering on a name being present: don't try to read buttons...
Xavier Morel [Fri, 12 Aug 2011 13:31:08 +0000 (15:31 +0200)]
[REM] listview columns filtering on a name being present: don't try to read buttons with a name, it's kinda stupid

bzr revid: xmo@openerp.com-20110812133108-5bync0jgo0krn0u4

12 years ago[IMP]project_issue: Improved in fields
ron@tinyerp.com [Fri, 12 Aug 2011 13:29:33 +0000 (18:59 +0530)]
[IMP]project_issue: Improved in fields

bzr revid: ron@tinyerp.com-20110812132933-cqdqnise609ubesr

12 years ago[IMP]project_issue: Add new field(days_since_creation) as a diffrence between create_...
ron@tinyerp.com [Fri, 12 Aug 2011 13:06:24 +0000 (18:36 +0530)]
[IMP]project_issue: Add new field(days_since_creation) as a diffrence between create_date and today()

bzr revid: ron@tinyerp.com-20110812130624-34exduud974omfhn

12 years ago[IMP] imporve code and re implement shortcut check functionality
Vidhin Mehta (OpenERP) [Fri, 12 Aug 2011 12:35:59 +0000 (18:05 +0530)]
[IMP] imporve code and re implement shortcut check functionality

bzr revid: vme@tinyerp.com-20110812123559-va1fumifmld75tdc

12 years ago[merge] improvements to gantt view
niv-openerp [Fri, 12 Aug 2011 12:13:37 +0000 (14:13 +0200)]
[merge] improvements to gantt view

bzr revid: nicolas.vanhoren@openerp.com-20110812121337-fl41j7zr1x9nt0hl

12 years ago[FIX] stupid bug introduced in revision xmo@openerp.com-20110810141545-k98nvymjy5r7sslb
Xavier Morel [Fri, 12 Aug 2011 12:11:27 +0000 (14:11 +0200)]
[FIX] stupid bug introduced in revision xmo@openerp.com-20110810141545-k98nvymjy5r7sslb

bzr revid: xmo@openerp.com-20110812121127-m50vupb36bv0tnjy

12 years ago[IMP] simplify code of padding function in date formatting.
sma (Tiny) [Fri, 12 Aug 2011 11:44:02 +0000 (17:14 +0530)]
[IMP] simplify code of padding function in date formatting.

bzr revid: sma@tinyerp.com-20110812114402-u9u8vxxp1fnonq3m

12 years ago[FIX] Remove conflicts.
sma (Tiny) [Fri, 12 Aug 2011 10:38:18 +0000 (16:08 +0530)]
[FIX] Remove conflicts.

bzr revid: sma@tinyerp.com-20110812103818-q8wet6opinckiv1a

12 years ago[IMP] move openerp.base.Widget to relevant section of the actual dogs (as a guide...
Xavier Morel [Fri, 12 Aug 2011 10:36:43 +0000 (12:36 +0200)]
[IMP] move openerp.base.Widget to relevant section of the actual dogs (as a guide), remove old manual openerp.base.Widget APIDoc

bzr revid: xmo@openerp.com-20110812103643-2ew32jiqdsm71jqe

12 years ago[imp] refactoring of Session to not inherit Widget anymore
niv-openerp [Fri, 12 Aug 2011 10:19:52 +0000 (12:19 +0200)]
[imp] refactoring of Session to not inherit Widget anymore

bzr revid: nicolas.vanhoren@openerp.com-20110812101952-qw12p8xhdfa3kmzu

12 years ago[merge]
niv-openerp [Fri, 12 Aug 2011 09:55:15 +0000 (11:55 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110812095515-wpi5e3rsznaterk6

12 years ago[imp] improvements to python-side translations gathering method
niv-openerp [Fri, 12 Aug 2011 09:54:49 +0000 (11:54 +0200)]
[imp] improvements to python-side translations gathering method

bzr revid: nicolas.vanhoren@openerp.com-20110812095449-m1u7hwh9583n769t

12 years ago[IMP] simple style fixes
Xavier Morel [Fri, 12 Aug 2011 09:45:41 +0000 (11:45 +0200)]
[IMP] simple style fixes

bzr revid: xmo@openerp.com-20110812094541-zeb5lz6nk0jgq21y

12 years ago[MERGE] lp: 825008
Quentin (OpenERP) [Fri, 12 Aug 2011 09:28:49 +0000 (11:28 +0200)]
[MERGE] lp: 825008

bzr revid: qdp-launchpad@openerp.com-20110812092849-7y1h6lesg3execbd

12 years ago[FIX] don't use @string on filters inside fields in search view, use @help
Xavier Morel [Fri, 12 Aug 2011 08:38:20 +0000 (10:38 +0200)]
[FIX] don't use @string on filters inside fields in search view, use @help

bzr revid: xmo@openerp.com-20110812083820-tnk2yv7kkuylg9aw

12 years ago[FIX] reintroduce o2m search field, aliases to CharField. Also make m2m search field...
Xavier Morel [Fri, 12 Aug 2011 08:36:10 +0000 (10:36 +0200)]
[FIX] reintroduce o2m search field, aliases to CharField. Also make m2m search field an actual alias to CharField

bzr revid: xmo@openerp.com-20110812083610-utduagt0np0h7rib

12 years ago[MERGE]
sma (Tiny) [Fri, 12 Aug 2011 08:34:06 +0000 (14:04 +0530)]
[MERGE]

bzr revid: sma@tinyerp.com-20110812083406-d5mi5tk72lgqtvyp

12 years ago[FIX] project_scrum: filters in field in override to project search view
Xavier Morel [Fri, 12 Aug 2011 08:00:51 +0000 (10:00 +0200)]
[FIX] project_scrum: filters in field in override to project search view

bzr revid: xmo@openerp.com-20110812080051-ozhrap5afiqunt1f

12 years ago[FIX] typo fied name
Jigar Amin - OpenERP [Fri, 12 Aug 2011 07:40:21 +0000 (13:10 +0530)]
[FIX] typo fied name

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

bzr revid: jam@tinyerp.com-20110812074021-7cbge6mgfamim32w

12 years ago[IMP]checked that shortcut are from either ir.ui.menu or it is tree view
Vidhin Mehta (OpenERP) [Fri, 12 Aug 2011 07:12:48 +0000 (12:42 +0530)]
[IMP]checked that shortcut are from either ir.ui.menu or it is tree view

bzr revid: vme@tinyerp.com-20110812071248-y9oqa8t1wx61xciu

12 years ago[FIX] get rid of unsued menus and submenu
Antony Lesuisse [Thu, 11 Aug 2011 18:12:17 +0000 (20:12 +0200)]
[FIX] get rid of unsued menus and submenu

bzr revid: al@openerp.com-20110811181217-y2yxdz34uswijwza

12 years ago[IMP] CalendarView: Added colors to events
Fabien Meghazi [Thu, 11 Aug 2011 17:13:37 +0000 (19:13 +0200)]
[IMP] CalendarView: Added colors to events

bzr revid: fme@openerp.com-20110811171337-ebal9w5qwsjfbq2c

12 years ago[merge]
niv-openerp [Thu, 11 Aug 2011 16:40:32 +0000 (18:40 +0200)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20110811164032-wwr89j4dg8dnbgb7

12 years ago[imp] setup i18n
niv-openerp [Thu, 11 Aug 2011 16:39:33 +0000 (18:39 +0200)]
[imp] setup i18n

bzr revid: nicolas.vanhoren@openerp.com-20110811163933-lcs6zv2e3kn8b09j

12 years ago[FIX] Bug in previous revision
Fabien Meghazi [Thu, 11 Aug 2011 16:26:09 +0000 (18:26 +0200)]
[FIX] Bug in previous revision

bzr revid: fme@openerp.com-20110811162609-k112p5t0bewnaj42

12 years ago[FIX] CalendarView: extra argument type check
Fabien Meghazi [Thu, 11 Aug 2011 16:22:10 +0000 (18:22 +0200)]
[FIX] CalendarView: extra argument type check

bzr revid: fme@openerp.com-20110811162210-suf52n8k1abgu2az

12 years ago[IMP] CalendarView: bind openerp form view to 'open details' icon
Fabien Meghazi [Thu, 11 Aug 2011 16:21:04 +0000 (18:21 +0200)]
[IMP] CalendarView: bind openerp form view to 'open details' icon

bzr revid: fme@openerp.com-20110811162104-2pueyflxtpf7oqpf

12 years ago[FIX] Fixed css problem with reauired fields
Fabien Meghazi [Thu, 11 Aug 2011 16:19:27 +0000 (18:19 +0200)]
[FIX] Fixed css problem with reauired fields

bzr revid: fme@openerp.com-20110811161927-ot5p552djlb1iigw

12 years ago[IMP] CalendarView: Fitler events using sidebar 'Responsibles' option
Fabien Meghazi [Thu, 11 Aug 2011 16:07:54 +0000 (18:07 +0200)]
[IMP] CalendarView: Fitler events using sidebar 'Responsibles' option

bzr revid: fme@openerp.com-20110811160754-jfexopgrrqnfg9df

12 years ago[imp] add Save & New in popups for o2m & m2m
niv-openerp [Thu, 11 Aug 2011 16:03:47 +0000 (18:03 +0200)]
[imp] add Save & New in popups for o2m & m2m

bzr revid: nicolas.vanhoren@openerp.com-20110811160347-rn4kjlpib1lh1o5p

12 years ago[FIX] action where res_id is defined
Antony Lesuisse [Thu, 11 Aug 2011 14:59:04 +0000 (16:59 +0200)]
[FIX] action where res_id is defined

bzr revid: al@openerp.com-20110811145904-0on11bcatcvg8r3q

12 years ago[FIX] when reloading the view description thingie, the listview needs to send the...
Xavier Morel [Thu, 11 Aug 2011 14:44:07 +0000 (16:44 +0200)]
[FIX] when reloading the view description thingie, the listview needs to send the search context along so stuff line invisible attributes (for invisible columns) can be correctly evaluated

bzr revid: xmo@openerp.com-20110811144407-f5nlq89wqdh4z0pa

12 years ago[IMP] CalendarView now works with date_delay
Fabien Meghazi [Thu, 11 Aug 2011 13:24:10 +0000 (15:24 +0200)]
[IMP] CalendarView now works with date_delay

bzr revid: fme@openerp.com-20110811132410-9g7nktccxfis9tkk

12 years ago[FIX] re-introduce M2M widget
Xavier Morel [Thu, 11 Aug 2011 13:12:57 +0000 (15:12 +0200)]
[FIX] re-introduce M2M widget

bzr revid: xmo@openerp.com-20110811131257-t6pdqsdrhuxgne22

12 years ago[fix] problem due alification
niv-openerp [Thu, 11 Aug 2011 12:48:13 +0000 (14:48 +0200)]
[fix] problem due alification

bzr revid: nicolas.vanhoren@openerp.com-20110811124813-ni1mdvcmp6gwvhsn

12 years ago[IMP] added more fields in default anonymization config
olt@tinyerp.com [Thu, 11 Aug 2011 10:58:35 +0000 (12:58 +0200)]
[IMP] added more fields in default anonymization config

bzr revid: olt@tinyerp.com-20110811105835-1tbv4s50o2160maf

12 years ago[FIX] listview pagination
Xavier Morel [Thu, 11 Aug 2011 08:43:01 +0000 (10:43 +0200)]
[FIX] listview pagination

broken in fme@openerp.com-20110808144120-xlut0922rd61moxc, listview needs to get it from the action descriptor stored in the parent object

bzr revid: xmo@openerp.com-20110811084301-xp42ylhmv2ackhws

12 years ago[IMP] avoid altering the dataset's domain and context in place during list view search
Xavier Morel [Thu, 11 Aug 2011 08:28:18 +0000 (10:28 +0200)]
[IMP] avoid altering the dataset's domain and context in place during list view search

bzr revid: xmo@openerp.com-20110811082818-hhgdmn0k10tnbxm4