odoo/odoo.git
12 years ago[ADD] single-facet handling of groupby
Xavier Morel [Fri, 4 May 2012 09:43:06 +0000 (11:43 +0200)]
[ADD] single-facet handling of groupby

bzr revid: xmo@openerp.com-20120504094306-dieslsoibjjbtcs5

12 years ago[FIX] Advanced view adaptations to new facet & value shapes
Xavier Morel [Thu, 3 May 2012 19:36:45 +0000 (21:36 +0200)]
[FIX] Advanced view adaptations to new facet & value shapes

bzr revid: xmo@openerp.com-20120503193645-ccap97ojw9cgre3y

12 years ago[ADD] handling of reset button on searchview
Xavier Morel [Thu, 3 May 2012 19:31:10 +0000 (21:31 +0200)]
[ADD] handling of reset button on searchview

bzr revid: xmo@openerp.com-20120503193110-aqmeo3dz94y49fg0

12 years ago[FIX] get_* methods on FilterGroup
Xavier Morel [Thu, 3 May 2012 19:26:45 +0000 (21:26 +0200)]
[FIX] get_* methods on FilterGroup

bzr revid: xmo@openerp.com-20120503192645-8x63l5rnwz2vg2yp

12 years ago[FIX] domain and context generation on m2o fields
Xavier Morel [Thu, 3 May 2012 16:37:09 +0000 (18:37 +0200)]
[FIX] domain and context generation on m2o fields

by default, an m2o field should behave like a charfield (== use its
textual value), but if the domain is fully default (no filter_domain
and no custom operator) and the user explicitly selected an object
(which is the only thing he can do at this point in the new search
view), then we can generate a domain matching exactly the stored id.

bzr revid: xmo@openerp.com-20120503163709-odlnib513h3f84v6

12 years ago[FIX] typo: remember to instantiate objects
Xavier Morel [Thu, 3 May 2012 15:55:32 +0000 (17:55 +0200)]
[FIX] typo: remember to instantiate objects

bzr revid: xmo@openerp.com-20120503155532-q2es166215yfgn7g

12 years ago[REM] pointless overrides to value_from and make_domain
Xavier Morel [Thu, 3 May 2012 15:47:51 +0000 (17:47 +0200)]
[REM] pointless overrides to value_from and make_domain

- selection does not need to override get_value/value_from
- neither does boolean, its selection values can be correctly set from the start
- m2o can only facet correct values, not fuzzy, so the make_domain override is not useful

bzr revid: xmo@openerp.com-20120503154751-w5pojni831xwu6bv

12 years ago[FIX] domain and context generation from fields, also doc
Xavier Morel [Thu, 3 May 2012 15:43:11 +0000 (17:43 +0200)]
[FIX] domain and context generation from fields, also doc

bzr revid: xmo@openerp.com-20120503154311-4pg762pcgt83416c

12 years ago[TEST] serialization of search domains & contexts by the search view
Xavier Morel [Thu, 3 May 2012 12:59:49 +0000 (14:59 +0200)]
[TEST] serialization of search domains & contexts by the search view

bzr revid: xmo@openerp.com-20120503125949-2m8euott3xzyivdm

12 years ago[IMP] move responsibility for facet removal (on click) to the facet's view, use Model...
Xavier Morel [Thu, 3 May 2012 11:56:08 +0000 (13:56 +0200)]
[IMP] move responsibility for facet removal (on click) to the facet's view, use Model#destroy for facet removal instead of a convoluted route through SearchView#query

bzr revid: xmo@openerp.com-20120503115608-7dwyj5j9mq82gv73

12 years ago[IMP] change minLength condition to 1 for completion
Xavier Morel [Thu, 3 May 2012 08:07:23 +0000 (10:07 +0200)]
[IMP] change minLength condition to 1 for completion

0 allows opening a completion list with nothing, but that turns out not to be very useful and it interacts weirdly with tabbing between search inputs

