lp:~openerp-dev/openobject-server/trunk-bug-1088086-tpa

Created by Turkesh Patel (openERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-bug-1088086-tpa
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 Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

4685. By Turkesh Patel (openERP)

[FIX] pass context in write method.

4684. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4683. By Olivier Dony (Odoo)

[IMP] ir.ui.menu: deleting a menu should orphan its children w/o corrupting the `parent_store` struct: test + fix

ir.ui.menu was recently changed to use _parent_store,
which precludes using ondelete=set null for the parent_id
column. We nevertheless need to be certain that menus
can always be deleted but *never* cascade-deleted,
due the possible presence of user-created menus.
Overriding menu.unlink() is therefore necessary,
and care must be taken to bypass the default menu
visibility (using the `ir.ui.menu.full_list` context
flag while doing so)

4682. By Olivier Dony (Odoo)

[IMP] ir.ui.menu: enable `parent_store` to allow using the `child_of` operator efficiently when loading the menu hierarchy

The menu loading logic in openerp-web was adapted to use
`child_of`.

4681. By Olivier Dony (Odoo)

[IMP] orm: do not warn about missing ondelete cascade rule if ondelete is restrict - that's safe as well

4680. By Olivier Dony (Odoo)

[FIX] res.users: whitelist recently added `tz_offset` field so that users can read it on their own record (even the anonymous user)

4679. By Olivier Dony (Odoo)

[REVERT] Undo r.4617, introduced a bug in menu hierarchy retrieval

Browsing the menu data as super-user is not correct
because when we load the children menu the ORM
recursively calls menu.search(), this time as
admin, hence the groups of the admin are applied
or submenus, instead of the groups of the user.
The patch was also un-necessary, so there is no
reason to keep it.

r.4617 = <email address hidden>

4678. By Xavier (Open ERP)

[FIX] doc warnings: replace ref by term, add glossary

4677. By Xavier (Open ERP)

[ADD] domains ref, to avoid warnings in web client doc

4676. By Xavier (Open ERP)

[FIX] unpin LXML as 3.0 official has been released

Branch metadata

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

Subscribers