Skip to content

Commit c1f45c3

Browse files
committed
[BOT] post-merge updates
1 parent 8b4be98 commit c1f45c3

4 files changed

Lines changed: 33 additions & 21 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ addon | version | maintainers | summary
6969
[purchase_order_line_packaging_qty](purchase_order_line_packaging_qty/) | 14.0.1.0.1 | | Define quantities according to product packaging on purchase order lines
7070
[purchase_order_line_price_history](purchase_order_line_price_history/) | 14.0.1.1.0 | | Purchase order line price history
7171
[purchase_order_line_price_history_discount](purchase_order_line_price_history_discount/) | 14.0.1.0.0 | | Purchase order line price history discount
72-
[purchase_order_line_sequence](purchase_order_line_sequence/) | 14.0.2.0.0 | | Adds sequence to PO lines and propagates it toInvoice lines and Stock Moves
72+
[purchase_order_line_sequence](purchase_order_line_sequence/) | 14.0.2.0.1 | | Adds sequence to PO lines and propagates it toInvoice lines and Stock Moves
7373
[purchase_order_line_stock_available](purchase_order_line_stock_available/) | 14.0.1.0.0 | | Purchase order line stock available
7474
[purchase_order_partner_manual_rank](purchase_order_partner_manual_rank/) | 14.0.2.0.0 | <a href='https://github.com/aleuffre'><img src='https://github.com/aleuffre.png' width='32' height='32' style='border-radius:50%;' alt='aleuffre'/></a> <a href='https://github.com/renda-dev'><img src='https://github.com/renda-dev.png' width='32' height='32' style='border-radius:50%;' alt='renda-dev'/></a> | Purchase Order Partner Manual Rank
7575
[purchase_order_payment_term_report](purchase_order_payment_term_report/) | 14.0.1.0.1 | | Display Purchase Payment Terms in PO Report

purchase_order_line_sequence/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
Purchase Order Line Sequence
37
============================
@@ -7,13 +11,13 @@ Purchase Order Line Sequence
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:68e5616dd9c560e7036cdf959fc34e10755ccf83ba1927bc0dc09621bdd04509
14+
!! source digest: sha256:49e3aa690a62da820046351db51335ad65473d5fe9fc1cc706621403198e503c
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
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%2Fpurchase--workflow-lightgray.png?logo=github

purchase_order_line_sequence/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"name": "Purchase Order Line Sequence",
88
"summary": "Adds sequence to PO lines and propagates it to"
99
"Invoice lines and Stock Moves",
10-
"version": "14.0.2.0.0",
10+
"version": "14.0.2.0.1",
1111
"category": "Purchase Management",
1212
"author": "Camptocamp, "
1313
"ForgeFlow, "

purchase_order_line_sequence/static/description/index.html

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
54
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
65
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
7-
<title>Purchase Order Line Sequence</title>
6+
<title>README.rst</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
: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 $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="purchase-order-line-sequence">
364-
<h1 class="title">Purchase Order Line Sequence</h1>
363+
<div class="document">
365364

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="purchase-order-line-sequence">
370+
<h1>Purchase Order Line Sequence</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:68e5616dd9c560e7036cdf959fc34e10755ccf83ba1927bc0dc09621bdd04509
375+
!! source digest: sha256:49e3aa690a62da820046351db51335ad65473d5fe9fc1cc706621403198e503c
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/purchase-workflow/tree/14.0/purchase_order_line_sequence"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_order_line_sequence"><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/purchase-workflow&amp;target_branch=14.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="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/purchase-workflow/tree/14.0/purchase_order_line_sequence"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/purchase-workflow-14-0/purchase-workflow-14-0-purchase_order_line_sequence"><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/purchase-workflow&amp;target_branch=14.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>The sequence in PO line is propagated to the Stock moves. The sequence number
374379
appears in the PO form view and in the report.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -387,7 +392,7 @@ <h1 class="title">Purchase Order Line Sequence</h1>
387392
</ul>
388393
</div>
389394
<div class="section" id="usage">
390-
<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>
391396
<dl class="docutils">
392397
<dt>This module depends on the following module(s) :</dt>
393398
<dd><ul class="first last simple">
@@ -397,29 +402,29 @@ <h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
397402
</dl>
398403
</div>
399404
<div class="section" id="known-issues-roadmap">
400-
<h1><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h1>
405+
<h2><a class="toc-backref" href="#toc-entry-2">Known issues / Roadmap</a></h2>
401406
<p>In standard odoo is possible to sort the purchase order lines and those are propagated to the invoice lines</p>
402407
</div>
403408
<div class="section" id="bug-tracker">
404-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
409+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
405410
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
406411
In case of trouble, please check there if your issue has already been reported.
407412
If you spotted it first, help us to smash it by providing a detailed and welcomed
408413
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_line_sequence%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
409414
<p>Do not contact contributors directly about support or help with technical issues.</p>
410415
</div>
411416
<div class="section" id="credits">
412-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
417+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
413418
<div class="section" id="authors">
414-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
419+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
415420
<ul class="simple">
416421
<li>Camptocamp</li>
417422
<li>ForgeFlow</li>
418423
<li>Serpent CS</li>
419424
</ul>
420425
</div>
421426
<div class="section" id="contributors">
422-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
427+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
423428
<ul class="simple">
424429
<li>Cécile Jallais &lt;<a class="reference external" href="mailto:cjallais&#64;archeti.com">cjallais&#64;archeti.com</a>&gt;</li>
425430
<li>Damien Crier &lt;<a class="reference external" href="mailto:damien.crier&#64;camptocamp.com">damien.crier&#64;camptocamp.com</a>&gt;</li>
@@ -428,9 +433,11 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
428433
</ul>
429434
</div>
430435
<div class="section" id="maintainers">
431-
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
436+
<h3><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h3>
432437
<p>This module is maintained by the OCA.</p>
433-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
438+
<a class="reference external image-reference" href="https://odoo-community.org">
439+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
440+
</a>
434441
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
435442
mission is to support the collaborative development of Odoo features and
436443
promote its widespread use.</p>
@@ -439,5 +446,6 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
439446
</div>
440447
</div>
441448
</div>
449+
</div>
442450
</body>
443451
</html>

0 commit comments

Comments
 (0)