bzr revid: xmo@openerp.com-20120503080723-i4u9vl91rhlfhmg8

12 years ago[ADD] correct focus of facets in input sequence, ability to remove facet via backspac...
Xavier Morel [Wed, 2 May 2012 15:34:39 +0000 (17:34 +0200)]
[ADD] correct focus of facets in input sequence, ability to remove facet via backspace/delete

bzr revid: xmo@openerp.com-20120502153439-0374v3dqz5fbe1ju

12 years ago[IMP] comments for event bindings
Xavier Morel [Wed, 2 May 2012 15:10:11 +0000 (17:10 +0200)]
[IMP] comments for event bindings

bzr revid: xmo@openerp.com-20120502151011-4j8t9wworl7frndh

12 years ago[ADD] automatic selection of first completion item in the list
Xavier Morel [Wed, 2 May 2012 15:08:08 +0000 (17:08 +0200)]
[ADD] automatic selection of first completion item in the list

bzr revid: xmo@openerp.com-20120502150808-jpqiq63574ds2c1g

12 years ago[ADD] focus last input if the user clicks somewhere in the search view, outside of...
Xavier Morel [Wed, 2 May 2012 13:43:12 +0000 (15:43 +0200)]
[ADD] focus last input if the user clicks somewhere in the search view, outside of a search view control

bzr revid: xmo@openerp.com-20120502134312-0tuspwcmtlw5el3o

12 years ago[ADD] correct handling of input blurring
Xavier Morel [Wed, 2 May 2012 13:27:43 +0000 (15:27 +0200)]
[ADD] correct handling of input blurring

bzr revid: xmo@openerp.com-20120502132743-dr29i2fvrpo6tute

12 years ago[ADD] autocompletion correctly using input values
Xavier Morel [Wed, 2 May 2012 13:12:26 +0000 (15:12 +0200)]
[ADD] autocompletion correctly using input values

bzr revid: xmo@openerp.com-20120502131226-w4agkq7qq5ni8nwl

12 years ago[IMP] wrapping of facets by moving the spyglass icon thing in the facets container
Xavier Morel [Wed, 2 May 2012 10:58:47 +0000 (12:58 +0200)]
[IMP] wrapping of facets by moving the spyglass icon thing in the facets container

bzr revid: xmo@openerp.com-20120502105847-4d95n628c6ituyp0

12 years ago[ADD] selection/deselection of facets
Xavier Morel [Mon, 30 Apr 2012 15:59:12 +0000 (17:59 +0200)]
[ADD] selection/deselection of facets

bzr revid: xmo@openerp.com-20120430155912-c6tbyaqul6jc329u

12 years ago[FIX] filter name fallback if there is no string on the filter
Xavier Morel [Mon, 30 Apr 2012 15:06:13 +0000 (17:06 +0200)]
[FIX] filter name fallback if there is no string on the filter

bzr revid: xmo@openerp.com-20120430150613-ifvar5ncjtakzpki

12 years ago[ADD] facet removal
Xavier Morel [Mon, 30 Apr 2012 15:03:30 +0000 (17:03 +0200)]
[ADD] facet removal

bzr revid: xmo@openerp.com-20120430150330-qdypxzwvrd4x4hkz

12 years ago[IMP] style search view/query
Xavier Morel [Mon, 30 Apr 2012 14:39:07 +0000 (16:39 +0200)]
[IMP] style search view/query

bzr revid: xmo@openerp.com-20120430143907-xqqyvtgazos70knw

12 years ago[IMP] alias backbone to ensure searchview doesn't care about POS stomping an old...
Xavier Morel [Fri, 27 Apr 2012 15:46:14 +0000 (17:46 +0200)]
[IMP] alias backbone to ensure searchview doesn't care about POS stomping an old-as-shit backbone on top of the more recent one bundled with core

bzr revid: xmo@openerp.com-20120427154614-otxpbsc9lio9azko

