Skip to content

Commit 3973d84

Browse files
committed
[BOT] post-merge updates
1 parent 2840a18 commit 3973d84

File tree

4 files changed

+32
-19
lines changed

4 files changed

+32
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ addon | version | maintainers | summary
120120
[sale_stock_picking_blocking](sale_stock_picking_blocking/) | 15.0.1.0.1 | | Allow you to block the creation of deliveries from a sale order.
121121
[sale_stock_picking_note](sale_stock_picking_note/) | 15.0.1.0.1 | | Add picking note in sale and purchase order
122122
[sale_stock_return_request](sale_stock_return_request/) | 15.0.1.1.1 | <a href='https://github.com/chienandalu'><img src='https://github.com/chienandalu.png' width='32' height='32' style='border-radius:50%;' alt='chienandalu'/></a> | Sale Stock Return Request
123-
[sale_stock_secondary_unit](sale_stock_secondary_unit/) | 15.0.1.0.3 | | Get product quantities in a secondary unit
123+
[sale_stock_secondary_unit](sale_stock_secondary_unit/) | 15.0.1.0.4 | | Get product quantities in a secondary unit
124124
[sale_substate](sale_substate/) | 15.0.1.0.0 | | Sale Sub State
125125
[sale_tier_validation](sale_tier_validation/) | 15.0.1.1.2 | | Extends the functionality of Sale Orders to support a tier validation process.
126126
[sale_triple_discount](sale_triple_discount/) | 15.0.1.0.1 | | Manage triple discount on sale order lines

sale_stock_secondary_unit/README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
=========================
26
Sale Stock Secondary Unit
37
=========================
@@ -7,13 +11,13 @@ Sale Stock Secondary Unit
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:1156f67110248c2f602ed1d370a419741f4068f7a8bc3857a071409145810ea1
14+
!! source digest: sha256:157104aeafd3166eb8cecb04c90b70ad0d7884f3e2078c6b820dc254ac548ae5
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Production/Stable
16-
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1822
:alt: License: AGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github

sale_stock_secondary_unit/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"name": "Sale Stock Secondary Unit",
55
"summary": "Get product quantities in a secondary unit",
6-
"version": "15.0.1.0.3",
6+
"version": "15.0.1.0.4",
77
"development_status": "Production/Stable",
88
"category": "stock",
99
"website": "https://github.com/OCA/sale-workflow",

sale_stock_secondary_unit/static/description/index.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>Sale Stock Secondary Unit</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
1010
:Author: David Goodger (goodger@python.org)
11-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1212
:Copyright: This stylesheet has been placed in the public domain.
1313
1414
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1516
1617
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1718
customize this style sheet.
@@ -274,7 +275,7 @@
274275
margin-left: 2em ;
275276
margin-right: 2em }
276277

277-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
278279
pre.code, code { background-color: #eeeeee }
279280
pre.code .comment, code .comment { color: #5C6576 }
280281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@
300301
span.pre {
301302
white-space: pre }
302303

303-
span.problematic {
304+
span.problematic, pre.problematic {
304305
color: red }
305306

306307
span.section-subtitle {
@@ -359,16 +360,21 @@
359360
</style>
360361
</head>
361362
<body>
362-
<div class="document" id="sale-stock-secondary-unit">
363-
<h1 class="title">Sale Stock Secondary Unit</h1>
363+
<div class="document">
364364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="sale-stock-secondary-unit">
370+
<h1>Sale Stock Secondary Unit</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:1156f67110248c2f602ed1d370a419741f4068f7a8bc3857a071409145810ea1
375+
!! source digest: sha256:157104aeafd3166eb8cecb04c90b70ad0d7884f3e2078c6b820dc254ac548ae5
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/sale-workflow/tree/15.0/sale_stock_secondary_unit"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_stock_secondary_unit"><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/sale-workflow&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.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/sale-workflow/tree/15.0/sale_stock_secondary_unit"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_stock_secondary_unit"><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/sale-workflow&amp;target_branch=15.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372378
<p>This module extends the functionality of stock secondary unit module and
373379
sale_order_secondary_unit to allow copy secondary sale data to stock move when
374380
a sale order is confirmed.</p>
@@ -386,7 +392,7 @@ <h1 class="title">Sale Stock Secondary Unit</h1>
386392
</ul>
387393
</div>
388394
<div class="section" id="usage">
389-
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
395+
<h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
390396
<p>To use this module you need to:</p>
391397
<ol class="arabic simple">
392398
<li>Go to a <em>Product &gt; General Information tab</em>.</li>
@@ -398,33 +404,35 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
398404
</ol>
399405
</div>
400406
<div class="section" id="bug-tracker">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
407+
<h2><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h2>
402408
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
403409
In case of trouble, please check there if your issue has already been reported.
404410
If you spotted it first, help us to smash it by providing a detailed and welcomed
405411
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_stock_secondary_unit%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
406412
<p>Do not contact contributors directly about support or help with technical issues.</p>
407413
</div>
408414
<div class="section" id="credits">
409-
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
415+
<h2><a class="toc-backref" href="#toc-entry-3">Credits</a></h2>
410416
<div class="section" id="authors">
411-
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
417+
<h3><a class="toc-backref" href="#toc-entry-4">Authors</a></h3>
412418
<ul class="simple">
413419
<li>Tecnativa</li>
414420
</ul>
415421
</div>
416422
<div class="section" id="contributors">
417-
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
423+
<h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
418424
<ul class="simple">
419425
<li>Carlos Dauden &lt;<a class="reference external" href="mailto:carlos.dauden&#64;tecnativa.com">carlos.dauden&#64;tecnativa.com</a>&gt;</li>
420426
<li>Sergio Teruel &lt;<a class="reference external" href="mailto:sergio.teruel&#64;tecnativa.com">sergio.teruel&#64;tecnativa.com</a>&gt;</li>
421427
<li>Tony Gu &lt;<a class="reference external" href="mailto:tony&#64;openerp.cn">tony&#64;openerp.cn</a>&gt;</li>
422428
</ul>
423429
</div>
424430
<div class="section" id="maintainers">
425-
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
431+
<h3><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h3>
426432
<p>This module is maintained by the OCA.</p>
427-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
433+
<a class="reference external image-reference" href="https://odoo-community.org">
434+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
435+
</a>
428436
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
429437
mission is to support the collaborative development of Odoo features and
430438
promote its widespread use.</p>
@@ -433,5 +441,6 @@ <h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
433441
</div>
434442
</div>
435443
</div>
444+
</div>
436445
</body>
437446
</html>

0 commit comments

Comments
 (0)