lp:~openerp-dev/openobject-addons/trunk-replace-inherit_option_id-xmo

Created by Xavier (Open ERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-addons/trunk-replace-inherit_option_id-xmo
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 Addons (MOVED TO GITHUB)
Status:
Development

Recent revisions

9424. By Xavier (Open ERP)

[FIX] website: inherit_option_id -> application

9423. By Xavier (Open ERP)

[IMP] renamed some stuff for clarity

9422. By Xavier (Open ERP)

[IMP] dict(int: True) -> set(int)

9421. By Xavier (Open ERP)

[IMP] use set to collect inherit_id and inherit_option_id

Also add a few comments to note understanding of code

9420. By Xavier (Open ERP)

[IMP] use sets to check for groups/ACL

rco notes that group tests are generally intersections, if the user has *any*
group set on the object he can see/use it. This change is a literal
translation of the original semantics, which may be wrong.

9419. By Xavier (Open ERP)

[IMP] no need to ensure an actual context if the method does not use it

just forwarding the context object does not count as using it, if callees want
a context they can ensure they've got one on their own

9418. By Xavier (Open ERP)

[IMP] don't pointlessly recreate view_obj every time _views_get is called, better use of pool & data APIs

9417. By Xavier (Open ERP)

[IMP] use sorted + key instead of sort + cmp

9416. By Xavier (Open ERP)

[REM] unused stack_result

9415. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

Branch metadata

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

Subscribers