Skip to content

Commit

Permalink
[FIX] stock_report_common_sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
kanda999 committed Apr 2, 2024
1 parent 395c86b commit 57ed292
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 18 deletions.
17 changes: 11 additions & 6 deletions stock_report_common_sbt/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Stock Report Common Mixin
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-qrtl%2Fsbtechnology-lightgray.png?logo=github
:target: https://github.com/qrtl/sbtechnology/tree/12.0/stock_report_common_sbt
:alt: qrtl/sbtechnology
.. |badge3| image:: https://img.shields.io/badge/github-qrtl%2Fsbt--custom-lightgray.png?logo=github
:target: https://github.com/qrtl/sbt-custom/tree/12.0/stock_report_common_sbt
:alt: qrtl/sbt-custom

|badge1| |badge2| |badge3|

Expand All @@ -28,13 +28,18 @@ This module does the following:
.. contents::
:local:

Configuration
=============

- To export reports in the user's time zone, please have the res.user set their own time zone. If nothing is set, UTC will be used.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/qrtl/sbtechnology/issues>`_.
Bugs are tracked on `GitHub Issues <https://github.com/qrtl/sbt-custom/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
`feedback <https://github.com/qrtl/sbtechnology/issues/new?body=module:%20stock_report_common_sbt%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/qrtl/sbt-custom/issues/new?body=module:%20stock_report_common_sbt%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Expand All @@ -50,6 +55,6 @@ Authors
Maintainers
~~~~~~~~~~~

This module is part of the `qrtl/sbtechnology <https://github.com/qrtl/sbtechnology/tree/12.0/stock_report_common_sbt>`_ project on GitHub.
This module is part of the `qrtl/sbt-custom <https://github.com/qrtl/sbt-custom/tree/12.0/stock_report_common_sbt>`_ project on GitHub.

You are welcome to contribute.
1 change: 1 addition & 0 deletions stock_report_common_sbt/readme/CONFIGURE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- To export reports in the user's time zone, please have the res.user set their own time zone. If nothing is set, UTC will be used.
31 changes: 19 additions & 12 deletions stock_report_common_sbt/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -367,42 +367,49 @@ <h1 class="title">Stock Report Common Mixin</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/qrtl/sbtechnology/tree/12.0/stock_report_common_sbt"><img alt="qrtl/sbtechnology" src="https://img.shields.io/badge/github-qrtl%2Fsbtechnology-lightgray.png?logo=github" /></a></p>
<p><a class="reference external" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external" href="https://github.com/qrtl/sbt-custom/tree/12.0/stock_report_common_sbt"><img alt="qrtl/sbt-custom" src="https://img.shields.io/badge/github-qrtl%2Fsbt--custom-lightgray.png?logo=github" /></a></p>
<p>This module does the following:</p>
<ul class="simple">
<li>Defines mixin class storing common methods for stock delivery and receipt report.</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
<li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li>
<li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li>
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="configuration">
<h1><a class="toc-backref" href="#id1">Configuration</a></h1>
<ul class="simple">
<li>To export reports in the user’s time zone, please have the res.user set their own time zone. If nothing is set, UTC will be used.</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/qrtl/sbtechnology/issues">GitHub Issues</a>.
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/qrtl/sbt-custom/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/qrtl/sbtechnology/issues/new?body=module:%20stock_report_common_sbt%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/qrtl/sbt-custom/issues/new?body=module:%20stock_report_common_sbt%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
<ul class="simple">
<li>SB Technology Corp.</li>
<li>Quartile Limited</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#id4">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/qrtl/sbtechnology/tree/12.0/stock_report_common_sbt">qrtl/sbtechnology</a> project on GitHub.</p>
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
<p>This module is part of the <a class="reference external" href="https://github.com/qrtl/sbt-custom/tree/12.0/stock_report_common_sbt">qrtl/sbt-custom</a> project on GitHub.</p>
<p>You are welcome to contribute.</p>
</div>
</div>
Expand Down

0 comments on commit 57ed292

Please sign in to comment.