lp:~openerp-dev/openerp-web/trunk-bug-1179839-bth

Created by Bhumi Thakkar (Open ERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openerp-web/trunk-bug-1179839-bth
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

3738. By Bhumi Thakkar (Open ERP)

[FIX]many2many tree does not resepect create, delete, edit attributes.--fixes:lp1179839

3737. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

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``

3735. By Antony Lesuisse (OpenERP)

[REV] transactions on controllers

3734. By Nicolas Vanhoren (OpenERP)

[IMP] Added new api to handle transactions in controllers

3733. By Christophe Matthieu (OpenERP)

[FIX] kanban: add_widget: self undefined

3732. By Nicolas Vanhoren (OpenERP)

[FIX] small error

3731. By Nicolas Vanhoren (OpenERP)

[FIX] bug with kanban view widgets and do_reload

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:openerp-web
This branch contains Public information 
Everyone can see this information.

Subscribers