lp:~the-clone-master/openobject-server/openobject-server_fix_multi_level_inherits_aliases_in_query

Created by Mario Arias and last modified
Get this branch:
bzr branch lp:~the-clone-master/openobject-server/openobject-server_fix_multi_level_inherits_aliases_in_query
Only Mario Arias can upload to this branch. If you are Mario Arias please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Mario Arias
Project:
Odoo Server (MOVED TO GITHUB)
Status:
Development

Recent revisions

5016. By Mario Arias

Fixed second occurrence _inherits_join_add

5015. By Mario Arias

[FIX] Multi level inherits produce wrong aliases in query

5014. By Xavier (Open ERP)

[ADD] tentative tests for application of view inheritance stuff

5013. By Thibault Delavallée (OpenERP)

[FIX] http: correctly handle the rollback when an exception is raised. Indeed dispathc serializes the exception, leading to the error being catched before we check and rollback the transaction. This commit fixes this.

5012. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5011. By Martin Trigaux (OpenERP)

[MERGE] [FIX] res_font: make it works in multiworker environment

res_font model gains family, path and mode field
Basic fonts embedded in pdf (Helvetica, Times and Courier) are data
Fix reports using font names to be valid (eg: DejaVu Sans Bold -> DejaVuSans-Bold)
default_get of res_company does not scan the filesystem anymore
family field is new name_get font for res_font (more user friendly)
Domain on displayed font to only 'normal ones' (not bold or italic)
Handle fonts in 'book' mode as normal in setTTFontMapping
Relax constraint on res_font to unique family and name ('name' was actually family before)
font_scan is called on 'reload fonts' action button and for each report rendering
font_scan is lazy when loaded from report and scanning the filesystem only if no font recorded in filesystem
'/dev/null' in font path is used to add fonts in the list but not loaded by reportlab
Scanning the filesystem triggers clear_caches
clear_cache resets the list of found fonts to empty list to make font_scan call to reload the full list (when redering a report on any worker, will always get the updated font list after a scan)
Add access rights for fonts (read everybody, create admin, call font_scan as superuser in report rendering)
Remove font hack with BaseCustomTTFonts, rely fully on the system fonts
Use glob instead of listdir (needed for path like '/usr/share/fonts/TTF/*')
Make warning message from reportlab more self-explaining.

Also make the runbot green (which is nice)

5010. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

5009. By Christophe Simonis (OpenERP)

[FIX] ir.http: catch all authentification errors

5008. By Antony Lesuisse (OpenERP)

[FIX] http response handling inside request context

5007. By Antony Lesuisse (OpenERP)

[IMP] http improvement
- context manager request object (removes some ugly hacks)
- improve http error handling
- add lazyresponses

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