Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions sequence_python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Sequence from Python expression
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ec9931487f48ecf99466381c638107cc1cded6841dad03511386aad24ace10ee
!! source digest: sha256:763fdc4f4ac6cf9550340cd4ce5cd431e77a3edd80f2a495a4676a135bebccdb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
Expand Down Expand Up @@ -96,13 +96,14 @@ Credits
Authors
-------

* Sunflower IT
* Therp BV

Contributors
------------

- Tom Blauwendraat <tom@sunflowerweb.nl>
- Francesco Apruzzese <cescoap@gmail.com>
- Therp BV

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion sequence_python/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Sequence from Python expression",
"summary": """Calculate a sequence number from a Python expression""",
"author": "Sunflower IT,Odoo Community Association (OCA)",
"author": "Therp BV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",
"version": "17.0.1.0.0",
"license": "AGPL-3",
Expand Down
1 change: 1 addition & 0 deletions sequence_python/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Tom Blauwendraat \<<tom@sunflowerweb.nl>\>
- Francesco Apruzzese \<<cescoap@gmail.com>\>
- Therp BV
5 changes: 3 additions & 2 deletions sequence_python/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ <h1>Sequence from Python expression</h1>
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:ec9931487f48ecf99466381c638107cc1cded6841dad03511386aad24ace10ee
!! source digest: sha256:763fdc4f4ac6cf9550340cd4ce5cd431e77a3edd80f2a495a4676a135bebccdb
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" 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 image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/17.0/sequence_python"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-sequence_python"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-tools&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>This module allows to generate a sequence by a Python formula
Expand Down Expand Up @@ -438,14 +438,15 @@ <h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
<div class="section" id="authors">
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
<ul class="simple">
<li>Sunflower IT</li>
<li>Therp BV</li>
</ul>
</div>
<div class="section" id="contributors">
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
<ul class="simple">
<li>Tom Blauwendraat &lt;<a class="reference external" href="mailto:tom&#64;sunflowerweb.nl">tom&#64;sunflowerweb.nl</a>&gt;</li>
<li>Francesco Apruzzese &lt;<a class="reference external" href="mailto:cescoap&#64;gmail.com">cescoap&#64;gmail.com</a>&gt;</li>
<li>Therp BV</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down
Loading