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