lp://staging/~niv-openerp/openobject-server/trunk-niv-newapi
Created by
Nicolas Vanhoren (OpenERP)
and last modified
- Get this branch:
- bzr branch lp://staging/~niv-openerp/openobject-server/trunk-niv-newapi
Only
Nicolas Vanhoren (OpenERP)
can upload to this branch. If you are
Nicolas Vanhoren (OpenERP)
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Rejected
for merging
into
lp://staging/openobject-server
- OpenERP Core Team: Pending requested
-
Diff: 74 lines (+45/-1)2 files modifiedopenerp/osv/osv.py (+44/-0)
openerp/service/web_services.py (+1/-1)
Branch information
Recent revisions
- 3958. By Olivier Dony (Odoo)
-
[FIX] res.partner.
category: merge the 2 classes bearing the same name The name conflict causes the second class to
shadow the first one, thus breaking future
references to the first one, including any
super() call inside it!
6.1 has 2-pass loading of models so we can
simply merge the two classes now, and get
rid of the issue. - 3957. By Vo Minh Thu
-
[FIX] gunicorn.conf.py: undo the previous change (commited by mistake with another, intended, change).
- 3956. By Vo Minh Thu
-
[IMP] res_users.login(): eliminate a possibility to get a transaction rollbacked
because of concurrent access. This can happen when the same user is trying to log in
from many clients concurrently.
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