diff --git a/pos_require_product_quantity/README.rst b/pos_require_product_quantity/README.rst index 5450b195..3ce1e370 100644 --- a/pos_require_product_quantity/README.rst +++ b/pos_require_product_quantity/README.rst @@ -14,13 +14,13 @@ Require Product Quantity in POS :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpos-lightgray.png?logo=github - :target: https://github.com/OCA/pos/tree/9.0/pos_require_product_quantity + :target: https://github.com/OCA/pos/tree/12.0/pos_require_product_quantity :alt: OCA/pos .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/pos-9-0/pos-9-0-pos_require_product_quantity + :target: https://translation.odoo-community.org/projects/pos-12-0/pos-12-0-pos_require_product_quantity :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/184/9.0 + :target: https://runbot.odoo-community.org/runbot/184/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -42,7 +42,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. @@ -72,6 +72,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/pos `_ project on GitHub. +This module is part of the `OCA/pos `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/pos_require_product_quantity/__openerp__.py b/pos_require_product_quantity/__manifest__.py similarity index 83% rename from pos_require_product_quantity/__openerp__.py rename to pos_require_product_quantity/__manifest__.py index 6e340021..ffecf2cd 100644 --- a/pos_require_product_quantity/__openerp__.py +++ b/pos_require_product_quantity/__manifest__.py @@ -1,12 +1,11 @@ -# coding: utf-8 -# Copyright 2019 Coop IT Easy SCRLfs +# Copyright 2019-2020 Coop IT Easy SCRLfs # Robin Keunen # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Require Product Quantity in POS", - "version": "9.0.0.1.0", + "version": "12.0.0.1.0", "author": "Coop IT Easy SCRLfs, Odoo Community Association (OCA)", - "website": "www.coopiteasy.be", + "website": "https://www.coopiteasy.be", "license": "AGPL-3", "category": "Point of Sale", "summary": """ diff --git a/pos_require_product_quantity/models/pos_config.py b/pos_require_product_quantity/models/pos_config.py index 99333c26..c64987c0 100644 --- a/pos_require_product_quantity/models/pos_config.py +++ b/pos_require_product_quantity/models/pos_config.py @@ -1,9 +1,4 @@ -# -*- coding: utf-8 -*- -# © 2016 Robin Keunen, Coop IT Easy SCRL fs -# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). - - -from openerp import models, fields +from odoo import models, fields class PosConfig(models.Model): diff --git a/pos_require_product_quantity/static/description/index.html b/pos_require_product_quantity/static/description/index.html index 2673bbe6..a7ece93b 100644 --- a/pos_require_product_quantity/static/description/index.html +++ b/pos_require_product_quantity/static/description/index.html @@ -3,7 +3,7 @@ - + Require Product Quantity in POS