Skip to content

Commit e4f96fd

Browse files
committed
[BOT] post-merge updates
1 parent a65d167 commit e4f96fd

File tree

5 files changed

+61
-39
lines changed

5 files changed

+61
-39
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ TODO: add repo description.
1717

1818
[//]: # (addons)
1919

20-
This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
20+
Available addons
21+
----------------
22+
addon | version | maintainers | summary
23+
--- | --- | --- | ---
24+
[stock_quant_package_multi_reference](stock_quant_package_multi_reference/) | 16.0.1.0.0 | | Package multi reference
2125

2226
[//]: # (end addons)
2327

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
16.0.20230921.0

setup/_metapackage/setup.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
import setuptools
2+
3+
with open('VERSION.txt', 'r') as f:
4+
version = f.read().strip()
5+
6+
setuptools.setup(
7+
name="odoo-addons-oca-stock-logistics-tracking",
8+
description="Meta package for oca-stock-logistics-tracking Odoo addons",
9+
version=version,
10+
install_requires=[
11+
'odoo-addon-stock_quant_package_multi_reference>=16.0dev,<16.1dev',
12+
],
13+
classifiers=[
14+
'Programming Language :: Python',
15+
'Framework :: Odoo',
16+
'Framework :: Odoo :: 16.0',
17+
]
18+
)

stock_quant_package_multi_reference/README.rst

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
=============================
1+
=======================
22
Package multi reference
3-
=============================
3+
=======================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:182460aa967bfed8bbba7d7f2d48ad09f37f1f75c7902a8503749151f9806377
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -19,11 +22,11 @@ Package multi reference
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
2023
:target: https://translation.odoo-community.org/projects/stock-logistics-tracking-16-0/stock-logistics-tracking-16-0-stock_quant_package_multi_reference
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/150/16.0
24-
:alt: Try me on Runbot
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/stock-logistics-tracking&target_branch=16.0
27+
:alt: Try me on Runboat
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

2831
This module allows to define multiple references for a single package.
2932

@@ -35,14 +38,15 @@ This module allows to define multiple references for a single package.
3538
Usage
3639
=====
3740

38-
A list of references is available for each package with a priority, so the package reference is used as the main reference.
41+
A list of references is available for each package with a priority, so the package reference
42+
is used as the main reference.
3943

4044
Bug Tracker
4145
===========
4246

4347
Bugs are tracked on `GitHub Issues <https://github.com/OCA/stock-logistics-tracking/issues>`_.
4448
In case of trouble, please check there if your issue has already been reported.
45-
If you spotted it first, help us smashing it by providing a detailed and welcomed
49+
If you spotted it first, help us to smash it by providing a detailed and welcomed
4650
`feedback <https://github.com/OCA/stock-logistics-tracking/issues/new?body=module:%20stock_quant_package_multi_reference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4751

4852
Do not contact contributors directly about support or help with technical issues.
@@ -73,14 +77,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
7377
mission is to support the collaborative development of Odoo features and
7478
promote its widespread use.
7579

76-
.. |maintainer-CetmixGitDrone| image:: https://github.com/CetmixGitDrone.png?size=40px
77-
:target: https://github.com/CetmixGitDrone
78-
:alt: CetmixGitDrone
79-
80-
Current `maintainers <https://odoo-community.org/page/maintainer-role>`__:
81-
82-
|maintainer-CetmixGitDrone|
83-
8480
This module is part of the `OCA/stock-logistics-tracking <https://github.com/OCA/stock-logistics-tracking/tree/16.0/stock_quant_package_multi_reference>`_ project on GitHub.
8581

8682
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

stock_quant_package_multi_reference/static/description/index.html

Lines changed: 24 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
77
<title>Package multi reference</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -360,62 +360,65 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="multiple-references-on-package">
363+
<div class="document" id="package-multi-reference">
364364
<h1 class="title">Package multi reference</h1>
365365

366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:182460aa967bfed8bbba7d7f2d48ad09f37f1f75c7902a8503749151f9806377
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<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/OCA/stock-logistics-tracking/tree/16.0/stock_quant_package_multi_referencce"><img alt="OCA/stock-logistics-tracking" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--tracking-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/stock-logistics-tracking-16-0/stock-logistics-tracking-16-0-stock_quant_package_multi_reference"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
372+
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/stock-logistics-tracking/tree/16.0/stock_quant_package_multi_reference"><img alt="OCA/stock-logistics-tracking" src="https://img.shields.io/badge/github-OCA%2Fstock--logistics--tracking-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/stock-logistics-tracking-16-0/stock-logistics-tracking-16-0-stock_quant_package_multi_reference"><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/stock-logistics-tracking&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371373
<p>This module allows to define multiple references for a single package.</p>
372374
<p><strong>Table of contents</strong></p>
373375
<div class="contents local topic" id="contents">
374376
<ul class="simple">
375-
<li><a class="reference internal" href="#usage" id="id1">Usage</a></li>
376-
<li><a class="reference internal" href="#bug-tracker" id="id2">Bug Tracker</a></li>
377-
<li><a class="reference internal" href="#credits" id="id3">Credits</a><ul>
378-
<li><a class="reference internal" href="#authors" id="id4">Authors</a></li>
379-
<li><a class="reference internal" href="#contributors" id="id5">Contributors</a></li>
380-
<li><a class="reference internal" href="#maintainers" id="id6">Maintainers</a></li>
377+
<li><a class="reference internal" href="#usage" id="toc-entry-1">Usage</a></li>
378+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-2">Bug Tracker</a></li>
379+
<li><a class="reference internal" href="#credits" id="toc-entry-3">Credits</a><ul>
380+
<li><a class="reference internal" href="#authors" id="toc-entry-4">Authors</a></li>
381+
<li><a class="reference internal" href="#contributors" id="toc-entry-5">Contributors</a></li>
382+
<li><a class="reference internal" href="#maintainers" id="toc-entry-6">Maintainers</a></li>
381383
</ul>
382384
</li>
383385
</ul>
384386
</div>
385387
<div class="section" id="usage">
386-
<h1><a class="toc-backref" href="#id1">Usage</a></h1>
387-
<p>A list of references is available for each package with a priority, so the package reference is used as the main reference.</p>
388+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
389+
<p>A list of references is available for each package with a priority, so the package reference
390+
is used as the main reference.</p>
388391
</div>
389392
<div class="section" id="bug-tracker">
390-
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
393+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
391394
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/stock-logistics-tracking/issues">GitHub Issues</a>.
392395
In case of trouble, please check there if your issue has already been reported.
393-
If you spotted it first, help us smashing it by providing a detailed and welcomed
396+
If you spotted it first, help us to smash it by providing a detailed and welcomed
394397
<a class="reference external" href="https://github.com/OCA/stock-logistics-tracking/issues/new?body=module:%20stock_quant_package_multi_reference%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395398
<p>Do not contact contributors directly about support or help with technical issues.</p>
396399
</div>
397400
<div class="section" id="credits">
398-
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
401+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
399402
<div class="section" id="authors">
400-
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
403+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
401404
<ul class="simple">
402405
<li>Cetmix</li>
403406
</ul>
404407
</div>
405408
<div class="section" id="contributors">
406-
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
409+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
407410
<ul class="simple">
408411
<li>Cetmix &lt;<a class="reference external" href="https://cetmix.com/">https://cetmix.com/</a>&gt;</li>
409412
</ul>
410413
</div>
411414
<div class="section" id="maintainers">
412-
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
415+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
413416
<p>This module is maintained by the OCA.</p>
414417
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
415418
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
416419
mission is to support the collaborative development of Odoo features and
417420
promote its widespread use.</p>
418-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-tracking/tree/16.0/stock_quant_package_multi_referencce">OCA/stock-logistics-tracking</a> project on GitHub.</p>
421+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/stock-logistics-tracking/tree/16.0/stock_quant_package_multi_reference">OCA/stock-logistics-tracking</a> project on GitHub.</p>
419422
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
420423
</div>
421424
</div>

0 commit comments

Comments
 (0)