12 years ago[FIX] label of async DropMisordered tests
Xavier Morel [Fri, 27 Apr 2012 15:37:58 +0000 (17:37 +0200)]
[FIX] label of async DropMisordered tests

bzr revid: xmo@openerp.com-20120427153758-tj7rp5grryx680f9

12 years ago[TEST] toggling of filters within a group
Xavier Morel [Fri, 27 Apr 2012 15:36:38 +0000 (17:36 +0200)]
[TEST] toggling of filters within a group

bzr revid: xmo@openerp.com-20120427153638-bkm6x2dfqf4tnjw9

12 years ago[TEST] rendering of drawer
Xavier Morel [Fri, 27 Apr 2012 15:04:36 +0000 (17:04 +0200)]
[TEST] rendering of drawer

bzr revid: xmo@openerp.com-20120427150436-3wxgyyp59l5vefr5

12 years ago[REF] extract building of a facet descriptor from m2o/selection pairs into a function
Xavier Morel [Fri, 27 Apr 2012 08:30:24 +0000 (10:30 +0200)]
[REF] extract building of a facet descriptor from m2o/selection pairs into a function

bzr revid: xmo@openerp.com-20120427083024-zqq9hs203uaywlbr

12 years ago[TESTS] m2o completion with no match on name_search
Xavier Morel [Fri, 27 Apr 2012 08:11:14 +0000 (10:11 +0200)]
[TESTS] m2o completion with no match on name_search

bzr revid: xmo@openerp.com-20120427081114-8tn0x6xaky2ivqwm

12 years ago[IMP] split defaults testing and completions testing in two separate modules
Xavier Morel [Fri, 27 Apr 2012 08:09:11 +0000 (10:09 +0200)]
[IMP] split defaults testing and completions testing in two separate modules

bzr revid: xmo@openerp.com-20120427080911-1n3jpygur493ea29

12 years ago[TESTS] completion call on various widgets, fixed corresponding implementations
Xavier Morel [Fri, 27 Apr 2012 08:06:07 +0000 (10:06 +0200)]
[TESTS] completion call on various widgets, fixed corresponding implementations

bzr revid: xmo@openerp.com-20120427080607-1bw1jpmu7h6zxdin

12 years ago[IMP] remove redundancy in creating a facet from a default value in m2o fields
Xavier Morel [Thu, 26 Apr 2012 14:10:33 +0000 (16:10 +0200)]
[IMP] remove redundancy in creating a facet from a default value in m2o fields

bzr revid: xmo@openerp.com-20120426141033-5blb5ifdfnzeea03

12 years ago[TEST] defaults handling for selection & m2o fields, fix bugs in them
Xavier Morel [Thu, 26 Apr 2012 13:58:17 +0000 (15:58 +0200)]
[TEST] defaults handling for selection & m2o fields, fix bugs in them

bzr revid: xmo@openerp.com-20120426135817-wesh3nkytuieilky

12 years ago[TEST] behavior when selecting a given completion, fix handler
Xavier Morel [Thu, 26 Apr 2012 12:12:10 +0000 (14:12 +0200)]
[TEST] behavior when selecting a given completion, fix handler

bzr revid: xmo@openerp.com-20120426121210-012l0doboktnic8s

12 years ago[TEST] search view asking inputs for completion
Xavier Morel [Thu, 26 Apr 2012 11:04:34 +0000 (13:04 +0200)]
[TEST] search view asking inputs for completion

bzr revid: xmo@openerp.com-20120426110434-pobw0xp1f5szvdcx

12 years ago[FIX] missing state propagation in searchview initialization, test defaults calling...
Xavier Morel [Thu, 26 Apr 2012 10:29:49 +0000 (12:29 +0200)]
[FIX] missing state propagation in searchview initialization, test defaults calling on fields

bzr revid: xmo@openerp.com-20120426102949-xtv3inug3sue0h6a

