Commit Graph

66314 Commits

Author SHA1 Message Date
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
Arnaud Pineux 9e9282a141 [FIX] mrp.repair fixed
bzr revid: api@openerp.com-20121212153804-sju1mjcgk8uba9rd
2012-12-12 16:38:04 +01:00
Cedric Snauwaert ac367e4ceb [FIX]fix problem when trying to add line entry in my current timesheet
bzr revid: csn@openerp.com-20121212152126-czq2fwo1oxkvt73o
2012-12-12 16:21:26 +01:00
Arnaud Pineux 2b85513ee0 [FIX] mrp repair when removing parts
bzr revid: api@openerp.com-20121212150802-i8d83i131qyq4arq
2012-12-12 16:08:02 +01:00
Fabien Meghazi 32f1918ca5 [REV] Revert some stuff
height should stay 100% on login box
removed buggy IE9 gradients

bzr revid: fme@openerp.com-20121212150346-a7bdktrrlr8k8iex
2012-12-12 16:03:46 +01:00
vta vta@openerp.com e084ed51f3 [MERGE] Latest trunk
bzr revid: vta@openerp.com-20121212143932-sg99mw5npppocdos
2012-12-12 15:39:32 +01:00
Arnaud Pineux 2aeec4999c [MERGE] with trunk-bug-1078628-api
bzr revid: api@openerp.com-20121212143408-x0dsg2x9hp0b7n96
2012-12-12 15:34:08 +01:00
Quentin (OpenERP) 92750eadc0 [FIX] base_calendar: virtual ids and misc fixes
bzr revid: qdp-launchpad@openerp.com-20121212143138-bugp0y3aib9ip6y6
2012-12-12 15:31:38 +01:00
Quentin (OpenERP) 37a3ef575e [FIX] base_calendar: virtual ids and misc fixes
bzr revid: qdp-launchpad@openerp.com-20121212143138-r400ibtajigk0lns
2012-12-12 15:31:38 +01:00
vta vta@openerp.com f34b08c5df [FIX] Don't add trailing spacesbzr shelve portal_anonymous/static/src/js/portal_anonymous.js
bzr revid: vta@openerp.com-20121212141233-n4xeioj80kitji9p
2012-12-12 15:12:33 +01:00
niv-openerp 8f224d0914 [FIX] problem with list views extending outside of sheets
bzr revid: nicolas.vanhoren@openerp.com-20121212134847-1rbjhwk7vu1vmu1k
2012-12-12 14:48:47 +01:00
Fabien Meghazi 428a8154a3 [MERGE] trunk
bzr revid: fme@openerp.com-20121212133800-k67gy1gctt5dxzwk
2012-12-12 14:38:00 +01:00
vta vta@openerp.com 9a65ac3efc [FIX] Set data noupdate=1
bzr revid: vta@openerp.com-20121212133757-avxsyz1n63t7ancf
2012-12-12 14:37:57 +01:00
Xavier Morel 972dc3d118 [FIX] warning due to missing description of web_tests_demo module
bzr revid: xmo@openerp.com-20121212131651-cgnfrmzv70w53fr3
2012-12-12 14:16:51 +01:00