Ported some authentication methods to the Session class
[odoo/odoo.git] / doc / changelog.rst
index 02196aa..1c07f1e 100644 (file)
@@ -6,12 +6,6 @@ Changelog
 `trunk`
 -------
 
-- 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,