12 years ago[REM] older searchview doc (deprecated/replaced)
Xavier Morel [Wed, 25 Apr 2012 12:20:56 +0000 (14:20 +0200)]
[REM] older searchview doc (deprecated/replaced)

bzr revid: xmo@openerp.com-20120425122056-bdvsfjbtc7bmhsuw

12 years ago[IMP] get started on doc for VS-less searchview
Xavier Morel [Tue, 24 Apr 2012 16:07:59 +0000 (18:07 +0200)]
[IMP] get started on doc for VS-less searchview

bzr revid: xmo@openerp.com-20120424160759-aghh2pzioy1k4yw4

12 years ago[FIX] make SearchQuery#add(Array) work correctly (fixing #reset at the same time)
Xavier Morel [Tue, 24 Apr 2012 12:38:24 +0000 (14:38 +0200)]
[FIX] make SearchQuery#add(Array) work correctly (fixing #reset at the same time)

bzr revid: xmo@openerp.com-20120424123824-x3nsecztz9gsiar4

12 years ago[WIP] VS-less search view: remove visualsearch, start building coherent model backing...
Xavier Morel [Tue, 24 Apr 2012 10:59:41 +0000 (12:59 +0200)]
[WIP] VS-less search view: remove visualsearch, start building coherent model backing to the view

bzr revid: xmo@openerp.com-20120424105941-x8dvot5mjruvxcho

