Skip to content

Commit bb361d0

Browse files
committed
[BOT] post-merge updates
1 parent 50cbfd1 commit bb361d0

4 files changed

Lines changed: 38 additions & 23 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ addon | version | maintainers | summary
9393
[purchase_reception_status](purchase_reception_status/) | 14.0.1.1.0 | <a href='https://github.com/alexis-via'><img src='https://github.com/alexis-via.png' width='32' height='32' style='border-radius:50%;' alt='alexis-via'/></a> | Add reception status on purchase orders
9494
[purchase_report_menu_move](purchase_report_menu_move/) | 14.0.1.0.0 | <a href='https://github.com/newtratip'><img src='https://github.com/newtratip.png' width='32' height='32' style='border-radius:50%;' alt='newtratip'/></a> | Purchase Report Menu Move
9595
[purchase_representative](purchase_representative/) | 14.0.1.0.0 | | Purchase Representatives will be the point of contact for RFQ's and PO's
96-
[purchase_request](purchase_request/) | 14.0.2.2.0 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
96+
[purchase_request](purchase_request/) | 14.0.2.2.1 | | Use this module to have notification of requirements of materials and/or external services and keep track of such requirements.
9797
[purchase_request_cancel_confirm](purchase_request_cancel_confirm/) | 14.0.1.0.1 | <a href='https://github.com/kittiu'><img src='https://github.com/kittiu.png' width='32' height='32' style='border-radius:50%;' alt='kittiu'/></a> | Purchase Request Cancel Confirm
9898
[purchase_request_department](purchase_request_department/) | 14.0.1.0.0 | | Purchase Request Department
9999
[purchase_request_exception](purchase_request_exception/) | 14.0.1.0.0 | | Custom exceptions on purchase request

purchase_request/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 Request
37
================
@@ -7,13 +11,13 @@ Purchase Request
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:a47f6f30e221aebe4987ec17ad1151c8b05cec98dc3ce393b2456bde50f67b69
14+
!! source digest: sha256:f1bdfea782ef04b89eb567045a61771c21dcc7472287934f8ce423597ba53511
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-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github

purchase_request/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Purchase Request",
66
"author": "ForgeFlow, Odoo Community Association (OCA)",
7-
"version": "14.0.2.2.0",
7+
"version": "14.0.2.2.1",
88
"summary": "Use this module to have notification of requirements of "
99
"materials and/or external services and keep track of such "
1010
"requirements.",

purchase_request/static/description/index.html

