lp://staging/~openerp-dev/openobject-server/trunk-bug-1079691-dhr
- Get this branch:
- bzr branch lp://staging/~openerp-dev/openobject-server/trunk-bug-1079691-dhr
Branch merges
- OpenERP Core Team: Pending requested
-
Diff: 12 lines (+1/-1)1 file modifiedopenerp/addons/base/res/res_partner_view.xml (+1/-1)
Related bugs
Related blueprints
Branch information
Recent revisions
- 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>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/openobject-server