lp:~openerp-dev/openobject-server/trunk-bug-712254

Created by Fabien (Open ERP) and last modified
Get this branch:
bzr branch lp:~openerp-dev/openobject-server/trunk-bug-712254
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

4060. By Fabien (Open ERP)

[FIX] bug 712254

4059. By Antony Lesuisse (OpenERP)

[FIX] babel monkeypatch babel path if py2exe is used

4058. By Olivier Dony (Odoo)

[FIX] ir.module.module: `demo` field should be readonly

4057. By Olivier Dony (Odoo)

[MERGE] Minor bugfixes (missing imports, etc.) courtesy of Florent Xicluna

4056. By Olivier Dony (Odoo)

[MERGE] More consistent widget for res.partner.event, courtesy of Serpent CS

Note that res.partner.event is deprecated and the
mass mailing wizard is replaced as soon as the
mail module is installed.

4055. By Olivier Dony (Odoo)

[MERGE] Make <report> tag extensible for extra report engines, courtesy of Nicolas Bessi (Camptocamp)

The processing of <report> tags during XML file
processing is not modular or extensible, which
means that extra reporting engines cannot easily
add custom behavior for <report> records of their
type. By returning the newly created ID in
the tag_report() method we at least allow them
to hook up a monkey-patch without need to copy-
paste the original code.
This patch also allows an extra XML attribute
for webkit headers, because the original @header
attribute is reserved for a boolean value.

4054. By Olivier Dony (Odoo)

[FIX] fields.sparse: fix multiple relational sparse fields on same model, courtesy of Guewen Baconnier (Camptocamp)

4053. By Olivier Dony (Odoo)

[FIX] fields.date.context_today: proper signature for call by default_get()

The ORM automatically passes a Model instance
as the first argument to _default callables,
historically provided to give lambda functions
access to the Model instance.
context_today() does not need it but takes it
for compatibility purposes.
This also means that when called explicitly
within business code we should now pass a
Model instance as first argument, typically 'self'

4052. By Olivier Dony (Odoo)

[IMP] fields.date.context_today: actually use the optional timestamp + better naming

- optional datetime was not being used
- parameter renamed to timestamp to better
  indicate that it must be a datetime, not
  a simple date

4051. 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-server
This branch contains Public information 
Everyone can see this information.

Subscribers