[IMP] Added email address.
[odoo/odoo.git] / doc / changelog.rst
1 .. _changelog:
2
3 Changelog
4 =========
5
6 `trunk`
7 -------
8
9 - Almost removed ``LocalService()``. For reports,
10   ``openerp.osv.orm.Model.print_report()`` can be used. For workflows, see
11   :ref:`orm-workflows`.
12 - Removed support for the ``NET-RPC`` protocol.
13 - Added the :ref:`Long polling <longpolling-worker>` worker type.
14 - Added :ref:`orm-workflows` to the ORM.
15 - Added :ref:`routing-decorators` to the RPC and WSGI stack.
16 - Removed support for ``__terp__.py`` descriptor files.
17 - Removed support for ``<terp>`` root element in XML files.
18 - Removed support for the non-openerp namespace (e.g. importing ``tools``
19   instead of ``openerp.tools`` in an addons).
20 - Add a new type of exception that allows redirections:
21   ``openerp.exceptions.RedirectWarning``.
22 - Give a pair of new methods to ``res.config.settings`` and a helper to make
23   them easier to use: ``get_config_warning()``.
24 - Path to webkit report files (field ``report_file``) must be writen with the
25   Unix way (with ``/`` and not ``\``)