lp://staging/~acespritech/openerp-web/6.1_bug_997049_IntellecTSeedTechnologies
- Get this branch:
- bzr branch lp://staging/~acespritech/openerp-web/6.1_bug_997049_IntellecTSeedTechnologies
Branch merges
- Xavier (Open ERP) (community): Needs Resubmitting
-
Diff: 29 lines (+8/-0)2 files modifiedaddons/web/static/src/css/base.css (+1/-0)
addons/web/static/src/js/chrome.js (+7/-0)
Related bugs
Bug #997049: Progressbar value should be in center | Wishlist | Confirmed |
Related blueprints
Branch information
Recent revisions
- 2338. By Acespritech Solutions Pvt. Ltd.
-
[FIX] Value in the progressbar should display in the center.
- 2337. By Acespritech Solutions Pvt. Ltd.
-
[FIX] Raise Database creation error if database already exists.
- 2334. By Olivier Dony (Odoo)
-
[FIX] data_import: allow importing m2o via name_search() on top of their XML ID
We do default to exporting the XML ID, but there are
many cases where completely new data needs to be
imported and there is no XML ID available to do so.
In that case allowing name_search() to be used as in
6.0 is a life-saver. This patch simply makes the
m2o field itself visible during import, so users can
use it in their CSV file or manually select it.Some trivial examples:
- you need to import 2000 new leads with their countries,
obviously you can't guess that base.be should be used
for country Belgium
- you need to update 2000 unassigned leads in the system
and assign them to some of the salemen... but you don't
have their XML IDs and even if you had, the match is
quite hard to do. - 2331. By Xavier (Open ERP)
-
[FIX] issue with handling of list view priorities in dashboard
dashboard would select the default list view (id=false) instead of the asked/needed one, breaking the application of filters
- 2329. By Xavier (Open ERP)
-
[FIX] correctly save group_by context key when saving a search to a dashboard
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openerp-web