mirror of https://github.com/OCA/social.git
[UPD] README.rst
parent
bc3559f1c4
commit
082f1c1aae
|
@ -45,6 +45,12 @@ To use this module, you need to:
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
15.0.1.2.3 (2022-07-19)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* [FIX] https://github.com/OCA/social/issues/915
|
||||||
|
* [FIX] https://github.com/OCA/social/issues/936
|
||||||
|
|
||||||
12.0.1.0.0 (2018-11-06)
|
12.0.1.0.0 (2018-11-06)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
|
@ -373,22 +373,23 @@ specifically the ‘using Odoo’ of notifications or the ‘Powered by Odoo’<
|
||||||
<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="#usage" id="id2">Usage</a></li>
|
<li><a class="reference internal" href="#usage" id="id3">Usage</a></li>
|
||||||
<li><a class="reference internal" href="#changelog" id="id3">Changelog</a><ul>
|
<li><a class="reference internal" href="#changelog" id="id4">Changelog</a><ul>
|
||||||
<li><a class="reference internal" href="#id1" id="id4">12.0.1.0.0 (2018-11-06)</a></li>
|
<li><a class="reference internal" href="#id1" id="id5">15.0.1.2.3 (2022-07-19)</a></li>
|
||||||
|
<li><a class="reference internal" href="#id2" id="id6">12.0.1.0.0 (2018-11-06)</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><a class="reference internal" href="#bug-tracker" id="id5">Bug Tracker</a></li>
|
<li><a class="reference internal" href="#bug-tracker" id="id7">Bug Tracker</a></li>
|
||||||
<li><a class="reference internal" href="#credits" id="id6">Credits</a><ul>
|
<li><a class="reference internal" href="#credits" id="id8">Credits</a><ul>
|
||||||
<li><a class="reference internal" href="#authors" id="id7">Authors</a></li>
|
<li><a class="reference internal" href="#authors" id="id9">Authors</a></li>
|
||||||
<li><a class="reference internal" href="#contributors" id="id8">Contributors</a></li>
|
<li><a class="reference internal" href="#contributors" id="id10">Contributors</a></li>
|
||||||
<li><a class="reference internal" href="#maintainers" id="id9">Maintainers</a></li>
|
<li><a class="reference internal" href="#maintainers" id="id11">Maintainers</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</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="#id3">Usage</a></h1>
|
||||||
<p>To use this module, you need to:</p>
|
<p>To use this module, you need to:</p>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Install it.</li>
|
<li>Install it.</li>
|
||||||
|
@ -397,16 +398,23 @@ specifically the ‘using Odoo’ of notifications or the ‘Powered by Odoo’<
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="changelog">
|
<div class="section" id="changelog">
|
||||||
<h1><a class="toc-backref" href="#id3">Changelog</a></h1>
|
<h1><a class="toc-backref" href="#id4">Changelog</a></h1>
|
||||||
<div class="section" id="id1">
|
<div class="section" id="id1">
|
||||||
<h2><a class="toc-backref" href="#id4">12.0.1.0.0 (2018-11-06)</a></h2>
|
<h2><a class="toc-backref" href="#id5">15.0.1.2.3 (2022-07-19)</a></h2>
|
||||||
|
<ul class="simple">
|
||||||
|
<li>[FIX] <a class="reference external" href="https://github.com/OCA/social/issues/915">https://github.com/OCA/social/issues/915</a></li>
|
||||||
|
<li>[FIX] <a class="reference external" href="https://github.com/OCA/social/issues/936">https://github.com/OCA/social/issues/936</a></li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="section" id="id2">
|
||||||
|
<h2><a class="toc-backref" href="#id6">12.0.1.0.0 (2018-11-06)</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>[NEW] Initial V12 version. Complete rewrite from v11.</li>
|
<li>[NEW] Initial V12 version. Complete rewrite from v11.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="bug-tracker">
|
<div class="section" id="bug-tracker">
|
||||||
<h1><a class="toc-backref" href="#id5">Bug Tracker</a></h1>
|
<h1><a class="toc-backref" href="#id7">Bug Tracker</a></h1>
|
||||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/issues">GitHub Issues</a>.
|
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/social/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
|
||||||
|
@ -414,9 +422,9 @@ 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="#id6">Credits</a></h1>
|
<h1><a class="toc-backref" href="#id8">Credits</a></h1>
|
||||||
<div class="section" id="authors">
|
<div class="section" id="authors">
|
||||||
<h2><a class="toc-backref" href="#id7">Authors</a></h2>
|
<h2><a class="toc-backref" href="#id9">Authors</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Tecnativa</li>
|
<li>Tecnativa</li>
|
||||||
<li>ForgeFlow</li>
|
<li>ForgeFlow</li>
|
||||||
|
@ -426,7 +434,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="contributors">
|
<div class="section" id="contributors">
|
||||||
<h2><a class="toc-backref" href="#id8">Contributors</a></h2>
|
<h2><a class="toc-backref" href="#id10">Contributors</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Lois Rilo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
<li>Lois Rilo <<a class="reference external" href="mailto:lois.rilo@forgeflow.com">lois.rilo@forgeflow.com</a>></li>
|
||||||
<li>Graeme Gellatly <<a class="reference external" href="mailto:graeme@o4sb.com">graeme@o4sb.com</a>></li>
|
<li>Graeme Gellatly <<a class="reference external" href="mailto:graeme@o4sb.com">graeme@o4sb.com</a>></li>
|
||||||
|
@ -438,7 +446,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="maintainers">
|
<div class="section" id="maintainers">
|
||||||
<h2><a class="toc-backref" href="#id9">Maintainers</a></h2>
|
<h2><a class="toc-backref" href="#id11">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…
Reference in New Issue