12 years ago[MERGE] from trunk
Xavier Morel [Mon, 23 Apr 2012 12:50:09 +0000 (14:50 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20120423125009-ndyll5onu37j4kaf

12 years ago[FIX] bloody logo link
Xavier Morel [Mon, 23 Apr 2012 09:50:57 +0000 (11:50 +0200)]
[FIX] bloody logo link

bzr revid: xmo@openerp.com-20120423095057-gytshtkft5002693

12 years ago[FIX] dataset internal context, domain state on search event, broken by model-based...
Xavier Morel [Mon, 23 Apr 2012 09:02:32 +0000 (11:02 +0200)]
[FIX] dataset internal context, domain state on search event, broken by model-based datasets

bzr revid: xmo@openerp.com-20120423090232-fm3f8q6vm37emz4d

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 23 Apr 2012 04:46:29 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120421050113-mihw3po15423nlen
bzr revid: launchpad_translations_on_behalf_of_openerp-20120422044519-ij0it02kxvl7jm52
bzr revid: launchpad_translations_on_behalf_of_openerp-20120423044629-8fb2zo9nmi3e8grt

12 years ago[REM] idiotic default value for type field in ir_actions table
Xavier Morel [Fri, 20 Apr 2012 15:22:20 +0000 (17:22 +0200)]
[REM] idiotic default value for type field in ir_actions table

bzr revid: xmo@openerp.com-20120420152220-1yo0rykkj45jfee0

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sat, 21 Apr 2012 05:00:26 +0000 (05:00 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120420044258-fezfbvwzzh6v1fu1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120421050026-7dan23esxze1o5w6

12 years ago[FIX] sale: put back the Advance payment button that was removed by mistake in a...
Quentin (OpenERP) [Fri, 20 Apr 2012 13:31:36 +0000 (15:31 +0200)]
[FIX] sale: put back the Advance payment button that was removed by mistake in a previous revision

bzr revid: qdp-launchpad@openerp.com-20120420133136-tgurqmazncm1iwfv

12 years ago[fix] some other bug in references in read only mode
niv-openerp [Fri, 20 Apr 2012 09:40:34 +0000 (11:40 +0200)]
[fix] some other bug in references in read only mode

bzr revid: nicolas.vanhoren@openerp.com-20120420094034-izgqix5kxh54sm45

12 years ago[fix] some problems with the reference field
niv-openerp [Fri, 20 Apr 2012 09:20:07 +0000 (11:20 +0200)]
[fix] some problems with the reference field

bzr revid: nicolas.vanhoren@openerp.com-20120420092007-mu3fk95ft21ztm78

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 20 Apr 2012 04:43:25 +0000 (04:43 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120420044325-kyb2a8gptkwbales

12 years ago[REM] homepage support, trigger first menu item instead
Antony Lesuisse [Thu, 19 Apr 2012 21:53:44 +0000 (23:53 +0200)]
[REM] homepage support, trigger first menu item instead

bzr revid: al@openerp.com-20120419215344-vn1yyk70oztpn2mw

12 years ago[REM] default homepage
Antony Lesuisse [Thu, 19 Apr 2012 21:47:19 +0000 (23:47 +0200)]
[REM] default homepage

bzr revid: al@openerp.com-20120419214719-pj23mry2gs0fi44y

12 years ago[FIX] restore default user menu avatar
Antony Lesuisse [Thu, 19 Apr 2012 20:52:52 +0000 (22:52 +0200)]
[FIX] restore default user menu avatar

bzr revid: al@openerp.com-20120419205252-jsbldr26uc7ioi35

12 years ago[IMP] form change cancel button into discard link
Antony Lesuisse [Thu, 19 Apr 2012 20:44:18 +0000 (22:44 +0200)]
[IMP] form change cancel button into discard link

bzr revid: al@openerp.com-20120419204418-mn8r1w624j4ba46o

12 years ago[fix] problem in editable lists: could not edit an existing row
niv-openerp [Thu, 19 Apr 2012 15:55:14 +0000 (17:55 +0200)]
[fix] problem in editable lists: could not edit an existing row

bzr revid: nicolas.vanhoren@openerp.com-20120419155514-j8bslmn6z7z1dh8h

12 years ago[fix] some problem in editable list, still not solved but made more usable until...
niv-openerp [Thu, 19 Apr 2012 15:38:57 +0000 (17:38 +0200)]
[fix] some problem in editable list, still not solved but made more usable until we find a real fix

bzr revid: nicolas.vanhoren@openerp.com-20120419153857-cdnau0g5yt2e1iy6

12 years ago[IMP] Improved rendering engine group cells width computing
Fabien Meghazi [Thu, 19 Apr 2012 15:33:41 +0000 (17:33 +0200)]
[IMP] Improved rendering engine group cells width computing

bzr revid: fme@openerp.com-20120419153341-gequ3826z6fd44x6

12 years ago[fix] problem in calendar view
niv-openerp [Thu, 19 Apr 2012 15:11:39 +0000 (17:11 +0200)]
[fix] problem in calendar view

bzr revid: nicolas.vanhoren@openerp.com-20120419151139-92ujq4get9gxbkl3

12 years ago[fix] problem with editable lists & buttons
niv-openerp [Thu, 19 Apr 2012 14:50:51 +0000 (16:50 +0200)]
[fix] problem with editable lists & buttons

bzr revid: nicolas.vanhoren@openerp.com-20120419145051-41ywt5u35z04m8wm

12 years ago[fix] problem with sidebar showing in popups
niv-openerp [Thu, 19 Apr 2012 14:28:14 +0000 (16:28 +0200)]
[fix] problem with sidebar showing in popups

bzr revid: nicolas.vanhoren@openerp.com-20120419142814-7hp51n8lp7iwlucc

12 years ago[MERGE] Merged addon-side branch of feature 'fonts=..' in tree views. This comes...
Thibault Delavallée [Thu, 19 Apr 2012 14:15:39 +0000 (16:15 +0200)]
[MERGE] Merged addon-side branch of feature 'fonts=..' in tree views. This comes with server and web branches already merged. It is used to display in bold records that have an need_action for the current user, in tree views, for addons inheriting from ir.needaction_mixin.

bzr revid: tde@openerp.com-20120419141539-qw4dhetbqnzm213q

12 years ago[imp] Changed some names to improve framework comprehension
niv-openerp [Thu, 19 Apr 2012 13:43:41 +0000 (15:43 +0200)]
[imp] Changed some names to improve framework comprehension

bzr revid: nicolas.vanhoren@openerp.com-20120419134341-b6rcx58lghgvayia

12 years ago[FIX] previous fix: actual module should be __builtin__
Xavier Morel [Thu, 19 Apr 2012 13:02:45 +0000 (15:02 +0200)]
[FIX] previous fix: actual module should be __builtin__

apparently we do weird things with __builtins__, on my machine it's consistently an alias to the __builtin__ importable module, but in the server it's a dict

bzr revid: xmo@openerp.com-20120419130245-ael83wc5h310m38s

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Thu, 19 Apr 2012 12:46:15 +0000 (14:46 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120419124615-i8yn739lifgts8p6

12 years ago[FIX] really convert to float when trying to convert to float
Xavier Morel [Thu, 19 Apr 2012 11:55:04 +0000 (13:55 +0200)]
[FIX] really convert to float when trying to convert to float

might work better than converting to a float field

bzr revid: xmo@openerp.com-20120419115504-2tic6l0qjb8zlhuh

12 years ago[FIX] project_planning: correctly forward count parameter for search override
Xavier Morel [Thu, 19 Apr 2012 11:52:03 +0000 (13:52 +0200)]
[FIX] project_planning: correctly forward count parameter for search override

bzr revid: xmo@openerp.com-20120419115203-okiu2buyc9ci1bl4

12 years ago[MERGE] Merged web-side branch of feature allowing to use 'fonts=bold:expression...
Thibault Delavallée [Thu, 19 Apr 2012 11:45:57 +0000 (13:45 +0200)]
[MERGE] Merged web-side branch of feature allowing to use 'fonts=bold:expression' in list views. This comes with a server branch to add the 'fonts' attribute in RNG, and an addon branch using this feature with the need_action mechanism.

bzr revid: tde@openerp.com-20120419114557-mv7uf9h5p2i5t3os

12 years ago[MERGE] Merge changes for bold the record based on needaction_pending
Sbh (Openerp) [Thu, 19 Apr 2012 10:25:02 +0000 (15:55 +0530)]
[MERGE] Merge changes for bold the record based on needaction_pending

bzr revid: sbh@tinyerp.com-20120419102502-onn2o3uxg9w9xm2t

12 years ago[MERGE] Merge changes for bold the record based on needaction_pending
Sbh (Openerp) [Thu, 19 Apr 2012 10:23:15 +0000 (15:53 +0530)]
[MERGE] Merge changes for bold the record based on needaction_pending

bzr revid: sbh@tinyerp.com-20120419102315-nhusw2w3d0zfw5v3

12 years ago[IMP] mrp:improved code for tree view
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 10:16:38 +0000 (15:46 +0530)]
[IMP] mrp:improved code for tree view

bzr revid: tpa@tinyerp.com-20120419101638-ltl5621fdkyyv8yr

12 years ago[IMP]hr_recruitment, hr_holidays: add treeview fonts bold
Kuldeep Joshi (OpenERP) [Thu, 19 Apr 2012 10:08:55 +0000 (15:38 +0530)]
[IMP]hr_recruitment, hr_holidays: add treeview fonts bold

bzr revid: kjo@tinyerp.com-20120419100855-7tomt33drutwkpvy

12 years ago[IMP] purchase:improved code for tree view
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 10:06:53 +0000 (15:36 +0530)]
[IMP] purchase:improved code for tree view

bzr revid: tpa@tinyerp.com-20120419100653-1mwb6lao6oz0kf9p

12 years ago[IMP] crm,sale:improved code for tree view
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 09:59:54 +0000 (15:29 +0530)]
[IMP] crm,sale:improved code for tree view

bzr revid: tpa@tinyerp.com-20120419095954-dx9quzex5k1d2ylb

12 years ago[MRG] merge with main branch.
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 09:58:19 +0000 (15:28 +0530)]
[MRG] merge with main branch.

bzr revid: tpa@tinyerp.com-20120419095819-o07ywcs2qnx6s4tm

12 years ago[MERGE] Merged server-side branch of feature allowing to use 'fonts="bold:expression...
Thibault Delavallée [Thu, 19 Apr 2012 09:57:30 +0000 (11:57 +0200)]
[MERGE] Merged server-side branch of feature allowing to use 'fonts="bold:expression"' in list views. This comes with a web branch effectively implementing this behavior, and an addon branch using this feature with the need_action mechanism.

bzr revid: tde@openerp.com-20120419095730-e3ty2upzbdfv0gwk

12 years ago[IMP] set proper indentation
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 09:56:46 +0000 (15:26 +0530)]
[IMP] set proper indentation

