lp:~nicolas-tresegnie/openerp-web/bug-fix-1002897

Created by NicolasT and last modified
Get this branch:
bzr branch lp:~nicolas-tresegnie/openerp-web/bug-fix-1002897
Only NicolasT can upload to this branch. If you are NicolasT please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
NicolasT
Project:
Odoo Web (MOVED TO GITHUB)
Status:
Development

Recent revisions

2331. By Nicolas Trésegnie <nicolas@mint>

[FIX] fixed internal server error when retrieving a nonexistent method on a valid controller

2330. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2329. By Xavier (Open ERP)

[FIX] correctly save group_by context key when saving a search to a dashboard

2328. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

2327. By Xavier (Open ERP)

[FIX] context and domain of an action being added to a dashboard

* The action's context and domain are needed because they are
  explicitly ignored by those codepaths when the action is ultimately
  executed in the dashboard, and their data are needed: such flags as
  group_by_no_leaf may be set in the action's context, or things like
  the leads/opportunities filters which need to remain in the
  dashboard view.

* On the other hand, some keys in the action's context may be
  detrimental to the correct behavior of the action in the dashboard,
  one such key (group) is the search_default_*: these default values
  for the search view may have been unset by the user before adding to
  the dashboard, we must not add them back. And since the dashboard
  will instantiate a full action/view manager for each action there
  will be (empty) search views which will try to make use of those
  defaults.

As a result, add the action's context and domain to those of the
research while *creating* the dashboard action/section, *but* filter
out search_default_* context keys while doing so.

If new problematic context keys are discovered, they should be added
to the filter.

2326. By Fabien Meghazi (OpenERP)

[FIX] when dialog is resized, the content pane should reflect the new height too

2325. By Fabien Meghazi (OpenERP)

[FIX] Set name when uploading an image is broken on 6.1

2324. By Xavier (Open ERP)

[MERGE] fix for form field translation dialog's button label translations

2323. By Xavier (Open ERP)

[MERGE] missing translation mark in import error dialogs

2322. By Fabien Meghazi (OpenERP)

[FIX] Problems with statusbar widget under IE8

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:openerp-web
This branch contains Public information 
Everyone can see this information.

Subscribers