Lines changed: 30 additions & 19 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>Purchase Request</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="purchase-request">
363-
<h1 class="title">Purchase Request</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="purchase-request">
370+
<h1>Purchase Request</h1>
365371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
366372
!! This file is generated by oca-gen-addon-readme !!
367373
!! changes will be overwritten. !!
368374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369-
!! source digest: sha256:a47f6f30e221aebe4987ec17ad1151c8b05cec98dc3ce393b2456bde50f67b69
375+
!! source digest: sha256:f1bdfea782ef04b89eb567045a61771c21dcc7472287934f8ce423597ba53511
370376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
371-
<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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/14.0/purchase_request"><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_request"><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/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/purchase-workflow/tree/14.0/purchase_request"><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_request"><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>
372378
<p>You use this module if you wish to give notification of requirements of
373379
materials and/or external services and keep track of such requirements.</p>
374380
<p>Requests can be created either directly or indirectly.
@@ -415,7 +421,7 @@ <h1 class="title">Purchase Request</h1>
415421
</ul>
416422
</div>
417423
<div class="section" id="configuration">
418-
<h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
424+
<h2><a class="toc-backref" href="#toc-entry-1">Configuration</a></h2>
419425
<p>To configure the product follow this steps:</p>
420426
<ol class="arabic simple">
421427
<li>Go to a product form.</li>
@@ -429,30 +435,30 @@ <h1><a class="toc-backref" href="#toc-entry-1">Configuration</a></h1>
429435
You can control this with the flag “Notify followers on request allocation” in stock general settings</p>
430436
</div>
431437
<div class="section" id="usage">
432-
<h1><a class="toc-backref" href="#toc-entry-2">Usage</a></h1>
438+
<h2><a class="toc-backref" href="#toc-entry-2">Usage</a></h2>
433439
<p>Purchase requests are accessible through a new menu entry ‘Purchase
434440
Requests’, and also from the ‘Purchase’ menu.</p>
435441
<p>Users can access the list of Purchase Requests or Purchase Request Lines.</p>
436442
<p>It is possible to filter requests by its approval status.</p>
437443
</div>
438444
<div class="section" id="bug-tracker">
439-
<h1><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h1>
445+
<h2><a class="toc-backref" href="#toc-entry-3">Bug Tracker</a></h2>
440446
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
441447
In case of trouble, please check there if your issue has already been reported.
442448
If you spotted it first, help us to smash it by providing a detailed and welcomed
443449
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_request%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
444450
<p>Do not contact contributors directly about support or help with technical issues.</p>
445451
</div>
446452
<div class="section" id="credits">
447-
<h1><a class="toc-backref" href="#toc-entry-4">Credits</a></h1>
453+
<h2><a class="toc-backref" href="#toc-entry-4">Credits</a></h2>
448454
<div class="section" id="authors">
449-
<h2><a class="toc-backref" href="#toc-entry-5">Authors</a></h2>
455+
<h3><a class="toc-backref" href="#toc-entry-5">Authors</a></h3>
450456
<ul class="simple">
451457
<li>ForgeFlow</li>
452458
</ul>
453459
</div>
454460
<div class="section" id="contributors">
455-
<h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
461+
<h3><a class="toc-backref" href="#toc-entry-6">Contributors</a></h3>
456462
<ul class="simple">
457463
<li>Jordi Ballester Alomar &lt;<a class="reference external" href="mailto:jordi.ballester&#64;forgeflow.com">jordi.ballester&#64;forgeflow.com</a>&gt;</li>
458464
<li>Jonathan Nemry &lt;<a class="reference external" href="mailto:jonathan.nemry&#64;acsone.eu">jonathan.nemry&#64;acsone.eu</a>&gt;</li>
@@ -465,20 +471,24 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
465471
</ul>
466472
</div>
467473
<div class="section" id="other-credits">
468-
<h2><a class="toc-backref" href="#toc-entry-7">Other credits</a></h2>
474+
<h3><a class="toc-backref" href="#toc-entry-7">Other credits</a></h3>
469475
<p>The development of this module has been financially supported by:</p>
470-
<a class="reference external image-reference" href="https://www.alephobjects.com"><img alt="Aleph Objects, Inc" src="https://upload.wikimedia.org/wikipedia/en/3/3b/Aleph_Objects_Logo.png" /></a>
476+
<a class="reference external image-reference" href="https://www.alephobjects.com">
477+
<img alt="Aleph Objects, Inc" src="https://upload.wikimedia.org/wikipedia/en/3/3b/Aleph_Objects_Logo.png" />
478+
</a>
471479
<div class="section" id="images">
472-
<h3><a class="toc-backref" href="#toc-entry-8">Images</a></h3>
480+
<h4><a class="toc-backref" href="#toc-entry-8">Images</a></h4>
473481
<ul class="simple">
474482
<li>Enric Tobella (logo)</li>
475483
</ul>
476484
</div>
477485
</div>
478486
<div class="section" id="maintainers">
479-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
487+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
480488
<p>This module is maintained by the OCA.</p>
481-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
489+
<a class="reference external image-reference" href="https://odoo-community.org">
490+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
491+
</a>
482492
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
483493
mission is to support the collaborative development of Odoo features and
484494
promote its widespread use.</p>
@@ -487,5 +497,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
487497
</div>
488498
</div>
489499
</div>
500+
</div>
490501
</body>
491502
</html>

0 commit comments

Comments
 (0)