From 0ebd5b14059397a99ab33aa703518be99f6a2e0a Mon Sep 17 00:00:00 2001 From: Sergio Teruel Date: Wed, 4 Dec 2019 16:38:17 +0100 Subject: [PATCH] [MIG] stock_picking_report_custom_description: Migration to v12.0 --- .../README.rst | 22 +++++++++++++------ .../__manifest__.py | 4 +++- .../i18n/es.po | 6 ++--- ...tock_picking_report_custom_description.pot | 2 +- .../static/description/index.html | 8 ++++--- .../views/report_stockpicking_operations.xml | 4 ++-- 6 files changed, 29 insertions(+), 17 deletions(-) diff --git a/stock_picking_report_custom_description/README.rst b/stock_picking_report_custom_description/README.rst index 648a791..cc114fe 100644 --- a/stock_picking_report_custom_description/README.rst +++ b/stock_picking_report_custom_description/README.rst @@ -7,20 +7,20 @@ Stock Picking Report Custom Description !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png +.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png :target: https://odoo-community.org/page/development-status - :alt: Beta + :alt: Production/Stable .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png :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/11.0/stock_picking_report_custom_description + :target: https://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_picking_report_custom_description :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-11-0/stock-logistics-reporting-11-0-stock_picking_report_custom_description + :target: https://translation.odoo-community.org/projects/stock-logistics-reporting-12-0/stock-logistics-reporting-12-0-stock_picking_report_custom_description :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/11.0 + :target: https://runbot.odoo-community.org/runbot/151/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,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. @@ -78,6 +78,14 @@ 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. +.. |maintainer-carlosdauden| image:: https://github.com/carlosdauden.png?size=40px + :target: https://github.com/carlosdauden + :alt: carlosdauden + +Current `maintainer `__: + +|maintainer-carlosdauden| + +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_custom_description/__manifest__.py b/stock_picking_report_custom_description/__manifest__.py index b72ea87..8d62d0a 100644 --- a/stock_picking_report_custom_description/__manifest__.py +++ b/stock_picking_report_custom_description/__manifest__.py @@ -6,11 +6,13 @@ { "name": "Stock Picking Report Custom Description", "summary": "Show moves description in picking reports", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "category": "Warehouse", "website": "https://github.com/OCA/stock-logistics-reporting", "author": "Tecnativa, " "Odoo Community Association (OCA)", + "development_status": "Production/Stable", + "maintainers": ["carlosdauden"], "license": "AGPL-3", "depends": [ "stock", diff --git a/stock_picking_report_custom_description/i18n/es.po b/stock_picking_report_custom_description/i18n/es.po index d7f2d7e..2cb3573 100644 --- a/stock_picking_report_custom_description/i18n/es.po +++ b/stock_picking_report_custom_description/i18n/es.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: Odoo Server 9.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-02-23 17:42+0100\n" -"PO-Revision-Date: 2017-02-23 17:55+0100\n" +"POT-Creation-Date: 2019-12-04 15:34+0000\n" +"PO-Revision-Date: 2019-12-04 16:35+0100\n" "Last-Translator: Carlos Dauden \n" "Language-Team: \n" "Language: es\n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: \n" -"X-Generator: Poedit 1.8.7.1\n" +"X-Generator: Poedit 2.0.6\n" #. module: stock_picking_report_custom_description #: model:ir.actions.report,name:stock_picking_report_custom_description.action_report_delivery_description diff --git a/stock_picking_report_custom_description/i18n/stock_picking_report_custom_description.pot b/stock_picking_report_custom_description/i18n/stock_picking_report_custom_description.pot index 8d50cae..a6d84d7 100644 --- a/stock_picking_report_custom_description/i18n/stock_picking_report_custom_description.pot +++ b/stock_picking_report_custom_description/i18n/stock_picking_report_custom_description.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 11.0\n" +"Project-Id-Version: Odoo Server 12.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/stock_picking_report_custom_description/static/description/index.html b/stock_picking_report_custom_description/static/description/index.html index cf48e2e..c4be9ea 100644 --- a/stock_picking_report_custom_description/static/description/index.html +++ b/stock_picking_report_custom_description/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runbot

+

Production/Stable License: AGPL-3 OCA/stock-logistics-reporting Translate me on Weblate Try me on Runbot

This module allows to print moves description in picking reports.

Table of contents

@@ -396,7 +396,7 @@ instead product name.

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.

@@ -421,7 +421,9 @@ 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.

-

This module is part of the OCA/stock-logistics-reporting project on GitHub.

+

Current maintainer:

+

carlosdauden

+

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_custom_description/views/report_stockpicking_operations.xml b/stock_picking_report_custom_description/views/report_stockpicking_operations.xml index 3a6cae7..c99b180 100644 --- a/stock_picking_report_custom_description/views/report_stockpicking_operations.xml +++ b/stock_picking_report_custom_description/views/report_stockpicking_operations.xml @@ -2,8 +2,8 @@