Commit Graph

66365 Commits

Author SHA1 Message Date
Thibault Delavallée 90062eb86a [MERGE] Sync with trunk. portal_security.xml file is back, holding a custom res_partner rule.
bzr revid: tde@openerp.com-20121214085639-8xrn4l413x1901n0
2012-12-14 09:56:39 +01:00
Launchpad Translations on behalf of openerp cc8025387b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121214053905-mac64ijay9566opr
bzr revid: launchpad_translations_on_behalf_of_openerp-20121214054902-12ndwftreb4g1964
2012-12-14 05:49:02 +00:00
Olivier Dony dad04babd3 [FIX] mail.message: be tolerant to messages linked to missing models
(Requested by the migration team)

bzr revid: odo@openerp.com-20121213161739-hszjd5yay2svtd3c
2012-12-13 17:17:39 +01:00
Fabien Pinckaers a32f7d22b5 [IMP] typo
bzr revid: fp@tinyerp.com-20121213155202-fmfock0x4q0a0we1
2012-12-13 16:52:02 +01:00
Fabien Pinckaers 0f43de3144 [IMP] visible handle in the list of projects
bzr revid: fp@tinyerp.com-20121213151418-yq1grgu6n1xw5dsl
2012-12-13 16:14:18 +01:00
Fabien Pinckaers 1a94c3193a [IMP] company_id invisible on invocie line
bzr revid: fp@tinyerp.com-20121213151225-oe2j0kieqsbppwbi
2012-12-13 16:12:25 +01:00
niv-openerp 8a3fe9f0c2 [FIX] make the field text resize correctly
lp bug: https://launchpad.net/bugs/1089447 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121213150653-slmic4hcc2m95xy0
2012-12-13 16:06:53 +01:00
Fabien Pinckaers 80133457d9 [IMP] useability highlight select when option checked
bzr revid: fp@tinyerp.com-20121213150033-89zm08nfop2vf0fe
2012-12-13 16:00:33 +01:00
Olivier Dony 1565e8c708 [IMP] ir.ui.menu: deleting a menu should orphan its children w/o corrupting the `parent_store` struct: test + fix
ir.ui.menu was recently changed to use _parent_store,
which precludes using ondelete=set null for the parent_id
column. We nevertheless need to be certain that menus
can always be deleted but *never* cascade-deleted,
due the possible presence of user-created menus.
Overriding menu.unlink() is therefore necessary,
and care must be taken to bypass the default menu
visibility (using the `ir.ui.menu.full_list` context
flag while doing so)

