lp:~openerp-dev/openerp-web/7.0-opw-605557-fka

Created by Foram Katharotiya (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/7.0-opw-605557-fka
Members of OpenERP R&D Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
OpenERP R&D Team
Project:
Odoo Web (MOVED TO GITHUB)
Status:
Development

Recent revisions

4163. By Foram Katharotiya (OpenERP)

[IMP] remove black portion from message warning dialogbox

4162. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4161. By Martin Trigaux (OpenERP)

[FIX] pager: revert of revision 4159, the pager was disapearing when going in editable mode (which is more problematic that the issue rev 4159 was trying to fix)

4160. By Martin Trigaux (OpenERP)

[FIX] pager: do not try to toggle the visibility if the pager do not exists yet

4159. By Martin Trigaux (OpenERP)

[FIX] pager show the pagger earlier in the loading process to avoid to mix the list and form pagers when fast switching (and slow network)

4158. By Martin Trigaux (OpenERP)

[MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id, name)), instead of sorting on the tuple (and then id), sort on the name_get value to match what is shown on the screen

4157. By Denis Ledoux (OpenERP)

[FIX] web: set z-index of 9999 for autocompletion pane of search bar, to avoid being behind jquery ui dialogs. Besides, this pane should always be on top, therefore we can assume that setting 9999 will not have bad side effects

4156. By Martin Trigaux (OpenERP)

[FIX] web: on SearchPopup creation concat build context even if we have initial_ids

  On SearchPopupCreation, if we have initial_ids - 1st search_read() will be
  missing custom context defined on the field.

  1. defined view like this: <field name='my_many2one_field_id' context="{'test': 1}"/>
  2. in we expand the list of available item, name_search() has 'test' in context
  3. in we click on 'Search More', search_read() is missing 'test' in context
  4. if we change filter add/remove item, search_read() will have 'test' in context

  Step 3. is wrong, should also have 'test' in context

4155. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4154. By Martin Trigaux (OpenERP)

[FIX] quick create: do not add the id in the form if the form is readonly (eg: clicking on save button will make the form uneditable)

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