diff --git a/date_range/README.rst b/date_range/README.rst index b88a32166..b66c7cf56 100644 --- a/date_range/README.rst +++ b/date_range/README.rst @@ -38,8 +38,6 @@ Installation The addon use the daterange method from postgres. This method is supported as of postgresql 9.2 - - Usage ===== @@ -91,6 +89,22 @@ To configure this module, you need to: :scale: 80 % :alt: Date range as filter result +Changelog +========= + +10.0.2.0.1 (2018-11-19) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [FIX] Fix bug in DateRange._onchange_company_id not called + when type_id is changed +* [FIX] Fix bug in DateRangeType._check_company_id when called + with more than one record. + (`#26 `_) +* [IMP] Adapt module to work in multi company. + (`#10 `_) +* [FIX] Fix unlink date range type. + (`#9 `_) + Bug Tracker =========== @@ -115,6 +129,7 @@ Contributors * Laurent Mignon * Alexis de Lattre * Miquel Raïch +* Andrea Stirpe Maintainers ~~~~~~~~~~~ diff --git a/date_range/__manifest__.py b/date_range/__manifest__.py index 2091c8495..d5309e0b0 100644 --- a/date_range/__manifest__.py +++ b/date_range/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Date Range", "summary": "Manage all kind of date range", - "version": "10.0.1.0.2", + "version": "10.0.2.0.1", "category": "Uncategorized", "website": "https://odoo-community.org/", "author": "ACSONE SA/NV, Odoo Community Association (OCA)", diff --git a/date_range/readme/HISTORY.rst b/date_range/readme/HISTORY.rst new file mode 100644 index 000000000..9dcf0ba1d --- /dev/null +++ b/date_range/readme/HISTORY.rst @@ -0,0 +1,12 @@ +10.0.2.0.1 (2018-11-19) +~~~~~~~~~~~~~~~~~~~~~~~ + +* [FIX] Fix bug in DateRange._onchange_company_id not called + when type_id is changed +* [FIX] Fix bug in DateRangeType._check_company_id when called + with more than one record. + (`#26 `_) +* [IMP] Adapt module to work in multi company. + (`#10 `_) +* [FIX] Fix unlink date range type. + (`#9 `_) diff --git a/date_range/static/description/index.html b/date_range/static/description/index.html index d460ea125..45303357a 100644 --- a/date_range/static/description/index.html +++ b/date_range/static/description/index.html @@ -373,23 +373,27 @@ your values in tree views.

Table of contents

-

Installation

+

Installation

The addon use the daterange method from postgres. This method is supported as of postgresql 9.2

-

Usage

+

Usage

To configure this module, you need to:

  • Go to Settings > Technical > Date ranges > Date Range Types where @@ -428,8 +432,25 @@ you can create date ranges.

+
+

Changelog

+
+

10.0.2.0.1 (2018-11-19)

+
    +
  • [FIX] Fix bug in DateRange._onchange_company_id not called +when type_id is changed
  • +
  • [FIX] Fix bug in DateRangeType._check_company_id when called +with more than one record. +(#26)
  • +
  • [IMP] Adapt module to work in multi company. +(#10)
  • +
  • [FIX] Fix unlink date range type. +(#9)
  • +
+
+
-

Bug Tracker

+

Bug Tracker

Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed @@ -437,23 +458,24 @@ If you spotted it first, help us smashing it by providing a detailed and welcome

Do not contact contributors directly about support or help with technical issues.

-

Credits

+

Credits

-

Authors

+

Authors

  • ACSONE SA/NV
-

Maintainers

+

Maintainers

This module is maintained by the OCA.

Odoo Community Association

OCA, or the Odoo Community Association, is a nonprofit organization whose