From 89e4b7cd513336a8be952ef1e6009bf87b10354d Mon Sep 17 00:00:00 2001
From: sergio-teruel
Date: Wed, 17 Feb 2021 16:08:56 +0100
Subject: [PATCH] [MIG] stock_picking_report_undelivered_product: Migration to
v13.0
---
.../stock_picking_report_undelivered_product | 1 +
.../setup.py | 6 ++
.../README.rst | 10 +--
.../__manifest__.py | 4 +-
.../static/description/index.html | 6 +-
...tock_picking_report_undelivered_product.py | 30 +++----
.../views/product_views.xml | 6 +-
.../views/report_deliveryslip.xml | 78 ++++++++++++++-----
.../views/res_config_settings_views.xml | 21 +++--
.../views/res_partner_view.xml | 8 +-
10 files changed, 107 insertions(+), 63 deletions(-)
create mode 120000 setup/stock_picking_report_undelivered_product/odoo/addons/stock_picking_report_undelivered_product
create mode 100644 setup/stock_picking_report_undelivered_product/setup.py
diff --git a/setup/stock_picking_report_undelivered_product/odoo/addons/stock_picking_report_undelivered_product b/setup/stock_picking_report_undelivered_product/odoo/addons/stock_picking_report_undelivered_product
new file mode 120000
index 0000000..86e497d
--- /dev/null
+++ b/setup/stock_picking_report_undelivered_product/odoo/addons/stock_picking_report_undelivered_product
@@ -0,0 +1 @@
+../../../../stock_picking_report_undelivered_product
\ No newline at end of file
diff --git a/setup/stock_picking_report_undelivered_product/setup.py b/setup/stock_picking_report_undelivered_product/setup.py
new file mode 100644
index 0000000..28c57bb
--- /dev/null
+++ b/setup/stock_picking_report_undelivered_product/setup.py
@@ -0,0 +1,6 @@
+import setuptools
+
+setuptools.setup(
+ setup_requires=['setuptools-odoo'],
+ odoo_addon=True,
+)
diff --git a/stock_picking_report_undelivered_product/README.rst b/stock_picking_report_undelivered_product/README.rst
index 0769693..b11cc1b 100644
--- a/stock_picking_report_undelivered_product/README.rst
+++ b/stock_picking_report_undelivered_product/README.rst
@@ -14,13 +14,13 @@ Stock picking report undelivered products
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fstock--logistics--reporting-lightgray.png?logo=github
- :target: https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_picking_report_undelivered_product
+ :target: https://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_picking_report_undelivered_product
:alt: OCA/stock-logistics-reporting
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-12-0/stock-logistics-reporting-12-0-stock_picking_report_undelivered_product
+ :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-13-0/stock-logistics-reporting-13-0-stock_picking_report_undelivered_product
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
- :target: https://runbot.odoo-community.org/runbot/151/12.0
+ :target: https://runbot.odoo-community.org/runbot/151/13.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -65,7 +65,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -98,6 +98,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub.
+This module is part of the `OCA/stock-logistics-reporting `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/stock_picking_report_undelivered_product/__manifest__.py b/stock_picking_report_undelivered_product/__manifest__.py
index be63486..692ea76 100644
--- a/stock_picking_report_undelivered_product/__manifest__.py
+++ b/stock_picking_report_undelivered_product/__manifest__.py
@@ -4,9 +4,9 @@
{
"name": "Stock picking report undelivered products",
"summary": "Display on picking report delivery slip undelivered products",
- "version": "12.0.1.0.0",
+ "version": "13.0.1.0.0",
"author": "Tecnativa,Odoo Community Association (OCA)",
- "website": "https://www.tecnativa.com",
+ "website": "https://github.com/OCA/stock-logistics-reporting",
"category": "Warehouse",
"license": "AGPL-3",
"depends": ["stock"],
diff --git a/stock_picking_report_undelivered_product/static/description/index.html b/stock_picking_report_undelivered_product/static/description/index.html
index c3892d3..ca4ec8d 100644
--- a/stock_picking_report_undelivered_product/static/description/index.html
+++ b/stock_picking_report_undelivered_product/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
This module extends the functionality of stock module to allow to
display undelivered products in the delivery slip report.
You have three options to display lines:
@@ -414,7 +414,7 @@ completely lines).
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
-feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -445,7 +445,7 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.