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