odoo/odoo.git
11 years ago[FIX] incorrect docstrings or docstring param names not matching actual param names
Xavier Morel [Fri, 14 Dec 2012 13:07:58 +0000 (14:07 +0100)]
[FIX] incorrect docstrings or docstring param names not matching actual param names

bzr revid: xmo@openerp.com-20121214130758-a2wp963w4djmb02k

11 years ago[FIX] unresolved reference: 'model' not available inside test body if generator used
Xavier Morel [Fri, 14 Dec 2012 13:05:07 +0000 (14:05 +0100)]
[FIX] unresolved reference: 'model' not available inside test body if generator used

bzr revid: xmo@openerp.com-20121214130507-qc1fqzbdttb2a0n2

11 years ago[REM] unreachable code
Xavier Morel [Fri, 14 Dec 2012 12:46:06 +0000 (13:46 +0100)]
[REM] unreachable code

bzr revid: xmo@openerp.com-20121214124606-nccvun2sf12gu7c7

11 years ago[REM] trailing semicolons
Xavier Morel [Fri, 14 Dec 2012 12:43:10 +0000 (13:43 +0100)]
[REM] trailing semicolons

bzr revid: xmo@openerp.com-20121214124310-wfdkhmcwxnyqu30m

11 years ago[FIX] misplaced docstrings
Xavier Morel [Fri, 14 Dec 2012 12:42:43 +0000 (13:42 +0100)]
[FIX] misplaced docstrings

bzr revid: xmo@openerp.com-20121214124243-kvg2cg00k0a4518p

11 years ago[FIX] crazy direct calls to dunder methods
Xavier Morel [Fri, 14 Dec 2012 12:41:11 +0000 (13:41 +0100)]
[FIX] crazy direct calls to dunder methods

bzr revid: xmo@openerp.com-20121214124111-xk1wq0xh0gzgx8oh

11 years ago[REM] unnecessary parens
Xavier Morel [Fri, 14 Dec 2012 12:38:03 +0000 (13:38 +0100)]
[REM] unnecessary parens

bzr revid: xmo@openerp.com-20121214123803-6xu2s1ndnoyj4i3e

11 years ago[IMP] literalify list creation
Xavier Morel [Fri, 14 Dec 2012 12:26:05 +0000 (13:26 +0100)]
[IMP] literalify list creation

bzr revid: xmo@openerp.com-20121214122605-w1danvqxmqm12800

11 years ago[FIX] __init__ can't return values
Xavier Morel [Fri, 14 Dec 2012 12:25:25 +0000 (13:25 +0100)]
[FIX] __init__ can't return values

bzr revid: xmo@openerp.com-20121214122525-bd5207viiz4vqi8x

11 years ago[FIX] spaceify tabs
Xavier Morel [Fri, 14 Dec 2012 12:24:23 +0000 (13:24 +0100)]
[FIX] spaceify tabs

bzr revid: xmo@openerp.com-20121214122423-j8hla3cf3uir7ypt

11 years ago[IMP] merge extraneous setitem into literal dict creation
Xavier Morel [Fri, 14 Dec 2012 12:22:23 +0000 (13:22 +0100)]
[IMP] merge extraneous setitem into literal dict creation

bzr revid: xmo@openerp.com-20121214122223-91elxxp0m6ska8ua

11 years ago[REM] duplicate dict keys
Xavier Morel [Fri, 14 Dec 2012 12:17:41 +0000 (13:17 +0100)]
[REM] duplicate dict keys

bzr revid: xmo@openerp.com-20121214121741-lhkqewfw76riqy45

11 years ago[REM] access to deprecated APIs for unsupported Python versions
Xavier Morel [Fri, 14 Dec 2012 12:17:11 +0000 (13:17 +0100)]
[REM] access to deprecated APIs for unsupported Python versions

bzr revid: xmo@openerp.com-20121214121711-d1r6nx82f0mpwgwy

11 years ago[IMP] compare to None by identity
Xavier Morel [Fri, 14 Dec 2012 12:16:38 +0000 (13:16 +0100)]
[IMP] compare to None by identity

bzr revid: xmo@openerp.com-20121214121638-6k5h0ztg94i4f5t6

11 years ago[IMP] simplify to chained comparison
Xavier Morel [Fri, 14 Dec 2012 12:16:04 +0000 (13:16 +0100)]
[IMP] simplify to chained comparison

