lp:~openerp-dev/openobject-server/trunk-bug-1065988-aja

Created by ajay javiya (OpenERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-bug-1065988-aja
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

4493. By ajay javiya (OpenERP)

[FIX]:Remove Modules in Module update list

4492. By Vo Minh Thu

[MERGE] Make sure we pass only lists, tuples or dicts to Cursor.execute().

This fixes a call in the login code where a single untupled string was passed.
Psycopg does not see the problem: it iterates over the string, and as long as
the string length matches the number of needed parameters, everything seems
fine. Yeah for dynamic typing and SQL queries.

4491. By Fabien Meghazi (OpenERP)

[REM] Removed useless css class in res.partner kanban view

4490. By Fabien (Open ERP)

[MERGE] salesman -> salesperson

4489. By Olivier Dony (Odoo)

[MERGE] tools.html2plaintext: consistent use of lxml.etree.HTMLParser to convert HTML to plaintext

We used to switch to using BeautifulSoup when available, but that
lead to inconsistent behavior depending on the installed Python
packages, and sometimes to bad surprises. There is no advantage
in using BeautifulSoup rather than HTMLParser, and the latter is
always available, as we depend on lxml.

4488. By Antony Lesuisse (OpenERP)

[MERGE] ir.xml cleanup, ir.ui.view optional names

4487. By Vo Minh Thu

[MERGE] doc: added module versioning policy.

4486. By Vo Minh Thu

[MERGE] babel: use babel for locale-aware read_group date formatting.

When grouping on a date or datetime field, read_group groups by (year, month),
and formats that pair to have a displayable result (as a group title).

This is currently done with strftime and the pattern `%B %Y` (complete word
month, long year), which is problematic as — at best — it uses the server's
locale for its formatting. This means if the server works in an english locale
e.g. russian users are going to see the month name in english, instead of their
own language.

This proposal makes use of `babel.dates.format_date`, which is locale-aware
(and to which a locale can be provided directly) and the locale present in the
request context to format the month, year pair according to the user's
language.

4485. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

4484. By Nicolas Vanhoren (OpenERP)

[REVERT] removed server-side evaluation of field options

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