bzr revid: tpa@tinyerp.com-20120419095646-p1q0u7jny2740ms3

12 years ago[FIX] typos in rpc doc
Xavier Morel [Thu, 19 Apr 2012 09:51:04 +0000 (11:51 +0200)]
[FIX] typos in rpc doc

bzr revid: xmo@openerp.com-20120419095104-30wwmeh1mj1w0rxy

12 years ago[IMP]project,project_issue: add listview bold feature
Kuldeep Joshi (OpenERP) [Thu, 19 Apr 2012 09:48:52 +0000 (15:18 +0530)]
[IMP]project,project_issue: add listview bold feature

bzr revid: kjo@tinyerp.com-20120419094852-w5s0evbdt2z4nf8x

12 years ago[MERGE] Merged branch holding improvements and fixes about OpenChatter. Main modifica...
Thibault Delavallée [Thu, 19 Apr 2012 09:24:35 +0000 (11:24 +0200)]
[MERGE] Merged branch holding improvements and fixes about OpenChatter. Main modifications: css cleaning, feeds icon bug fix, message datetime management. Doc has also be updated even if it is not yet finished.

bzr revid: tde@openerp.com-20120419092435-stvju5o1d47wdqv6

12 years ago[MRG] merge with main branch
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 09:16:17 +0000 (14:46 +0530)]
[MRG] merge with main branch