bzr revid: xmo@openerp.com-20121214121604-anypg1nudbk0bh9y

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[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] 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[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] 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[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[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[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[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[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[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] 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

11 years ago[FIX] focusing of form fields, implementation of focusing for tag m2m
Xavier Morel [Tue, 11 Dec 2012 14:56:52 +0000 (15:56 +0100)]
[FIX] focusing of form fields, implementation of focusing for tag m2m

jQuery's *focus* method must *not* be used: it triggers the blur and
focus events in the wrong order (and potentially more than once),
breaking the focus handling of the o2m editable list and making it
essentially unusable.

The DOM method behaves correctly, triggers the blur first and the
focus second in a different runloop frame (thus it's possible to bind
on blur, wait a set time and execute the actual blurring iif no focus
event has been seen within the form).

bzr revid: xmo@openerp.com-20121211145652-y63a0ny0gmoiozhn

11 years ago[REV] Url parmaters (hence debug mode) should stay persistent. Use bbq api in order...
Fabien Meghazi [Tue, 11 Dec 2012 14:56:32 +0000 (15:56 +0100)]
[REV] Url parmaters (hence debug mode) should stay persistent. Use bbq api in order to remove state.

Reverted partial feature of Revision:
3509 revid:chm@openerp.com-20121128082130-x16m1x0bdsgo7grp

bzr revid: fme@openerp.com-20121211145632-yce8jyyu6k7e2lov

11 years ago[IMP] web: move controler download_attachment into mail.
Christophe Matthieu [Tue, 11 Dec 2012 14:53:43 +0000 (15:53 +0100)]
[IMP] web: move controler download_attachment into mail.

bzr revid: chm@openerp.com-20121211145343-jhjj9sohn2shkbt9

11 years ago[IMP] web: move controler download_attachment into mail. change render into _t
Christophe Matthieu [Tue, 11 Dec 2012 14:45:51 +0000 (15:45 +0100)]
[IMP] web: move controler download_attachment into mail. change render into _t

bzr revid: chm@openerp.com-20121211144551-9uryi1z1sxe9daxv

11 years ago[IMP] modify the condition to auto-install a module: at least one dependency must...
Raphael Collet [Tue, 11 Dec 2012 14:40:10 +0000 (15:40 +0100)]
[IMP] modify the condition to auto-install a module: at least one dependency must be 'to install'

bzr revid: rco@openerp.com-20121211144010-3bbszb3ajxr3doup

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

bzr revid: api@openerp.com-20121211143852-hw0li55oqh9qbhts

11 years ago[IMP] demo for saas for all languages
Arnaud Pineux [Tue, 11 Dec 2012 14:38:36 +0000 (15:38 +0100)]
[IMP] demo for saas for all languages

bzr revid: api@openerp.com-20121211143836-kmt5l903wmiva8ij

11 years ago[IMP] demo for french users
Arnaud Pineux [Tue, 11 Dec 2012 14:03:46 +0000 (15:03 +0100)]
[IMP] demo for french users

bzr revid: api@openerp.com-20121211140346-bhh8o1rf5h57epcz

11 years ago[iMP] contract, add customer name
Fabien Pinckaers [Tue, 11 Dec 2012 14:03:32 +0000 (15:03 +0100)]
[iMP] contract, add customer name

bzr revid: fp@tinyerp.com-20121211140332-rntjhtn1nxppizvk

11 years agomerge trunk
Goran Kliska [Tue, 11 Dec 2012 10:56:28 +0000 (11:56 +0100)]
merge trunk

bzr revid: goran.kliska@slobodni-programi.hr-20121211105628-xuk37a7r3g3mtyll

11 years ago[FIX] web_form: FieldMany2ManyBinaryMultiFiles get_value work with default_value...
Christophe Matthieu [Tue, 11 Dec 2012 10:50:45 +0000 (11:50 +0100)]
[FIX] web_form: FieldMany2ManyBinaryMultiFiles get_value work with default_value and unloaded value

bzr revid: chm@openerp.com-20121211105045-0kugxoijdxh8sm7s

11 years ago[FIX]fleet : go to fleet menu after installation, change demo data, correct some...
Cedric Snauwaert [Tue, 11 Dec 2012 10:37:34 +0000 (11:37 +0100)]
[FIX]fleet : go to fleet menu after installation, change demo data, correct some bugs

bzr revid: csn@openerp.com-20121211103734-mtt0lbqiebp0e4v5

11 years ago[MERGE]merge with latest addons trunk
Cedric Snauwaert [Tue, 11 Dec 2012 10:34:29 +0000 (11:34 +0100)]
[MERGE]merge with latest addons trunk

bzr revid: csn@openerp.com-20121211103429-rmh5qs23rbsxrttk

11 years ago[FIX] Roundtrips binary field value if not bin size
Fabien Meghazi [Tue, 11 Dec 2012 10:33:57 +0000 (11:33 +0100)]
[FIX] Roundtrips binary field value if not bin size

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

bzr revid: fme@openerp.com-20121211103357-csqirmhxehmszyu4

11 years ago[FIX] would be better if we could write to textareas as well
Xavier Morel [Tue, 11 Dec 2012 10:19:01 +0000 (11:19 +0100)]
[FIX] would be better if we could write to textareas as well

bzr revid: xmo@openerp.com-20121211101901-1lqbca199wbce2ld

11 years ago[IMP] tools.image: size can have width or height optional
Christophe Simonis [Tue, 11 Dec 2012 10:06:31 +0000 (11:06 +0100)]
[IMP] tools.image: size can have width or height optional

bzr revid: chs@openerp.com-20121211100631-th6jjwnc7b1u957v

11 years ago[FIX]could not delete element associated to widget m2m_kanban
Cedric Snauwaert [Tue, 11 Dec 2012 10:06:08 +0000 (11:06 +0100)]
[FIX]could not delete element associated to widget m2m_kanban

bzr revid: csn@openerp.com-20121211100608-ucecq4hf86z6oafu

11 years ago[MERGE] account: missing rename of payment term id after recent change
Josse Colpaert [Tue, 11 Dec 2012 09:25:59 +0000 (10:25 +0100)]
[MERGE] account: missing rename of payment term id after recent change

bzr revid: jco@openerp.com-20121211092559-mczdwog0jjtoicuv

11 years ago[FIX]Chart of analytic account parent not displayed in toolbar
dle@openerp.com [Tue, 11 Dec 2012 09:19:02 +0000 (10:19 +0100)]
[FIX]Chart of analytic account parent not displayed in toolbar

bzr revid: dle@openerp.com-20121211091902-64yeeqwsqb6qpwd2

11 years ago[FIX] broken writing to selection field from web UI
Xavier Morel [Tue, 11 Dec 2012 09:06:10 +0000 (10:06 +0100)]
[FIX] broken writing to selection field from web UI

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

bzr revid: xmo@openerp.com-20121211090610-qoh1zazzpp00sx5l

11 years ago[MERGE]merge with latest addons
Cedric Snauwaert [Tue, 11 Dec 2012 09:03:15 +0000 (10:03 +0100)]
[MERGE]merge with latest addons

bzr revid: csn@openerp.com-20121211090315-vv3as4snjxsk0cqz

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 11 Dec 2012 05:03:18 +0000 (05:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121211044948-8q9vf1f9ftrzq4wm
bzr revid: launchpad_translations_on_behalf_of_openerp-20121211050318-3noic2ymt0j497rw

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 11 Dec 2012 04:46:16 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121211044616-c47ciibjkh660n1z

11 years ago[IMP] cleanup menu method mess
Antony Lesuisse [Tue, 11 Dec 2012 02:13:38 +0000 (03:13 +0100)]
[IMP] cleanup menu method mess
do_* were introduce for testing this is not needed anymore

bzr revid: al@openerp.com-20121211021338-8s3jqpfraku1tmsj

11 years ago[IMP] workers request count on exit
Antony Lesuisse [Tue, 11 Dec 2012 01:24:36 +0000 (02:24 +0100)]
[IMP] workers request count on exit

bzr revid: al@openerp.com-20121211012436-gnr3vxhoye1xf0dh

11 years ago[IMP] contracts
Fabien Pinckaers [Mon, 10 Dec 2012 19:42:50 +0000 (20:42 +0100)]
[IMP] contracts

bzr revid: fp@tinyerp.com-20121210194250-ausp6zfxnu4ruq4q

11 years ago[IMP] better contract search view
Fabien Pinckaers [Mon, 10 Dec 2012 19:39:51 +0000 (20:39 +0100)]
[IMP] better contract search view

bzr revid: fp@tinyerp.com-20121210193951-ewpv561fq2tbvxuw

11 years ago[IMP] contract management
Fabien Pinckaers [Mon, 10 Dec 2012 19:28:10 +0000 (20:28 +0100)]
[IMP] contract management

bzr revid: fp@tinyerp.com-20121210192810-eff3qaqn90vgl5q3