From 0be938b958d7489026194bc0a9677f6c049bfaaf Mon Sep 17 00:00:00 2001
From: Hai Lang
Date: Sat, 25 Sep 2021 06:25:30 +0700
Subject: [PATCH] [MIG] delivery_line_sale_line_position: Migration to 14.0
---
delivery_line_sale_line_position/README.rst | 16 ++++++++++-----
.../__manifest__.py | 4 ++--
.../i18n/delivery_line_sale_line_position.pot | 20 ++++++++++++++++++-
.../readme/CONTRIBUTORS.rst | 1 +
.../readme/CREDITS.rst | 1 +
.../report/report_deliveryslip.xml | 11 ++++++----
.../static/description/index.html | 16 ++++++++++-----
7 files changed, 52 insertions(+), 17 deletions(-)
create mode 100644 delivery_line_sale_line_position/readme/CREDITS.rst
diff --git a/delivery_line_sale_line_position/README.rst b/delivery_line_sale_line_position/README.rst
index 7f885d6..6ec5890 100644
--- a/delivery_line_sale_line_position/README.rst
+++ b/delivery_line_sale_line_position/README.rst
@@ -14,13 +14,13 @@ Delivery Line Sale Line Position
: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/13.0/delivery_line_sale_line_position
+ :target: https://github.com/OCA/stock-logistics-reporting/tree/14.0/delivery_line_sale_line_position
: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-13-0/stock-logistics-reporting-13-0-delivery_line_sale_line_position
+ :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-14-0/stock-logistics-reporting-14-0-delivery_line_sale_line_position
: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/13.0
+ :target: https://runbot.odoo-community.org/runbot/151/14.0
:alt: Try me on Runbot
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -43,7 +43,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.
@@ -59,6 +59,12 @@ Contributors
~~~~~~~~~~~~
* Thierry Ducrest
+* `Trobz `_:
+
+Other credits
+~~~~~~~~~~~~~
+
+The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp
Maintainers
~~~~~~~~~~~
@@ -73,6 +79,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/delivery_line_sale_line_position/__manifest__.py b/delivery_line_sale_line_position/__manifest__.py
index 5fba36a..41c9887 100644
--- a/delivery_line_sale_line_position/__manifest__.py
+++ b/delivery_line_sale_line_position/__manifest__.py
@@ -4,12 +4,12 @@
{
"name": "Delivery Line Sale Line Position",
"summary": "Adds the sale line position to the delivery report lines",
- "version": "13.0.1.0.0",
+ "version": "14.0.1.0.0",
"category": "Delivery",
"author": "Camptocamp, Odoo Community Association (OCA)",
"license": "AGPL-3",
"website": "https://github.com/OCA/stock-logistics-reporting",
- "depends": ["sale_order_line_position"],
+ "depends": ["stock", "sale_order_line_position"],
"data": [
"report/report_deliveryslip.xml",
"views/stock_move.xml",
diff --git a/delivery_line_sale_line_position/i18n/delivery_line_sale_line_position.pot b/delivery_line_sale_line_position/i18n/delivery_line_sale_line_position.pot
index bd9a722..b9ef932 100644
--- a/delivery_line_sale_line_position/i18n/delivery_line_sale_line_position.pot
+++ b/delivery_line_sale_line_position/i18n/delivery_line_sale_line_position.pot
@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: Odoo Server 13.0\n"
+"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -18,6 +18,24 @@ msgstr ""
msgid "Pos"
msgstr ""
+#. module: delivery_line_sale_line_position
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move__display_name
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move_line__display_name
+msgid "Display Name"
+msgstr ""
+
+#. module: delivery_line_sale_line_position
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move__id
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move_line__id
+msgid "ID"
+msgstr ""
+
+#. module: delivery_line_sale_line_position
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move____last_update
+#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move_line____last_update
+msgid "Last Modified on"
+msgstr ""
+
#. module: delivery_line_sale_line_position
#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move__position_sale_line
#: model:ir.model.fields,field_description:delivery_line_sale_line_position.field_stock_move_line__position_sale_line
diff --git a/delivery_line_sale_line_position/readme/CONTRIBUTORS.rst b/delivery_line_sale_line_position/readme/CONTRIBUTORS.rst
index 0dd376f..ef70cd0 100644
--- a/delivery_line_sale_line_position/readme/CONTRIBUTORS.rst
+++ b/delivery_line_sale_line_position/readme/CONTRIBUTORS.rst
@@ -1 +1,2 @@
* Thierry Ducrest
+* `Trobz `_:
diff --git a/delivery_line_sale_line_position/readme/CREDITS.rst b/delivery_line_sale_line_position/readme/CREDITS.rst
new file mode 100644
index 0000000..f37ebe7
--- /dev/null
+++ b/delivery_line_sale_line_position/readme/CREDITS.rst
@@ -0,0 +1 @@
+The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp
diff --git a/delivery_line_sale_line_position/report/report_deliveryslip.xml b/delivery_line_sale_line_position/report/report_deliveryslip.xml
index 3f370c9..b01335a 100644
--- a/delivery_line_sale_line_position/report/report_deliveryslip.xml
+++ b/delivery_line_sale_line_position/report/report_deliveryslip.xml
@@ -36,10 +36,13 @@
| Pos |
-
+
+
+
+
|
diff --git a/delivery_line_sale_line_position/static/description/index.html b/delivery_line_sale_line_position/static/description/index.html
index a9789e4..2b6dae2 100644
--- a/delivery_line_sale_line_position/static/description/index.html
+++ b/delivery_line_sale_line_position/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 is build on top of the module sale_order_line_position.
On the delivery report it adds a column with the Postion from the related
sale order line.
@@ -379,7 +379,8 @@ sale order line.
Credits
@@ -389,7 +390,7 @@ sale order line.
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.
@@ -404,16 +405,21 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
+
+
+
The migration of this module from 13.0 to 14.0 was financially supported by Camptocamp
+
-
+
This module is maintained by the OCA.
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.