- Aug 21, 2013
-
-
Olivier Dony authored
bzr revid: odo@openerp.com-20130821115822-kd9d8m1upvo5wiux
-
Olivier Dony authored
[MERGE] [DOC] make it explicit that the module name is mandatory when specifying a sub view via the context, courtesy of Alexandre Fayolle (Camptocamp) bzr revid: odo@openerp.com-20130821115249-qv06t608ajo0f8yi
-
Alexandre Fayolle authored
[FIX] [DOC] make it explicit that the module name is mandatory when specifying a sub view via the context lp bug: https://launchpad.net/bugs/1214799 fixed bzr revid: alexandre.fayolle@camptocamp.com-20130821094913-2frk2550b4szka5s
-
- Aug 20, 2013
-
-
Olivier Dony authored
bzr revid: odo@openerp.com-20130820091157-e5brwlxuhujf8rrd
-
Olivier Dony authored
This usually causes spurious AccessDenied errors that would not have occurred in most cases because the restricted fields would not be actually read/accessed. This patch treats fields with model-level `groups` attributes (which means access is restricted by the ORM, not just the UI) as not prefetchable, irregardless of the actual groups that are restricted. This agnostic approach was chosen to save the extra group membership lookup in most cases, which is currently not cached (caching it would be a bigger change and come with cache invalidation issues). In the worst case the non-prefetching will cause an extra SQL query for each restricted field that is browsed, but in most cases this will make no performance hit, as this from of access control is typically used only for a few fields. bzr revid: odo@openerp.com-20130820085451-e1a30wfod2hc52hf
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130820051502-deoiql3lru7goosd
-
- Aug 19, 2013
-
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20130819174930-xjzmrhuuuuwnbdg0
-
Christophe Simonis authored
bzr revid: chs@openerp.com-20130819164622-7cre7yqpvlyzsslj
-
Olivier Dony authored
[FIX] account,hr_timesheet_sheet: fix YML assertRaise-like testcases that did not verify the result, courtesy of Laetitia Gangloff (Acsone) bzr revid: odo@openerp.com-20130819142314-cirsm5jxg6e0uw02
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055122-qjjh1oa8122npkdt bzr revid: launchpad_translations_on_behalf_of_openerp-20130816060311-osd5epg0pjqggizo bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061650-b596lee67z2gon1h bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050503-e1c1ferew0px4k1y bzr revid: launchpad_translations_on_behalf_of_openerp-20130819045737-ef63g3nwk154ezyw
-
- Aug 18, 2013
-
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055129-l249p9ncbc2h5ofe bzr revid: launchpad_translations_on_behalf_of_openerp-20130815055040-zhr6j27dl2pml3xj bzr revid: launchpad_translations_on_behalf_of_openerp-20130817061604-2qsvxvuesqqeah0x bzr revid: launchpad_translations_on_behalf_of_openerp-20130818050455-fwt3xl3oyarv2ed8
-
- Aug 13, 2013
-
-
Olivier Dony authored
bzr revid: odo@openerp.com-20130813082247-fz1cv55l82j9uo3l
-
- Aug 14, 2013
-
-
Martin Trigaux authored
requires merge 5049 in server 7.0 (support of i18n_extra folder) requires l10n_multilang preinstalled before l10n_be (to add translatable fields) move l10n_be_wizard.yml to l10n_be_hr_payroll_account (requires an accounting plan installed to import data) set action wizard for multichart selection opened add translation of chart of account into nl_BE, courtesy of Geert Janssens point_of_sale: fix default journal selection for config (broken runbot test) lp bug: https://launchpad.net/bugs/1189865 fixed bzr revid: mat@openerp.com-20130814153028-f0rj5truwrlqgrxe
-
Martin Trigaux authored
lp bug: https://launchpad.net/bugs/1189865 fixed bzr revid: mat@openerp.com-20130814152030-fnv48qljigdj0hjb
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130814140240-f0qqsks6tcc423s8
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130814135346-6zpzl6tc0efowquj
-
Martin Trigaux authored
done to fix test in 01_order_to_payment.yml when creating pos.order default config can have journal of different company, will get exception if done with a journal of main company bzr revid: mat@openerp.com-20130814134511-c0f3z27f9p2gflt6
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130814094047-a3hbjt3iklavlzyr
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130813060644-aqcty76tubwcndqr bzr revid: launchpad_translations_on_behalf_of_openerp-20130814061143-xd9u24slxcp1dft9
-
- Aug 13, 2013
-
-
Martin Trigaux authored
[FIX] l10n_be: trying to cheat runbot into going green, still a data problem with l10n_be_hr_payroll_account bzr revid: mat@openerp.com-20130813153829-t3ssexue8yreeeld
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813144132-8n7gw43i3e1w9hw7
-
Nicolas Vanhoren authored
lp bug: https://launchpad.net/bugs/1211795 fixed bzr revid: nicolas.vanhoren@openerp.com-20130813142011-osv12ybmwvjj5dso
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813140300-g9amgza8h9w1lt4j
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813130109-yhvgipdy9m63jcqy
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813123346-91ua3udtegb03vi0
-
Martin Trigaux authored
[MERGE] [ADD] l10n_be: l10n_be inherits from l10n_multilang, remove yml for automatic account assignment and replace it by the more common wizard in open state bzr revid: mat@openerp.com-20130813122835-bvue248y36zkottt
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813121943-chiv25ipqz3tnq6m
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813121258-q9y4kudhavndlod6
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813100019-l1tcja2ruc1nbf90
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130813094730-8wbjph5qsfp0z84o
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130804053658-dwot6056w0etx103 bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050421-2fm8jer603073706 bzr revid: launchpad_translations_on_behalf_of_openerp-20130807050254-ey3bl55ur4w4qio2 bzr revid: launchpad_translations_on_behalf_of_openerp-20130808045918-hj31pvyyoygb60c7 bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053540-o6koj5a8ykwghh9o bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050623-2h40gxsfykcmjpmp bzr revid: launchpad_translations_on_behalf_of_openerp-20130813060620-3cgurvlsx2pj03cc
-
- Aug 12, 2013
-
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130812094859-gyg5d1jz69zikt7s
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130729055508-7yza7v2jdny1gear bzr revid: launchpad_translations_on_behalf_of_openerp-20130730045810-58du4wi80axs0t81 bzr revid: launchpad_translations_on_behalf_of_openerp-20130806050509-v64stuiemu934s7t bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053600-ssuy8yhd6ve9cse6 bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053806-gx2uwr6zoit4zow2 bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050026-l3omk3m8v7f34dnu bzr revid: launchpad_translations_on_behalf_of_openerp-20130810053803-dm8ugwnibrznai0t bzr revid: launchpad_translations_on_behalf_of_openerp-20130811050015-lmxdgm6fks2fyzoe bzr revid: launchpad_translations_on_behalf_of_openerp-20130812050650-ta4kndyaxthut4tv
-
- Aug 09, 2013
-
-
Denis Ledoux authored
[FIX]auth_oauth: auth_oauth handle oauth error 3, auth_oauth_signup raise accessdenied instead of signuperror, auth_signup use literal_eval instead of safe_eval bzr revid: dle@openerp.com-20130809145506-agzyvk8m1pr858jf
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130809123102-f1npfj1hzic71jhm
-
Martin Trigaux authored
bzr revid: mat@openerp.com-20130809122237-sym8vi6a24h0p2fc
-
Laetitia Gangloff authored
bzr revid: laetitia.gangloff@acsone.eu-20130809070605-w6ti80ljpv5zsh2p
-
Launchpad authored
bzr revid: launchpad_translations_on_behalf_of_openerp-20130809053556-39cuq6tszjt0su5v
-
- Aug 08, 2013
-
-
Martin Trigaux authored
lp bug: https://launchpad.net/bugs/1187512 fixed bzr revid: mat@openerp.com-20130808150040-ki91kbfie9ink8u0
-
Laetitia Gangloff authored
bzr revid: laetitia.gangloff@acsone.eu-20130808143622-7kk0p7ve786kg1yd
-