bzr revid: tpa@tinyerp.com-20120419091617-wcl0cw2lvgmd1iyj

12 years ago[FIX] forgotten root rename
Xavier Morel [Thu, 19 Apr 2012 09:15:52 +0000 (11:15 +0200)]
[FIX] forgotten root rename

bzr revid: xmo@openerp.com-20120419091552-8jqbyhwk6c9rqi0e

12 years ago[DOC] Slightly improved documentation.
Thibault Delavallée [Thu, 19 Apr 2012 09:14:04 +0000 (11:14 +0200)]
[DOC] Slightly improved documentation.

bzr revid: tde@openerp.com-20120419091404-1sskcrfiql1v7fe7

12 years ago[FIX] Dates on message are now displayed according to the user timezone.
Thibault Delavallée [Thu, 19 Apr 2012 08:58:38 +0000 (10:58 +0200)]
[FIX] Dates on message are now displayed according to the user timezone.

bzr revid: tde@openerp.com-20120419085838-awmxdqjbsb8qyi38

12 years ago[MERGE] pad fix
Antony Lesuisse [Thu, 19 Apr 2012 08:47:50 +0000 (10:47 +0200)]
[MERGE] pad fix

bzr revid: al@openerp.com-20120419084750-4msah8qgeft92vgi

12 years ago[FIX] pad action
Antony Lesuisse [Thu, 19 Apr 2012 08:46:50 +0000 (10:46 +0200)]
[FIX] pad action

bzr revid: al@openerp.com-20120419084650-clu7oke9rz6me6pi

12 years ago[FIX] pad
Antony Lesuisse [Thu, 19 Apr 2012 08:28:15 +0000 (10:28 +0200)]
[FIX] pad

bzr revid: al@openerp.com-20120419082815-3rkd76h0bztnb3p1

12 years ago[MERGE] merge with lp:openobject-server
Sbh (Openerp) [Thu, 19 Apr 2012 08:26:26 +0000 (13:56 +0530)]
[MERGE] merge with lp:openobject-server