bzr revid: odo@openerp.com-20121213145821-u2ipdvffu00rsgdg
2012-12-13 15:58:21 +01:00
niv-openerp 082ca41f1c [FIX] when clicking too fast on root menu items, exceptions are thrown randomly
lp bug: https://launchpad.net/bugs/1088924 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121213143849-4n3qppvu9g9tarae
2012-12-13 15:38:49 +01:00
Fabien Pinckaers 8579f12ce7 [IMP] color in CRM opportunities
bzr revid: fp@tinyerp.com-20121213142314-x9sc2g8l9kbnikpb
2012-12-13 15:23:14 +01:00
niv-openerp 906ceba948 [IMP] lot of small improvements to better detect when a view has finished loading
bzr revid: nicolas.vanhoren@openerp.com-20121213140914-8d1u01h17r2x4fpu
2012-12-13 15:09:14 +01:00
Fabien Pinckaers 5bc1a17026 [MERGE] translation of anonymisation strings
bzr revid: fp@tinyerp.com-20121213131643-6mkrbfxqym4wla0l
2012-12-13 14:16:43 +01:00
Xavier Morel 7acadc00c6 [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
2012-12-13 14:05:48 +01:00
Fabien Pinckaers d63781bf5c [MERGE] translated string
bzr revid: fp@tinyerp.com-20121213130534-1oog48prey06uqrk
2012-12-13 14:05:34 +01:00
Fabien Pinckaers 5d7010c6b7 [MERGE] 2 OPW fixes
bzr revid: fp@tinyerp.com-20121213130236-fgfonjdfa6a79c66
2012-12-13 14:02:36 +01:00
Quentin (OpenERP) 58e0467795 [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
2012-12-13 13:46:57 +01:00
Quentin (OpenERP) 154dab3182 [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
2012-12-13 12:26:07 +01:00
niv-openerp 96231a7ddb [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
2012-12-13 11:52:00 +01:00
niv-openerp 03f81db942 [FIX] problem in charts when using line charts
lp bug: https://launchpad.net/bugs/1089517 fixed

bzr revid: nicolas.vanhoren@openerp.com-20121213102756-yzhq0igzcgttlpvz
2012-12-13 11:27:56 +01:00
Quentin (OpenERP) 02ebe3312b [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
2012-12-13 10:53:04 +01:00
Quentin (OpenERP) e74f5cb05c [MERGE] trunk
bzr revid: qdp-launchpad@openerp.com-20121213095237-gmp54miih4n4m4r8
2012-12-13 10:52:37 +01:00
Quentin (OpenERP) 4f880230a9 [REV] revert of revision 8290, which was fixing the bug in a wrong way
bzr revid: qdp-launchpad@openerp.com-20121213092034-a48tk9x78job1qx1
2012-12-13 10:20:34 +01:00
Cedric Snauwaert ed9385d2aa [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
2012-12-13 10:12:18 +01:00
vta vta@openerp.com 8c3fadda34 [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
2012-12-13 09:48:31 +01:00
Cedric Snauwaert e858c8647c [MERGE]merge with latest addons
bzr revid: csn@openerp.com-20121213083837-wsr74knpgeqou3mv
2012-12-13 09:38:37 +01:00
Launchpad Translations on behalf of openerp d6ea61789f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121213044507-t1hpxi43gks88w2e
bzr revid: launchpad_translations_on_behalf_of_openerp-20121213050131-3r9t674ehhnkneky
2012-12-13 05:01:31 +00:00
Fabien Meghazi 141f32f878 [MERGE] Internet Explorer specific css
bzr revid: fme@openerp.com-20121212212617-cnvnwun9vqax82to
2012-12-12 22:26:17 +01:00
Fabien Meghazi bc038c36db [REV] Keep 100% width oe_login. We'd better refactor login dom.
bzr revid: fme@openerp.com-20121212212027-m5rg0tmgwk0ium1l
2012-12-12 22:20:27 +01:00
Fabien Meghazi 4106de73a9 [REM] Removed state styling. Not improving much but causing more troubles
bzr revid: fme@openerp.com-20121212211648-dpa4mjdmyliu7bz8
2012-12-12 22:16:48 +01:00
Fabien Meghazi 15065bf241 [REM] Removed mail addon specific styling
bzr revid: fme@openerp.com-20121212211157-pijn50u4f10zxp26
2012-12-12 22:11:57 +01:00
Fabien Meghazi 3069f5ffbb [IMP] mail: some IE specific css
bzr revid: fme@openerp.com-20121212211118-nbh943o0lqexx5tc
2012-12-12 22:11:18 +01:00
Olivier Dony 90c0eea54a [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
2012-12-12 22:04:51 +01:00
Olivier Dony e660b70ecb [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
2012-12-12 22:02:47 +01:00
Olivier Dony 9aa0701836 [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
2012-12-12 22:01:37 +01:00
Olivier Dony e493303e18 [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
2012-12-12 22:00:27 +01:00
Olivier Dony 55419f063c [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
2012-12-12 21:51:20 +01:00
Quentin (OpenERP) 4c1ead2a1c [MERGE] staging branch with fixes, again, on base_calendar and virtual ids
bzr revid: qdp-launchpad@openerp.com-20121212183807-7197dwwml3m93fs4
2012-12-12 19:38:07 +01:00
Quentin (OpenERP) dd319abcf0 [MERGe] base_calendar + trunk update
bzr revid: qdp-launchpad@openerp.com-20121212175558-jr3n85u523yhcwvv
2012-12-12 18:55:58 +01:00
Quentin (OpenERP) 7b206d3004 [FIX] base_calendar: opening a virtual event with the non-admin user was crashing
bzr revid: qdp-launchpad@openerp.com-20121212174502-qj74lmso3a2yjpbx
2012-12-12 18:45:02 +01:00
Quentin (OpenERP) 7ef99890d8 [REV] base_calendar: reverted to a previous code because it broke one test
bzr revid: qdp-launchpad@openerp.com-20121212174415-pllm4f5g7k6uyn3o
2012-12-12 18:44:15 +01:00
Quentin (OpenERP) 85c90838a8 [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
2012-12-12 18:43:23 +01:00
Quentin (OpenERP) cf863ebd18 [IMP] base_calendar: improved yaml test to help debug
bzr revid: qdp-launchpad@openerp.com-20121212174215-kclquypqib680zju
2012-12-12 18:42:15 +01:00
Xavier Morel 26cfe040cb [FIX] doc: rename and re-include 'presentation'
bzr revid: xmo@openerp.com-20121212165739-5u1880yhb4gq4pfl
2012-12-12 17:57:39 +01:00
Cedric Snauwaert 182ea633d7 [REF]invert if-else condition
bzr revid: csn@openerp.com-20121212162738-2nwkk3r0f45bmvzs
2012-12-12 17:27:38 +01:00
Xavier Morel e9b946d243 [FIX] doc warnings: replace ref by term, add glossary
bzr revid: xmo@openerp.com-20121212161700-gxrzeh1yjqhelroc
2012-12-12 17:17:00 +01:00
Xavier Morel 86f67c5d60 [ADD] domains ref, to avoid warnings in web client doc
bzr revid: xmo@openerp.com-20121212161631-v8s83jhlxzl7z0p1
2012-12-12 17:16:31 +01:00
Xavier Morel f7e0a7ffaa [FIX] unpin LXML as 3.0 official has been released
bzr revid: xmo@openerp.com-20121212161510-nange6xbbgworgnc
2012-12-12 17:15:10 +01:00
Thibault Delavallée f64d4a5ada [CLEAN] mail: misc cleaning of read -> browse, SUPERUSER_ID -> uid, because no need to SUPERUSER in this case.
bzr revid: tde@openerp.com-20121212160804-n182n9bzo8vscuvt
2012-12-12 17:08:04 +01:00
Thibault Delavallée cd0aab0789 [FIX] mail.compose.message: fixed creation of message on its own profile (res_users -> res_partner).
bzr revid: tde@openerp.com-20121212160736-wcas9ucgzkcm1o7f
2012-12-12 17:07:36 +01:00