From e0138252491243dca88bf71d1701b91b2abf049b Mon Sep 17 00:00:00 2001 From: xavierpiernas Date: Tue, 28 May 2019 09:43:00 +0200 Subject: [PATCH] [MIG] stock_inventory_preparation_filter: Migration to 12.0 --- stock_inventory_preparation_filter/README.rst | 10 +++++----- stock_inventory_preparation_filter/__manifest__.py | 2 +- .../models/stock_inventory.py | 1 + .../static/description/index.html | 8 ++++---- .../tests/test_stock_inventory_preparation_filter.py | 8 ++++---- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/stock_inventory_preparation_filter/README.rst b/stock_inventory_preparation_filter/README.rst index b1751fbeb..02d4c20cb 100644 --- a/stock_inventory_preparation_filter/README.rst +++ b/stock_inventory_preparation_filter/README.rst @@ -14,13 +14,13 @@ Extended Inventory Preparation Filters :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--warehouse-lightgray.png?logo=github - :target: https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_inventory_preparation_filter + :target: https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_inventory_preparation_filter :alt: OCA/stock-logistics-warehouse .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-11-0/stock-logistics-warehouse-11-0-stock_inventory_preparation_filter + :target: https://translation.odoo-community.org/projects/stock-logistics-warehouse-12-0/stock-logistics-warehouse-12-0-stock_inventory_preparation_filter :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/153/11.0 + :target: https://runbot.odoo-community.org/runbot/153/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -45,7 +45,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. @@ -82,6 +82,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-warehouse `_ project on GitHub. +This module is part of the `OCA/stock-logistics-warehouse `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/stock_inventory_preparation_filter/__manifest__.py b/stock_inventory_preparation_filter/__manifest__.py index 686e4adf8..c5a0fc435 100644 --- a/stock_inventory_preparation_filter/__manifest__.py +++ b/stock_inventory_preparation_filter/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Extended Inventory Preparation Filters", - "version": "11.0.1.0.0", + "version": "12.0.1.0.0", "depends": [ "stock", ], diff --git a/stock_inventory_preparation_filter/models/stock_inventory.py b/stock_inventory_preparation_filter/models/stock_inventory.py index 3e2efbf85..cd736122c 100644 --- a/stock_inventory_preparation_filter/models/stock_inventory.py +++ b/stock_inventory_preparation_filter/models/stock_inventory.py @@ -8,6 +8,7 @@ from odoo.addons import decimal_precision as dp class StockInventoryEmptyLines(models.Model): _name = 'stock.inventory.line.empty' + _description = 'Inventory Line Empty' product_code = fields.Char( string='Product Code', diff --git a/stock_inventory_preparation_filter/static/description/index.html b/stock_inventory_preparation_filter/static/description/index.html index 4d4293fb3..82c5fb771 100644 --- a/stock_inventory_preparation_filter/static/description/index.html +++ b/stock_inventory_preparation_filter/static/description/index.html @@ -3,7 +3,7 @@ - + Extended Inventory Preparation Filters