diff --git a/date_range/README.rst b/date_range/README.rst index 4694fa2dd9..f5d28fd987 100644 --- a/date_range/README.rst +++ b/date_range/README.rst @@ -7,7 +7,7 @@ Date Range !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:7ac329a54e4115f5c8dbd5632b367441f95e916f546be892a7424d5c0e75bd90 + !! source digest: sha256:fcb4914984d93331ee3ae029338cb648e6c9eea9b97eeeb84515f12c08c977dd !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png @@ -61,7 +61,7 @@ inherit from `date.range.search.mixin`: This will make a `Period` field show up in the search view: - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/12.0/date_range/static/description/date_range_many2one_search_field.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_many2one_search_field.png :scale: 80 % :alt: Date range Many2one search field @@ -80,26 +80,26 @@ To configure this module, you need to: * Go to Settings > Technical > Date ranges > Date Range Types where you can create types of date ranges. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_type_create.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_type_create.png :scale: 80 % :alt: Create a type of date range * Go to Settings > Technical > Date ranges > Date Ranges where you can create date ranges. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_create.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_create.png :scale: 80 % :alt: Date range creation It's also possible to launch a wizard from the 'Generate Date Ranges' menu. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_wizard.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_wizard.png :scale: 80 % :alt: Date range wizard The wizard is useful to generate recurring periods. Set an end date or enter the number of ranges to create. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_wizard_result.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_wizard_result.png :scale: 80 % :alt: Date range wizard result @@ -107,26 +107,26 @@ To configure this module, you need to: Date range types are proposed as a filter operator - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_type_as_filter.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_type_as_filter.png :scale: 80 % :alt: Date range type available as filter operator Once a type is selected, date ranges of this type are porposed as a filter value - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_as_filter.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_as_filter.png :scale: 80 % :alt: Date range as filter value And the dates specified into the date range are used to filter your result. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_as_filter_result.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_as_filter_result.png :scale: 80 % :alt: Date range as filter result * You can configure date range types with default values for the generation wizard on the `Generation` tab. In the same tab you can also configure date range types for auto-generation. New ranges for types configured for this are generated by a scheduled task that runs daily. - .. figure:: https://raw.githubusercontent.com/OCA/server-tools/14.0/date_range/static/description/date_range_type_autogeneration.png + .. figure:: https://raw.githubusercontent.com/OCA/server-ux/16.0/date_range/static/description/date_range_type_autogeneration.png :scale: 80 % :alt: Configure a date range for auto-generaton diff --git a/date_range/static/description/index.html b/date_range/static/description/index.html index 01e7f2f7d9..ca1a401e6f 100644 --- a/date_range/static/description/index.html +++ b/date_range/static/description/index.html @@ -1,4 +1,3 @@ -
@@ -367,7 +366,7 @@This module lets you define global date ranges that can be used to filter @@ -407,7 +406,7 @@
This will make a Period field show up in the search view:
-+
![]()
By default, the mixin works on the date field. If you want the mixin to work @@ -423,41 +422,41 @@
Go to Settings > Technical > Date ranges > Date Range Types where you can create types of date ranges.
Go to Settings > Technical > Date ranges > Date Ranges where you can create date ranges.
It’s also possible to launch a wizard from the ‘Generate Date Ranges’ menu.
The wizard is useful to generate recurring periods. Set an end date or enter the number of ranges to create.
Your date ranges are now available in the search filter for any date or datetime fields
Date range types are proposed as a filter operator
Once a type is selected, date ranges of this type are porposed as a filter value
And the dates specified into the date range are used to filter your result.
You can configure date range types with default values for the generation wizard on the Generation tab. In the same tab you can also configure date range types for auto-generation. New ranges for types configured for this are generated by a scheduled task that runs daily.