X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=doc%2Fchangelog.rst;h=eadfe81b5e848cf3f6b736d4587e679ac8468acb;hb=3443f6cd9e01dd386e24607f70858dbd829c53a1;hp=70d959941adf828fdd0eb19620cf1852904179a2;hpb=eac496bb64f27b3dab43f321825e846d0a094be0;p=odoo%2Fodoo.git diff --git a/doc/changelog.rst b/doc/changelog.rst index 70d9599..eadfe81 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -6,6 +6,16 @@ Changelog `trunk` ------- +- Improved ``html_email_clean`` in tools: better quote and signature finding, + added shortening. +- Cleaned and slightly refactored ``ir.actions.server``. The ``loop``, ``sms`` + and ``dummy`` server actions have been removed; ``object_create`` and + ``object_copy`` have been merged into ``object_create``; ``other`` is now ``multi`` + and raises in case of loops. See :ref:`ir-actions-server` for more details. +- Removed ``sms_send`` method. +- Added checking of recursions in many2many loops using ``_check_m2m_recursion``. +- Added MONTHS attribute on fields.date and fields.datetime, holding the list + (month_number, month_name) - Almost removed ``LocalService()``. For reports, ``openerp.osv.orm.Model.print_report()`` can be used. For workflows, see :ref:`orm-workflows`. @@ -21,5 +31,15 @@ Changelog ``openerp.exceptions.RedirectWarning``. - Give a pair of new methods to ``res.config.settings`` and a helper to make them easier to use: ``get_config_warning()``. -- Path to webkit report files (field ``report_file``) must be writen with the - Unix way (with ``/`` and not ``\``) \ No newline at end of file +- Path to webkit report files (field ``report_file``) must be written the + Unix way (with ``/`` and not ``\``) + + +`7.0` +----- + +- Modules may now include an ``i18n_extra`` directory that will be treated like the + default ``i18n`` directory. This is typically useful for manual translation files + that are not managed by Launchpad's translation system. An example is l10n modules + that depend on ``l10n_multilang``. +