odoo/odoo.git
11 years ago[FIX]mail: allow to click on partner when the user compose an empty message
Christophe Matthieu [Fri, 14 Dec 2012 10:29:43 +0000 (11:29 +0100)]
[FIX]mail: allow to click on partner when the user compose an empty message

bzr revid: chm@openerp.com-20121214102943-qcsyyua30j0rqajz

11 years ago[FIX] mail: border 0 for avatar link for ie
Christophe Matthieu [Fri, 14 Dec 2012 10:23:35 +0000 (11:23 +0100)]
[FIX] mail: border 0 for avatar link for ie

bzr revid: chm@openerp.com-20121214102335-1da2elwfbx6hg43q

11 years ago[FIX] mail: ie don't see the button => change color of button and filter
Christophe Matthieu [Fri, 14 Dec 2012 10:21:12 +0000 (11:21 +0100)]
[FIX] mail: ie don't see the button => change color of button and filter

bzr revid: chm@openerp.com-20121214102112-an8yeid90l603j91

11 years ago[FIX] mail: display of the placeholder
Christophe Matthieu [Fri, 14 Dec 2012 10:14:28 +0000 (11:14 +0100)]
[FIX] mail: display of the placeholder

bzr revid: chm@openerp.com-20121214101428-7vnyjx2iyeel3wvv

11 years ago[IMP] note pad: with 100%
Christophe Matthieu [Thu, 13 Dec 2012 15:58:21 +0000 (16:58 +0100)]
[IMP] note pad: with 100%

bzr revid: chm@openerp.com-20121213155821-ufh8exnm2qid01b5

11 years ago[IMP] pad: remove attributes for super
Christophe Matthieu [Thu, 13 Dec 2012 14:58:55 +0000 (15:58 +0100)]
[IMP] pad: remove attributes for super

bzr revid: chm@openerp.com-20121213145855-0aq9wqtovyrxzxkw

11 years ago[IMP] pad: add abord for $.get request
Christophe Matthieu [Thu, 13 Dec 2012 14:57:14 +0000 (15:57 +0100)]
[IMP] pad: add abord for $.get request

bzr revid: chm@openerp.com-20121213145714-b9d4f2u8iqdg8r1m

