[IMP] improved test cases related to changes of currency conversation to show amounts...
[odoo/odoo.git] / doc / changelog.rst
index 70d9599..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`.