Browse Source

Merge server-ur/11.0 into 10.0 until 79bed09a01 (diff-3db8a615cdc543d077b5b3cfbc7f939d)

add history
pull/1430/head
Laurent Mignon (ACSONE) 6 years ago
parent
commit
e0a6e2de7c
  1. 19
      date_range/README.rst
  2. 2
      date_range/__manifest__.py
  3. 12
      date_range/readme/HISTORY.rst
  4. 50
      date_range/static/description/index.html

19
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 The addon use the daterange method from postgres. This method is supported as of postgresql 9.2
Usage Usage
===== =====
@ -91,6 +89,22 @@ To configure this module, you need to:
:scale: 80 % :scale: 80 %
:alt: Date range as filter result :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 <https://github.com/OCA/server-ux/pull/26>`_)
* [IMP] Adapt module to work in multi company.
(`#10 <https://github.com/OCA/server-ux/pull/10>`_)
* [FIX] Fix unlink date range type.
(`#9 <https://github.com/OCA/server-ux/pull/9>`_)
Bug Tracker Bug Tracker
=========== ===========
@ -115,6 +129,7 @@ Contributors
* Laurent Mignon <laurent.mignon@acsone.eu> * Laurent Mignon <laurent.mignon@acsone.eu>
* Alexis de Lattre <alexis.delattre@akretion.com> * Alexis de Lattre <alexis.delattre@akretion.com>
* Miquel Raïch <miquel.raich@eficent.com> * Miquel Raïch <miquel.raich@eficent.com>
* Andrea Stirpe <a.stirpe@onestein.nl>
Maintainers Maintainers
~~~~~~~~~~~ ~~~~~~~~~~~

2
date_range/__manifest__.py

@ -4,7 +4,7 @@
{ {
"name": "Date Range", "name": "Date Range",
"summary": "Manage all kind of date range", "summary": "Manage all kind of date range",
"version": "10.0.1.0.2",
"version": "10.0.2.0.1",
"category": "Uncategorized", "category": "Uncategorized",
"website": "https://odoo-community.org/", "website": "https://odoo-community.org/",
"author": "ACSONE SA/NV, Odoo Community Association (OCA)", "author": "ACSONE SA/NV, Odoo Community Association (OCA)",

12
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 <https://github.com/OCA/server-ux/pull/26>`_)
* [IMP] Adapt module to work in multi company.
(`#10 <https://github.com/OCA/server-ux/pull/10>`_)
* [FIX] Fix unlink date range type.
(`#9 <https://github.com/OCA/server-ux/pull/9>`_)

50
date_range/static/description/index.html

@ -373,23 +373,27 @@ your values in tree views.</p>
<p><strong>Table of contents</strong></p> <p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents"> <div class="contents local topic" id="contents">
<ul class="simple"> <ul class="simple">
<li><a class="reference internal" href="#installation" id="id1">Installation</a></li>
<li><a class="reference internal" href="#usage" id="id2">Usage</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id4">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id5">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li>
<li><a class="reference internal" href="#installation" id="id5">Installation</a></li>
<li><a class="reference internal" href="#usage" id="id6">Usage</a></li>
<li><a class="reference internal" href="#changelog" id="id7">Changelog</a><ul>
<li><a class="reference internal" href="#id1" id="id8">10.0.2.0.1 (2018-11-19)</a></li>
</ul>
</li>
<li><a class="reference internal" href="#bug-tracker" id="id9">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id10">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id11">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="id12">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="id13">Maintainers</a></li>
</ul> </ul>
</li> </li>
</ul> </ul>
</div> </div>
<div class="section" id="installation"> <div class="section" id="installation">
<h1><a class="toc-backref" href="#id1">Installation</a></h1>
<h1><a class="toc-backref" href="#id5">Installation</a></h1>
<p>The addon use the daterange method from postgres. This method is supported as of postgresql 9.2</p> <p>The addon use the daterange method from postgres. This method is supported as of postgresql 9.2</p>
</div> </div>
<div class="section" id="usage"> <div class="section" id="usage">
<h1><a class="toc-backref" href="#id2">Usage</a></h1>
<h1><a class="toc-backref" href="#id6">Usage</a></h1>
<p>To configure this module, you need to:</p> <p>To configure this module, you need to:</p>
<ul> <ul>
<li><p class="first">Go to Settings &gt; Technical &gt; Date ranges &gt; Date Range Types where <li><p class="first">Go to Settings &gt; Technical &gt; Date ranges &gt; Date Range Types where
@ -428,8 +432,25 @@ you can create date ranges.</p>
</li> </li>
</ul> </ul>
</div> </div>
<div class="section" id="changelog">
<h1><a class="toc-backref" href="#id7">Changelog</a></h1>
<div class="section" id="id1">
<h2><a class="toc-backref" href="#id8">10.0.2.0.1 (2018-11-19)</a></h2>
<ul class="simple">
<li>[FIX] Fix bug in DateRange._onchange_company_id not called
when type_id is changed</li>
<li>[FIX] Fix bug in DateRangeType._check_company_id when called
with more than one record.
(<a class="reference external" href="https://github.com/OCA/server-ux/pull/26">#26</a>)</li>
<li>[IMP] Adapt module to work in multi company.
(<a class="reference external" href="https://github.com/OCA/server-ux/pull/10">#10</a>)</li>
<li>[FIX] Fix unlink date range type.
(<a class="reference external" href="https://github.com/OCA/server-ux/pull/9">#9</a>)</li>
</ul>
</div>
</div>
<div class="section" id="bug-tracker"> <div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id3">Bug Tracker</a></h1>
<h1><a class="toc-backref" href="#id9">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>. <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-tools/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported. 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 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
<p>Do not contact contributors directly about support or help with technical issues.</p> <p>Do not contact contributors directly about support or help with technical issues.</p>
</div> </div>
<div class="section" id="credits"> <div class="section" id="credits">
<h1><a class="toc-backref" href="#id4">Credits</a></h1>
<h1><a class="toc-backref" href="#id10">Credits</a></h1>
<div class="section" id="authors"> <div class="section" id="authors">
<h2><a class="toc-backref" href="#id5">Authors</a></h2>
<h2><a class="toc-backref" href="#id11">Authors</a></h2>
<ul class="simple"> <ul class="simple">
<li>ACSONE SA/NV</li> <li>ACSONE SA/NV</li>
</ul> </ul>
</div> </div>
<div class="section" id="contributors"> <div class="section" id="contributors">
<h2><a class="toc-backref" href="#id6">Contributors</a></h2>
<h2><a class="toc-backref" href="#id12">Contributors</a></h2>
<ul class="simple"> <ul class="simple">
<li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li> <li>Laurent Mignon &lt;<a class="reference external" href="mailto:laurent.mignon&#64;acsone.eu">laurent.mignon&#64;acsone.eu</a>&gt;</li>
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
<li>Miquel Raïch &lt;<a class="reference external" href="mailto:miquel.raich&#64;eficent.com">miquel.raich&#64;eficent.com</a>&gt;</li> <li>Miquel Raïch &lt;<a class="reference external" href="mailto:miquel.raich&#64;eficent.com">miquel.raich&#64;eficent.com</a>&gt;</li>
<li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li>
</ul> </ul>
</div> </div>
<div class="section" id="maintainers"> <div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id7">Maintainers</a></h2>
<h2><a class="toc-backref" href="#id13">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p> <p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose <p>OCA, or the Odoo Community Association, is a nonprofit organization whose

Loading…
Cancel
Save