bzr revid: sbh@tinyerp.com-20120419082626-y3jwqmfwolgd888o

12 years ago[MERGE] model-backed datasets
Xavier Morel [Thu, 19 Apr 2012 08:14:33 +0000 (10:14 +0200)]
[MERGE] model-backed datasets

bzr revid: xmo@openerp.com-20120419081433-6tmpdfum79lixxah

12 years ago[MERGE] from trunk
Xavier Morel [Thu, 19 Apr 2012 08:12:13 +0000 (10:12 +0200)]
[MERGE] from trunk

bzr revid: xmo@openerp.com-20120419081213-m3fhofkgydj6gp1m

12 years ago[FIX] Wrong var name due to copy and paste.
Thibault Delavallée [Thu, 19 Apr 2012 07:53:54 +0000 (09:53 +0200)]
[FIX] Wrong var name due to copy and paste.

bzr revid: tde@openerp.com-20120419075354-ympww3kc0xw35vpb

12 years ago[MERGE] Merged with main addons.
Thibault Delavallée [Thu, 19 Apr 2012 07:52:56 +0000 (09:52 +0200)]
[MERGE] Merged with main addons.

bzr revid: tde@openerp.com-20120419075256-dxo1vpvt7pnwv6xb

12 years ago[ADD] add the rst file for font feature
Sbh (Openerp) [Thu, 19 Apr 2012 05:26:44 +0000 (10:56 +0530)]
[ADD] add the rst file for font feature

bzr revid: sbh@tinyerp.com-20120419052644-nkczuqh4zfzftcee

12 years ago[IMP] remove rst file
Turkesh Patel (Open ERP) [Thu, 19 Apr 2012 05:17:56 +0000 (10:47 +0530)]
[IMP] remove rst file

bzr revid: tpa@tinyerp.com-20120419051756-1pwvzli1yi3jgzi8

12 years ago[ADD] Add the rst file for fontstyle feature
Sbh (Openerp) [Thu, 19 Apr 2012 05:06:14 +0000 (10:36 +0530)]
[ADD] Add the rst file for fontstyle feature

bzr revid: sbh@tinyerp.com-20120419050614-i1y33qfnkyoicngc

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120419043835-l1vrldcmgh9o6s0c

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

bzr revid: launchpad_translations_on_behalf_of_openerp-20120419043738-37uiz1v9drktero8

12 years ago[IMP] board move admin dashboard menuitem
Antony Lesuisse [Wed, 18 Apr 2012 23:41:34 +0000 (01:41 +0200)]
[IMP] board move admin dashboard menuitem

bzr revid: al@openerp.com-20120418234134-4qjfl4n0b5bhs1zr

12 years ago[MERGE] menu reorg
Antony Lesuisse [Wed, 18 Apr 2012 23:39:12 +0000 (01:39 +0200)]
[MERGE] menu reorg

bzr revid: al@openerp.com-20120418233912-z2acabjt1y9j3m4o

12 years ago[IMP] settings menu reorg fix email
Antony Lesuisse [Wed, 18 Apr 2012 23:33:11 +0000 (01:33 +0200)]
[IMP] settings menu reorg fix email

bzr revid: al@openerp.com-20120418233311-sj7ti2uy50ke5e9y

12 years ago[IMP] settings menu reorg
Antony Lesuisse [Wed, 18 Apr 2012 23:26:50 +0000 (01:26 +0200)]
[IMP] settings menu reorg

bzr revid: al@openerp.com-20120418232650-amyi9cs68nqa5xhj

12 years ago[FIX] auditrail will soon remove menu audit from server
Antony Lesuisse [Wed, 18 Apr 2012 22:37:59 +0000 (00:37 +0200)]
[FIX] auditrail will soon remove menu audit from server

bzr revid: al@openerp.com-20120418223759-h1r3ge8moilsyqi0