Skip to content

Commit 09e7d7c

Browse files
committed
[BOT] post-merge updates
1 parent a80b90b commit 09e7d7c

File tree

7 files changed

+29
-22
lines changed

7 files changed

+29
-22
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ addon | version | maintainers | summary
4343
[purchase_open_qty](purchase_open_qty/) | 16.0.2.0.1 | | Allows to identify the purchase orders that have quantities pending to invoice or to receive.
4444
[purchase_order_approved](purchase_order_approved/) | 16.0.1.0.0 | | Add a new state 'Approved' in purchase orders.
4545
[purchase_order_archive](purchase_order_archive/) | 16.0.1.0.0 | | Archive Purchase Orders
46+
[purchase_order_hide_receipt_status](purchase_order_hide_receipt_status/) | 16.0.1.0.1 | | Purchase Order Hide Receipt Status
4647
[purchase_order_line_menu](purchase_order_line_menu/) | 16.0.2.1.0 | | Adds Purchase Order Lines Menu
4748
[purchase_order_no_zero_price](purchase_order_no_zero_price/) | 16.0.1.0.0 | | Prevent zero price lines on Purchase Orders
4849
[purchase_order_owner](purchase_order_owner/) | 16.0.1.0.0 | | Purchase Order Owner

purchase_order_hide_receipt_status/README.rst

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Purchase Order Hide Receipt Status
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:74847d1308d42cbe100588ed2dae6d9d360e651e82427db2e948af6b0b745756
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 @@ Purchase Order Hide Receipt Status
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
2023
:target: https://translation.odoo-community.org/projects/purchase-workflow-16-0/purchase-workflow-16-0-purchase_order_hide_receipt_status
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/142/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/purchase-workflow&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 is designed to enhance the user experience by hiding the "receipt_status" field
2932
in purchase order form view and tree view. The purpose is to avoid any confusion that may arise
@@ -39,7 +42,7 @@ Bug Tracker
3942

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

4548
Do not contact contributors directly about support or help with technical issues.

purchase_order_hide_receipt_status/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
33
{
44
"name": "Purchase Order Hide Receipt Status",
5-
"version": "16.0.1.0.0",
5+
"version": "16.0.1.0.1",
66
"category": "Purchase",
77
"website": "https://github.com/OCA/purchase-workflow",
88
"license": "AGPL-3",
Loading

purchase_order_hide_receipt_status/static/description/index.html

+16-14
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: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
77
<title>Purchase Order Hide Receipt Status</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger (goodger@python.org)
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

@@ -366,40 +366,42 @@ <h1 class="title">Purchase Order Hide Receipt Status</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:74847d1308d42cbe100588ed2dae6d9d360e651e82427db2e948af6b0b745756
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/purchase-workflow/tree/16.0/purchase_order_hide_receipt_status"><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_hide_receipt_status"><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/runbot/142/16.0"><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/purchase-workflow/tree/16.0/purchase_order_hide_receipt_status"><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_hide_receipt_status"><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>
371373
<p>This module is designed to enhance the user experience by hiding the “receipt_status” field
372374
in purchase order form view and tree view. The purpose is to avoid any confusion that may arise
373375
when ‘reception_status’ field becomes visible once the ‘purchase_reception_status’ module is installed.</p>
374376
<p><strong>Table of contents</strong></p>
375377
<div class="contents local topic" id="contents">
376378
<ul class="simple">
377-
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
378-
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
379-
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
380-
<li><a class="reference internal" href="#maintainers" id="id4">Maintainers</a></li>
379+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
380+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
381+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
382+
<li><a class="reference internal" href="#maintainers" id="toc-entry-4">Maintainers</a></li>
381383
</ul>
382384
</li>
383385
</ul>
384386
</div>
385387
<div class="section" id="bug-tracker">
386-
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
388+
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
387389
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/purchase-workflow/issues">GitHub Issues</a>.
388390
In case of trouble, please check there if your issue has already been reported.
389-
If you spotted it first, help us smashing it by providing a detailed and welcomed
391+
If you spotted it first, help us to smash it by providing a detailed and welcomed
390392
<a class="reference external" href="https://github.com/OCA/purchase-workflow/issues/new?body=module:%20purchase_order_hide_receipt_status%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
391393
<p>Do not contact contributors directly about support or help with technical issues.</p>
392394
</div>
393395
<div class="section" id="credits">
394-
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
396+
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
395397
<div class="section" id="authors">
396-
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
398+
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
397399
<ul class="simple">
398400
<li>Quartile Limited</li>
399401
</ul>
400402
</div>
401403
<div class="section" id="maintainers">
402-
<h2><a class="toc-backref" href="#id4">Maintainers</a></h2>
404+
<h2><a class="toc-backref" href="#toc-entry-4">Maintainers</a></h2>
403405
<p>This module is maintained by the OCA.</p>
404406
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
405407
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20231109.0
1+
16.0.20231109.1

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
'odoo-addon-purchase_open_qty>=16.0dev,<16.1dev',
3131
'odoo-addon-purchase_order_approved>=16.0dev,<16.1dev',
3232
'odoo-addon-purchase_order_archive>=16.0dev,<16.1dev',
33+
'odoo-addon-purchase_order_hide_receipt_status>=16.0dev,<16.1dev',
3334
'odoo-addon-purchase_order_line_menu>=16.0dev,<16.1dev',
3435
'odoo-addon-purchase_order_no_zero_price>=16.0dev,<16.1dev',
3536
'odoo-addon-purchase_order_owner>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)