11 years ago[MERGE] from trunk
Christophe Matthieu [Thu, 13 Dec 2012 14:11:15 +0000 (15:11 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121213141115-cxfplrgbo7dyhuf9

11 years ago[MERGE] translation of anonymisation strings
Fabien Pinckaers [Thu, 13 Dec 2012 13:16:43 +0000 (14:16 +0100)]
[MERGE] translation of anonymisation strings

bzr revid: fp@tinyerp.com-20121213131643-6mkrbfxqym4wla0l

11 years ago[FIX] unwarranted assumption that name_get(ids) and read(ids) will return the same...
Xavier Morel [Thu, 13 Dec 2012 13:05:48 +0000 (14:05 +0100)]
[FIX] unwarranted assumption that name_get(ids) and read(ids) will return the same records in the same order

There is actually no such guarantee, neither name_get nor read
guarantee they'll return records in input order, let alone in the same
order as one another, and both are free to skip records as they see
fit (kinda).

=> convert the name_get result to a dict, and then fill in the
display_name for each record returned by read() using get()

bzr revid: xmo@openerp.com-20121213130548-x1h6czyru5nc6wwm

11 years ago[MERGE] translated string
Fabien Pinckaers [Thu, 13 Dec 2012 13:05:34 +0000 (14:05 +0100)]
[MERGE] translated string

bzr revid: fp@tinyerp.com-20121213130534-1oog48prey06uqrk

11 years ago[MERGE] 2 OPW fixes
Fabien Pinckaers [Thu, 13 Dec 2012 13:02:36 +0000 (14:02 +0100)]
[MERGE] 2 OPW fixes

bzr revid: fp@tinyerp.com-20121213130236-fgfonjdfa6a79c66

11 years ago[MERGE] mrp_repair: fixing the bug of operation type onchange, as of revision 8290...
Quentin (OpenERP) [Thu, 13 Dec 2012 12:46:57 +0000 (13:46 +0100)]
[MERGE] mrp_repair: fixing the bug of operation type onchange, as of revision 8290, in a correct way

bzr revid: qdp-launchpad@openerp.com-20121213124657-6kg85h666gs2ezn2

11 years ago[IMP] mrp_repair: better use a search on scrap location rather than rely on xml_ids...
Quentin (OpenERP) [Thu, 13 Dec 2012 11:26:07 +0000 (12:26 +0100)]
[IMP] mrp_repair: better use a search on scrap location rather than rely on xml_ids that may refer to removed/deprecated data

bzr revid: qdp-launchpad@openerp.com-20121213112607-0gzeu7dpq81dxx3w

11 years ago[FIX] problem when the user has a long name, the top bar will expand on two lines
niv-openerp [Thu, 13 Dec 2012 10:52:00 +0000 (11:52 +0100)]
[FIX] problem when the user has a long name, the top bar will expand on two lines

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

bzr revid: nicolas.vanhoren@openerp.com-20121213105200-e806966yi03vxsjx

11 years ago[FIX] problem in charts when using line charts
niv-openerp [Thu, 13 Dec 2012 10:27:56 +0000 (11:27 +0100)]
[FIX] problem in charts when using line charts

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

bzr revid: nicolas.vanhoren@openerp.com-20121213102756-yzhq0igzcgttlpvz

11 years ago[MERGE] mrp_repair: fixing the bug of operation type onchange, as of revision 8290...
Quentin (OpenERP) [Thu, 13 Dec 2012 09:53:04 +0000 (10:53 +0100)]
[MERGE] mrp_repair: fixing the bug of operation type onchange, as of revision 8290, in a correct way

bzr revid: qdp-launchpad@openerp.com-20121213095304-1td16oqz66lnj08g

11 years ago[MERGE] trunk
Quentin (OpenERP) [Thu, 13 Dec 2012 09:52:37 +0000 (10:52 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121213095237-gmp54miih4n4m4r8

11 years ago[REV] revert of revision 8290, which was fixing the bug in a wrong way
Quentin (OpenERP) [Thu, 13 Dec 2012 09:20:34 +0000 (10:20 +0100)]
[REV] revert of revision 8290, which was fixing the bug in a wrong way

bzr revid: qdp-launchpad@openerp.com-20121213092034-a48tk9x78job1qx1

11 years ago[FIX]better error message in my timesheet(give correct employee name) and fix error...
Cedric Snauwaert [Thu, 13 Dec 2012 09:12:18 +0000 (10:12 +0100)]
[FIX]better error message in my timesheet(give correct employee name) and fix error on creation saying that user_id was recquired in some cases

bzr revid: csn@openerp.com-20121213091218-gozqwkza84xoaafv

11 years ago[MERGE] Modified the way that OpenERP allows anonymous user to log into the public...
vta vta@openerp.com [Thu, 13 Dec 2012 08:48:31 +0000 (09:48 +0100)]
[MERGE] Modified the way that OpenERP allows anonymous user to log into the public part (portal_anonymous). Also portal module is auto_install (and all its dependencies).

bzr revid: vta@openerp.com-20121213084831-o9ki3zo1wtc8l329

11 years ago[MERGE]merge with latest addons
Cedric Snauwaert [Thu, 13 Dec 2012 08:38:37 +0000 (09:38 +0100)]
[MERGE]merge with latest addons

bzr revid: csn@openerp.com-20121213083837-wsr74knpgeqou3mv

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 13 Dec 2012 05:01:31 +0000 (05:01 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121213044507-t1hpxi43gks88w2e
bzr revid: launchpad_translations_on_behalf_of_openerp-20121213050131-3r9t674ehhnkneky

11 years ago[MERGE] Internet Explorer specific css
Fabien Meghazi [Wed, 12 Dec 2012 21:26:17 +0000 (22:26 +0100)]
[MERGE] Internet Explorer specific css

bzr revid: fme@openerp.com-20121212212617-cnvnwun9vqax82to

11 years ago[REV] Keep 100% width oe_login. We'd better refactor login dom.
Fabien Meghazi [Wed, 12 Dec 2012 21:20:27 +0000 (22:20 +0100)]
[REV] Keep 100% width oe_login. We'd better refactor login dom.

bzr revid: fme@openerp.com-20121212212027-m5rg0tmgwk0ium1l

11 years ago[REM] Removed state styling. Not improving much but causing more troubles
Fabien Meghazi [Wed, 12 Dec 2012 21:16:48 +0000 (22:16 +0100)]
[REM] Removed state styling. Not improving much but causing more troubles

bzr revid: fme@openerp.com-20121212211648-dpa4mjdmyliu7bz8

11 years ago[REM] Removed mail addon specific styling
Fabien Meghazi [Wed, 12 Dec 2012 21:11:57 +0000 (22:11 +0100)]
[REM] Removed mail addon specific styling

bzr revid: fme@openerp.com-20121212211157-pijn50u4f10zxp26

11 years ago[IMP] mail: some IE specific css
Fabien Meghazi [Wed, 12 Dec 2012 21:11:18 +0000 (22:11 +0100)]
[IMP] mail: some IE specific css

bzr revid: fme@openerp.com-20121212211118-nbh943o0lqexx5tc

11 years ago[IMP] ir.ui.menu: enable `parent_store` to allow using the `child_of` operator effici...
Olivier Dony [Wed, 12 Dec 2012 21:04:51 +0000 (22:04 +0100)]
[IMP] ir.ui.menu: enable `parent_store` to allow using the `child_of` operator efficiently when loading the menu hierarchy

The menu loading logic in openerp-web was adapted to use
`child_of`.

bzr revid: odo@openerp.com-20121212210451-40ew3lp5wgps64gy

11 years ago[IMP] orm: do not warn about missing ondelete cascade rule if ondelete is restrict...
Olivier Dony [Wed, 12 Dec 2012 21:02:47 +0000 (22:02 +0100)]
[IMP] orm: do not warn about missing ondelete cascade rule if ondelete is restrict - that's safe as well

bzr revid: odo@openerp.com-20121212210247-emrz5rf9ewcwdggu

11 years ago[FIX] res.users: whitelist recently added `tz_offset` field so that users can read...
Olivier Dony [Wed, 12 Dec 2012 21:01:37 +0000 (22:01 +0100)]
[FIX] res.users: whitelist recently added `tz_offset` field so that users can read it on their own record (even the anonymous user)

bzr revid: odo@openerp.com-20121212210137-u0vwkth5wt0au6qc

11 years ago[REVERT] Undo r.4617, introduced a bug in menu hierarchy retrieval
Olivier Dony [Wed, 12 Dec 2012 21:00:27 +0000 (22:00 +0100)]
[REVERT] Undo r.4617, introduced a bug in menu hierarchy retrieval

Browsing the menu data as super-user is not correct
because when we load the children menu the ORM
recursively calls menu.search(), this time as
admin, hence the groups of the admin are applied
or submenus, instead of the groups of the user.
The patch was also un-necessary, so there is no
reason to keep it.

r.4617 = chs@openerp.com-20121129172145-0ionmbffc72hwxoa

bzr revid: odo@openerp.com-20121212210027-i5yn1uyzmfho0jh0

11 years ago[IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_ac...
Olivier Dony [Wed, 12 Dec 2012 20:51:20 +0000 (21:51 +0100)]
[IMP] menu loading: simplify/optimize menu loading mechanism and de-duplicate need_action load, use child_of, skip useless calls, update tests

bzr revid: odo@openerp.com-20121212205120-qa8gq86hh6f26bdk

11 years ago[MERGE] staging branch with fixes, again, on base_calendar and virtual ids
Quentin (OpenERP) [Wed, 12 Dec 2012 18:38:07 +0000 (19:38 +0100)]
[MERGE] staging branch with fixes, again, on base_calendar and virtual ids

bzr revid: qdp-launchpad@openerp.com-20121212183807-7197dwwml3m93fs4

11 years ago[MERGe] base_calendar + trunk update
Quentin (OpenERP) [Wed, 12 Dec 2012 17:55:58 +0000 (18:55 +0100)]
[MERGe] base_calendar + trunk update

bzr revid: qdp-launchpad@openerp.com-20121212175558-jr3n85u523yhcwvv

11 years ago[FIX] base_calendar: opening a virtual event with the non-admin user was crashing
Quentin (OpenERP) [Wed, 12 Dec 2012 17:45:02 +0000 (18:45 +0100)]
[FIX] base_calendar: opening a virtual event with the non-admin user was crashing

bzr revid: qdp-launchpad@openerp.com-20121212174502-qj74lmso3a2yjpbx

11 years ago[REV] base_calendar: reverted to a previous code because it broke one test
Quentin (OpenERP) [Wed, 12 Dec 2012 17:44:15 +0000 (18:44 +0100)]
[REV] base_calendar: reverted to a previous code because it broke one test

bzr revid: qdp-launchpad@openerp.com-20121212174415-pllm4f5g7k6uyn3o

11 years ago[REF] mail: splitted the search() function in smaller part in order to ease the inher...
Quentin (OpenERP) [Wed, 12 Dec 2012 17:43:23 +0000 (18:43 +0100)]
[REF] mail: splitted the search() function in smaller part in order to ease the inheritance (because some code needs to be overriden for virtual ids, for example)

bzr revid: qdp-launchpad@openerp.com-20121212174323-3kw9vrzacfm3wvm7

11 years ago[IMP] base_calendar: improved yaml test to help debug
Quentin (OpenERP) [Wed, 12 Dec 2012 17:42:15 +0000 (18:42 +0100)]
[IMP] base_calendar: improved yaml test to help debug

bzr revid: qdp-launchpad@openerp.com-20121212174215-kclquypqib680zju

11 years ago[FIX] doc: rename and re-include 'presentation'
Xavier Morel [Wed, 12 Dec 2012 16:57:39 +0000 (17:57 +0100)]
[FIX] doc: rename and re-include 'presentation'

bzr revid: xmo@openerp.com-20121212165739-5u1880yhb4gq4pfl

11 years ago[REF]invert if-else condition
Cedric Snauwaert [Wed, 12 Dec 2012 16:27:38 +0000 (17:27 +0100)]
[REF]invert if-else condition

bzr revid: csn@openerp.com-20121212162738-2nwkk3r0f45bmvzs

11 years ago[FIX] doc warnings: replace ref by term, add glossary
Xavier Morel [Wed, 12 Dec 2012 16:17:00 +0000 (17:17 +0100)]
[FIX] doc warnings: replace ref by term, add glossary

bzr revid: xmo@openerp.com-20121212161700-gxrzeh1yjqhelroc

11 years ago[ADD] domains ref, to avoid warnings in web client doc
Xavier Morel [Wed, 12 Dec 2012 16:16:31 +0000 (17:16 +0100)]
[ADD] domains ref, to avoid warnings in web client doc

bzr revid: xmo@openerp.com-20121212161631-v8s83jhlxzl7z0p1

11 years ago[FIX] unpin LXML as 3.0 official has been released
Xavier Morel [Wed, 12 Dec 2012 16:15:10 +0000 (17:15 +0100)]
[FIX] unpin LXML as 3.0 official has been released

bzr revid: xmo@openerp.com-20121212161510-nange6xbbgworgnc

11 years ago[FIX] mrp.repair fixed
Arnaud Pineux [Wed, 12 Dec 2012 15:38:04 +0000 (16:38 +0100)]
[FIX] mrp.repair fixed

bzr revid: api@openerp.com-20121212153804-sju1mjcgk8uba9rd

11 years ago[FIX]fix problem when trying to add line entry in my current timesheet
Cedric Snauwaert [Wed, 12 Dec 2012 15:21:26 +0000 (16:21 +0100)]
[FIX]fix problem when trying to add line entry in my current timesheet

bzr revid: csn@openerp.com-20121212152126-czq2fwo1oxkvt73o

11 years ago[FIX] mrp repair when removing parts
Arnaud Pineux [Wed, 12 Dec 2012 15:08:02 +0000 (16:08 +0100)]
[FIX] mrp repair when removing parts

bzr revid: api@openerp.com-20121212150802-i8d83i131qyq4arq

11 years ago[REV] Revert some stuff
Fabien Meghazi [Wed, 12 Dec 2012 15:03:46 +0000 (16:03 +0100)]
[REV] Revert some stuff

height should stay 100% on login box
removed buggy IE9 gradients

bzr revid: fme@openerp.com-20121212150346-a7bdktrrlr8k8iex

11 years ago[MERGE] Latest trunk
vta vta@openerp.com [Wed, 12 Dec 2012 14:39:32 +0000 (15:39 +0100)]
[MERGE] Latest trunk

bzr revid: vta@openerp.com-20121212143932-sg99mw5npppocdos

11 years ago[MERGE] with trunk-bug-1078628-api
Arnaud Pineux [Wed, 12 Dec 2012 14:34:08 +0000 (15:34 +0100)]
[MERGE] with trunk-bug-1078628-api

bzr revid: api@openerp.com-20121212143408-x0dsg2x9hp0b7n96

11 years ago[FIX] base_calendar: virtual ids and misc fixes
Quentin (OpenERP) [Wed, 12 Dec 2012 14:31:38 +0000 (15:31 +0100)]
[FIX] base_calendar: virtual ids and misc fixes

bzr revid: qdp-launchpad@openerp.com-20121212143138-bugp0y3aib9ip6y6

11 years ago[FIX] base_calendar: virtual ids and misc fixes
Quentin (OpenERP) [Wed, 12 Dec 2012 14:31:38 +0000 (15:31 +0100)]
[FIX] base_calendar: virtual ids and misc fixes

bzr revid: qdp-launchpad@openerp.com-20121212143138-r400ibtajigk0lns

11 years ago[FIX] Don't add trailing spacesbzr shelve portal_anonymous/static/src/js/portal_anony...
vta vta@openerp.com [Wed, 12 Dec 2012 14:12:33 +0000 (15:12 +0100)]
[FIX] Don't add trailing spacesbzr shelve portal_anonymous/static/src/js/portal_anonymous.js

bzr revid: vta@openerp.com-20121212141233-n4xeioj80kitji9p

11 years ago[FIX] problem with list views extending outside of sheets
niv-openerp [Wed, 12 Dec 2012 13:48:47 +0000 (14:48 +0100)]
[FIX] problem with list views extending outside of sheets

bzr revid: nicolas.vanhoren@openerp.com-20121212134847-1rbjhwk7vu1vmu1k

11 years ago[MERGE] trunk
Fabien Meghazi [Wed, 12 Dec 2012 13:38:00 +0000 (14:38 +0100)]
[MERGE] trunk

bzr revid: fme@openerp.com-20121212133800-k67gy1gctt5dxzwk

11 years ago[FIX] Set data noupdate=1
vta vta@openerp.com [Wed, 12 Dec 2012 13:37:57 +0000 (14:37 +0100)]
[FIX] Set data noupdate=1

bzr revid: vta@openerp.com-20121212133757-avxsyz1n63t7ancf

11 years ago[FIX] warning due to missing description of web_tests_demo module
Xavier Morel [Wed, 12 Dec 2012 13:16:51 +0000 (14:16 +0100)]
[FIX] warning due to missing description of web_tests_demo module

bzr revid: xmo@openerp.com-20121212131651-cgnfrmzv70w53fr3

11 years ago[FIX] product category access
Arnaud Pineux [Wed, 12 Dec 2012 12:59:12 +0000 (13:59 +0100)]
[FIX] product category access

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

bzr revid: api@openerp.com-20121212125912-bnzhcaa1mwq153vt

11 years ago[FIX]: description
ajay javiya (OpenERP) [Wed, 12 Dec 2012 12:57:58 +0000 (18:27 +0530)]
[FIX]: description

bzr revid: aja@tinyerp.com-20121212125758-iv71s1bol2afbwe6

11 years ago[IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all...
vta vta@openerp.com [Wed, 12 Dec 2012 12:40:49 +0000 (13:40 +0100)]
[IMP] Moved all js code from auth_anonymous to portal_anonymous (changed also all related names, etc.) which will do all the job. Removed auth_anonymous

bzr revid: vta@openerp.com-20121212124049-yttnbx75zxrekvc4

11 years ago[MERGE] with trunk
Arnaud Pineux [Wed, 12 Dec 2012 12:05:52 +0000 (13:05 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121212120552-gyimqlcgtg9stmm6

11 years ago[FIX] product category access
Arnaud Pineux [Wed, 12 Dec 2012 12:05:26 +0000 (13:05 +0100)]
[FIX] product category access

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

bzr revid: api@openerp.com-20121212120526-g8wb3abd94feggfb

11 years ago[MERGE] project: remove wrong div (convert into qweb t tag) into the kanban view...
Christophe Matthieu [Wed, 12 Dec 2012 11:37:04 +0000 (12:37 +0100)]
[MERGE] project: remove wrong div (convert into qweb t tag) into the kanban view for a good rendering.

bzr revid: chm@openerp.com-20121212113704-s5eui7dqyelsbgs1

11 years ago[MERGE] staging branch
Quentin (OpenERP) [Wed, 12 Dec 2012 11:34:48 +0000 (12:34 +0100)]
[MERGE] staging branch

bzr revid: qdp-launchpad@openerp.com-20121212113448-3ueoqbutbdu9pcar

11 years ago[IMP] Portal, now auto_install (also all of its dependencies)
vta vta@openerp.com [Wed, 12 Dec 2012 11:22:37 +0000 (12:22 +0100)]
[IMP] Portal, now auto_install (also all of its dependencies)

bzr revid: vta@openerp.com-20121212112237-1uvr5kuwheyq0sri

11 years ago[FIX] Show subscribe/unsuscribe button on events for user/portal, not when user is...
vta vta@openerp.com [Wed, 12 Dec 2012 11:17:10 +0000 (12:17 +0100)]
[FIX] Show subscribe/unsuscribe button on events for user/portal, not when user is anonymous

bzr revid: vta@openerp.com-20121212111710-h0nmw6useq19wy12

11 years ago[MERGE] mrp usability
Quentin (OpenERP) [Wed, 12 Dec 2012 11:10:01 +0000 (12:10 +0100)]
[MERGE] mrp usability

bzr revid: qdp-launchpad@openerp.com-20121212111001-4ozzlwc46kue2982

11 years ago[FIX] Access rights on events for anonymous
vta vta@openerp.com [Wed, 12 Dec 2012 11:08:34 +0000 (12:08 +0100)]
[FIX] Access rights on events for anonymous

bzr revid: vta@openerp.com-20121212110834-sxgr3uq0sr8mok0y

11 years ago[MERGE] fixes about virtual ids in base_calendar + dependancy fixed in sale_journal
Quentin (OpenERP) [Wed, 12 Dec 2012 11:03:23 +0000 (12:03 +0100)]
[MERGE] fixes about virtual ids in base_calendar + dependancy fixed in sale_journal

bzr revid: qdp-launchpad@openerp.com-20121212110323-puibjap5t5n53ufi

11 years ago[MERGE] usability in purchase order and demo data of hr.expense
Quentin (OpenERP) [Wed, 12 Dec 2012 10:59:44 +0000 (11:59 +0100)]
[MERGE] usability in purchase order and demo data of hr.expense

bzr revid: qdp-launchpad@openerp.com-20121212105944-3osl24f7i1przey1

11 years ago[MERGE] demo data improved
Quentin (OpenERP) [Wed, 12 Dec 2012 10:52:57 +0000 (11:52 +0100)]
[MERGE] demo data improved

bzr revid: qdp-launchpad@openerp.com-20121212105257-si52vag1fppopyxn

11 years ago[MERGE] branch removing a typo in a view
Quentin (OpenERP) [Wed, 12 Dec 2012 10:51:46 +0000 (11:51 +0100)]
[MERGE] branch removing a typo in a view

bzr revid: qdp-launchpad@openerp.com-20121212105146-5xfqsqaqu086t7wh

11 years ago[MERGE] trunk
Quentin (OpenERP) [Wed, 12 Dec 2012 10:48:16 +0000 (11:48 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121212104816-bionjpm011ykaw02

11 years ago[REF] base_calendar: refactoring
Quentin (OpenERP) [Wed, 12 Dec 2012 10:34:50 +0000 (11:34 +0100)]
[REF] base_calendar: refactoring

bzr revid: qdp-launchpad@openerp.com-20121212103450-x4jguy82cv1ya0tg

11 years ago[IMP] project: revert to tag t of qweb with groups
Christophe Matthieu [Wed, 12 Dec 2012 09:33:08 +0000 (10:33 +0100)]
[IMP] project: revert to tag t of qweb with groups

bzr revid: chm@openerp.com-20121212093308-w7riueqzvklufvt4

11 years ago[IMP] project: remove wrong div into the kanban view for a good rendering. apply...
Christophe Matthieu [Wed, 12 Dec 2012 09:05:54 +0000 (10:05 +0100)]
[IMP] project: remove wrong div into the kanban view for a good rendering. apply groups='base.group_user' on links.

bzr revid: chm@openerp.com-20121212090554-jyk60tt1snfqclqj

11 years ago[FIX] Small fixes related to access rights, and reordering of user/group definitions
vta vta@openerp.com [Wed, 12 Dec 2012 08:14:17 +0000 (09:14 +0100)]
[FIX] Small fixes related to access rights, and reordering of user/group definitions

bzr revid: vta@openerp.com-20121212081417-0zkbzs1ev6iu7hsf

11 years ago[REM]: Remove warning
ajay javiya (OpenERP) [Wed, 12 Dec 2012 05:28:11 +0000 (10:58 +0530)]
[REM]: Remove warning

bzr revid: aja@tinyerp.com-20121212052811-lfq1vyyu2bagx77f

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 12 Dec 2012 04:54:14 +0000 (04:54 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121212043903-maiyd94p4ifgdqew
bzr revid: launchpad_translations_on_behalf_of_openerp-20121212044145-k216g0bcavdlf2o3
bzr revid: launchpad_translations_on_behalf_of_openerp-20121212045414-tgg69aaw4dz72b0p

11 years ago[MERGE] l10n_be coda refactoring
Antony Lesuisse [Tue, 11 Dec 2012 21:45:12 +0000 (22:45 +0100)]
[MERGE] l10n_be coda refactoring

bzr revid: al@openerp.com-20121211214512-aui7ptbdeynj0zgy

11 years ago[MERGE] autoinstall at least one dependency must be to install by rco
Antony Lesuisse [Tue, 11 Dec 2012 18:53:10 +0000 (19:53 +0100)]
[MERGE] autoinstall at least one dependency must be to install by rco

bzr revid: al@openerp.com-20121211185310-jq6cci7740n54b4a

11 years ago[FIX] project_long_term: quick hacks to avoid crash at project phase creation
Olivier Dony [Tue, 11 Dec 2012 18:02:02 +0000 (19:02 +0100)]
[FIX] project_long_term: quick hacks to avoid crash at project phase creation

This is broken by design, and crashes now that the
"Day" UOM was renamed to "Day(s)". Needs to be
reviewed correctly, there are other things that
will break.

bzr revid: odo@openerp.com-20121211180202-df5ngpmzkp2sfdkd

11 years ago[MERGE] Addition of Croatian Chart of Accounts, courtesy of Goran Kliska
Olivier Dony [Tue, 11 Dec 2012 17:52:48 +0000 (18:52 +0100)]
[MERGE] Addition of Croatian Chart of Accounts, courtesy of Goran Kliska

bzr revid: odo@openerp.com-20121211175248-rneg32ui4smtlu2x

11 years ago[MERGE] trunk
Quentin (OpenERP) [Tue, 11 Dec 2012 16:48:09 +0000 (17:48 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121211164809-6an03h42d2n39y31

11 years ago[FIX] base_calendar: stupid copy/paste fixed
Quentin (OpenERP) [Tue, 11 Dec 2012 16:32:22 +0000 (17:32 +0100)]
[FIX] base_calendar: stupid copy/paste fixed

bzr revid: qdp-launchpad@openerp.com-20121211163222-opvx2iwhp19w1jzk

11 years ago[MERGE] with branch bug-1052079
Arnaud Pineux [Tue, 11 Dec 2012 16:21:55 +0000 (17:21 +0100)]
[MERGE] with branch bug-1052079

bzr revid: api@openerp.com-20121211162155-bs063uclfem0trhy

11 years ago[MERGE] trunk
Quentin (OpenERP) [Tue, 11 Dec 2012 16:05:39 +0000 (17:05 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121211160539-kf3cx6xintsr92qk

11 years ago[FIX/REF] base_calendar: virtual ids management
Quentin (OpenERP) [Tue, 11 Dec 2012 15:56:27 +0000 (16:56 +0100)]
[FIX/REF] base_calendar: virtual ids management

bzr revid: qdp-launchpad@openerp.com-20121211155627-xx33ah96xmpp47ca

11 years ago[MERGE] with trunk
Arnaud Pineux [Tue, 11 Dec 2012 15:51:07 +0000 (16:51 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121211155107-rsf5bcbxd2em9ypy

11 years ago[IMP] Improved notebook styling
Fabien Meghazi [Tue, 11 Dec 2012 15:45:50 +0000 (16:45 +0100)]
[IMP] Improved notebook styling

Inverted active state color of tabs

bzr revid: fme@openerp.com-20121211154550-q25v2rfiu8rxdeck

11 years ago[IMP] groups and menuitems
Arnaud Pineux [Tue, 11 Dec 2012 15:35:40 +0000 (16:35 +0100)]
[IMP] groups and menuitems

bzr revid: api@openerp.com-20121211153540-lwmo1gq21cfrnekl

11 years ago[MERGE] with trunk
Arnaud Pineux [Tue, 11 Dec 2012 15:33:52 +0000 (16:33 +0100)]
[MERGE] with trunk

bzr revid: api@openerp.com-20121211153352-l1ikpqgz8cxmuuu0

11 years ago[ADD] Add security rules to group_anonymous, removed unused files, and fixed descript...
vta vta@openerp.com [Tue, 11 Dec 2012 15:32:18 +0000 (16:32 +0100)]
[ADD] Add security rules to group_anonymous, removed unused files, and fixed descriptor of portal_anonymous

bzr revid: vta@openerp.com-20121211153218-kp88oqt9me5d7z7t

11 years ago[MERGE] catch and display error when there are an error in an attachment. Add title...
Christophe Matthieu [Tue, 11 Dec 2012 15:24:55 +0000 (16:24 +0100)]
[MERGE] catch and display error when there are an error in an attachment. Add title with creator and date for attachments on the sidebar.

bzr revid: chm@openerp.com-20121211152455-nrx74yqs0ui1hsmr

11 years ago[MERGE] catch and display error when there are an error in an attachment upload....
Christophe Matthieu [Tue, 11 Dec 2012 15:22:19 +0000 (16:22 +0100)]
[MERGE] catch and display error when there are an error in an attachment upload. Add mail/download_attachment controllers

bzr revid: chm@openerp.com-20121211152219-2hlw1npfq2jfzx88

11 years ago[FIX] Move anonymous group and user definition to portal data
vta vta@openerp.com [Tue, 11 Dec 2012 15:20:06 +0000 (16:20 +0100)]
[FIX] Move anonymous group and user definition to portal data

bzr revid: vta@openerp.com-20121211152006-albv2ozyxmpdydzc

11 years ago[FIX] Move portal group definition to data
vta vta@openerp.com [Tue, 11 Dec 2012 15:18:37 +0000 (16:18 +0100)]
[FIX] Move portal group definition to data

bzr revid: vta@openerp.com-20121211151837-05brccm8xaebqjvu

11 years ago[FIX] Once DB Manager's 'Back to Login' button is used, logging in won't show applica...
Fabien Meghazi [Tue, 11 Dec 2012 15:18:24 +0000 (16:18 +0100)]
[FIX] Once DB Manager's 'Back to Login' button is used, logging in won't show application.

bzr revid: fme@openerp.com-20121211151824-ywcuhi4hdcvphn7g

11 years ago[IMP] Correct and improve some addons
Arnaud Pineux [Tue, 11 Dec 2012 15:12:03 +0000 (16:12 +0100)]
[IMP] Correct and improve some addons

bzr revid: api@openerp.com-20121211151203-5p7yo1sf2d39r7kr

11 years ago[IMP] analytic: 'code' field: remove size limit
olt@tinyerp.com [Tue, 11 Dec 2012 15:04:19 +0000 (16:04 +0100)]
[IMP] analytic: 'code' field: remove size limit

bzr revid: olt@tinyerp.com-20121211150419-2sh2n255ej9bewgo