Skip to content

Commit 2eeb74f

Browse files
committed
[BOT] post-merge updates
1 parent 118c97d commit 2eeb74f

File tree

6 files changed

+33
-25
lines changed

6 files changed

+33
-25
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ addon | version | maintainers | summary
6262
[purchase_order_product_recommendation](purchase_order_product_recommendation/) | 16.0.1.1.0 | | Recommend products to buy to supplier based on history
6363
[purchase_order_purchase_manager](purchase_order_purchase_manager/) | 16.0.1.0.1 | [![EmilioPascual](https://github.com/EmilioPascual.png?size=30px)](https://github.com/EmilioPascual) | Purchase Manager from Supplier in Purchase Order
6464
[purchase_order_qty_change_no_recompute](purchase_order_qty_change_no_recompute/) | 16.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Prevent recompute if only quantity has changed in purchase order line
65+
[purchase_order_supplier_return](purchase_order_supplier_return/) | 16.0.1.0.0 | | Return product to supplier and update quantiy received
6566
[purchase_order_supplierinfo_update](purchase_order_supplierinfo_update/) | 16.0.1.0.1 | [![ernestotejeda](https://github.com/ernestotejeda.png?size=30px)](https://github.com/ernestotejeda) | Update product supplierinfo with the last purchase price
6667
[purchase_order_type](purchase_order_type/) | 16.0.1.0.1 | | Purchase Order Type
6768
[purchase_order_type_dashboard](purchase_order_type_dashboard/) | 16.0.1.0.0 | [![dalonsod](https://github.com/dalonsod.png?size=30px)](https://github.com/dalonsod) | Purchase Order Type Dashboard

purchase_order_supplier_return/README.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Purchase Order Supplier Return
33
==============================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:19b2f9e9403eacbd3ba8d8fe34572b2ca42a2707bb234383ee6b2d88c7000959
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -20,12 +23,13 @@ Purchase Order Supplier Return
2023
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_supplier_return
2124
:alt: Translate me on Weblate
2225
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
23-
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/purchase-workflow&target_branch=16.0
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/purchase-workflow&target_branch=16.0
2427
:alt: Try me on Runboat
2528

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

28-
Allow to return products to supplier. On purchase orders validated and shipped with negative product quantity, received quantity is updated.
31+
Allow to return products to supplier. On purchase orders validated and shipped with negative product quantity, received quantity is updated.
32+
The product type must be of type storable.
2933

3034
**Table of contents**
3135

@@ -42,7 +46,7 @@ Bug Tracker
4246

4347
Bugs are tracked on `GitHub Issues <https://github.com/OCA/purchase-workflow/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/purchase-workflow/issues/new?body=module:%20purchase_order_supplier_return%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.
Loading

purchase_order_supplier_return/static/description/index.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
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" />
6-
<meta name="generator" content="Docutils: http://docutils.sourceforge.net/" />
5+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
76
<title>Purchase Order Supplier Return</title>
87
<style type="text/css">
98

109
/*
1110
:Author: David Goodger ([email protected])
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
11+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
1615
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
16+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1817
customize this style sheet.
1918
*/
2019

@@ -366,51 +365,54 @@ <h1 class="title">Purchase Order Supplier Return</h1>
366365
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367366
!! This file is generated by oca-gen-addon-readme !!
368367
!! changes will be overwritten. !!
368+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
369+
!! source digest: sha256:19b2f9e9403eacbd3ba8d8fe34572b2ca42a2707bb234383ee6b2d88c7000959
369370
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
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/purchase-workflow/tree/16.0/purchase_order_supplier_return"><img alt="OCA/purchase-workflow" src="https://img.shields.io/badge/github-OCA%2Fpurchase--workflow-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_supplier_return"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/purchase-workflow&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371-
<p>Allow to return products to supplier. On purchase orders validated and shipped with negative product quantity, received quantity is updated.</p>
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/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/16.0/purchase_order_supplier_return"><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-16-0/purchase-workflow-16-0-purchase_order_supplier_return"><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=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
372+
<p>Allow to return products to supplier. On purchase orders validated and shipped with negative product quantity, received quantity is updated.
373+
The product type must be of type storable.</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>
388+
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
387389
<p>Create a purchase order with a negative quantity, confirm it and validate the related stock picking. Quantity received will be updated.</p>
388390
</div>
389391
<div class="section" id="bug-tracker">
390-
<h1><a class="toc-backref" href="#id2">Bug Tracker</a></h1>
392+
<h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
391393
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
392394
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
395+
If you spotted it first, help us to smash it by providing a detailed and welcomed
394396
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_supplier_return%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
395397
<p>Do not contact contributors directly about support or help with technical issues.</p>
396398
</div>
397399
<div class="section" id="credits">
398-
<h1><a class="toc-backref" href="#id3">Credits</a></h1>
400+
<h1><a class="toc-backref" href="#toc-entry-3">Credits</a></h1>
399401
<div class="section" id="authors">
400-
<h2><a class="toc-backref" href="#id4">Authors</a></h2>
402+
<h2><a class="toc-backref" href="#toc-entry-4">Authors</a></h2>
401403
<ul class="simple">
402404
<li>Camptocamp</li>
403405
</ul>
404406
</div>
405407
<div class="section" id="contributors">
406-
<h2><a class="toc-backref" href="#id5">Contributors</a></h2>
408+
<h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
407409
<ul class="simple">
408410
<li>Telmo Santos &lt;<a class="reference external" href="mailto:telmo.santos&#64;camptocamp.com">telmo.santos&#64;camptocamp.com</a>&gt;</li>
409411
<li>Ricardo Almeida Soares &lt;<a class="reference external" href="mailto:ricardo.almeidasoares&#64;camptocamp.com">ricardo.almeidasoares&#64;camptocamp.com</a>&gt;</li>
410412
</ul>
411413
</div>
412414
<div class="section" id="maintainers">
413-
<h2><a class="toc-backref" href="#id6">Maintainers</a></h2>
415+
<h2><a class="toc-backref" href="#toc-entry-6">Maintainers</a></h2>
414416
<p>This module is maintained by the OCA.</p>
415417
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
416418
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

setup/_metapackage/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240506.0
1+
16.0.20240510.0

setup/_metapackage/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
'odoo-addon-purchase_order_product_recommendation>=16.0dev,<16.1dev',
5050
'odoo-addon-purchase_order_purchase_manager>=16.0dev,<16.1dev',
5151
'odoo-addon-purchase_order_qty_change_no_recompute>=16.0dev,<16.1dev',
52+
'odoo-addon-purchase_order_supplier_return>=16.0dev,<16.1dev',
5253
'odoo-addon-purchase_order_supplierinfo_update>=16.0dev,<16.1dev',
5354
'odoo-addon-purchase_order_type>=16.0dev,<16.1dev',
5455
'odoo-addon-purchase_order_type_dashboard>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)