lp://staging/~openerp-dev/openerp-web/trunk-bug-1179505-bth
Created by
Bhumi Thakkar (Open ERP)
and last modified
- Get this branch:
- bzr branch lp://staging/~openerp-dev/openerp-web/trunk-bug-1179505-bth
Members of
OpenERP R&D Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/openerp-web
- OpenERP R&D Web Team: Pending requested
-
Diff: 40 lines (+7/-1)3 files modifiedaddons/web/static/src/css/base.css (+3/-0)
addons/web/static/src/css/base.sass (+2/-1)
addons/web/static/src/xml/base.xml (+2/-0)
Related bugs
Related blueprints
Branch information
Recent revisions
- 3736. By Xavier (Open ERP)
-
[FIX] case where Root's dispatcher finds a non-exposed method
Using elif, if a method was found but not exposed (because
internal/whatever) the controller's index method would be skipped
during URL dispatch leading to a 404.Since matched method yields an early return, a simple if will work,
and will *not* skip case where ``method and not method.exposed`` - 3730. By Nicolas Vanhoren (OpenERP)
-
[FIX] regenerate base.css, looks like someone modified directly base.css -> that's bad
- 3729. By Christophe Matthieu (OpenERP)
-
[MERGE] force module paths to be bytestrings
The http controllers handler crashes when there are non-ascii chars in the url path.
`openerp.
modules. module. ad_paths` containing unicode strings, werkzeug fail to compare the path `module` which is converted to ascii.
force `module` to be bytestrings
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