From fd08f1ee6407304a77a3eef9617da2829427e1ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 9 Oct 2015 10:01:54 +0200 Subject: [PATCH] [UPD] prefix versions with 8.0 --- README.md | 14 +++++++------- hw_customer_display/__openerp__.py | 2 +- hw_telium_payment_terminal/__openerp__.py | 2 +- pos_customer_display/__openerp__.py | 2 +- pos_gift_ticket/__openerp__.py | 2 +- pos_payment_terminal/__openerp__.py | 2 +- pos_product_template/__openerp__.py | 2 +- pos_remove_pos_category/__openerp__.py | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index ef0799ca..b24c6d92 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Available addons ---------------- addon | version | summary --- | --- | --- -[hw_customer_display](hw_customer_display/) | 0.1 | Adds support for Customer Display in the Point of Sale -[hw_telium_payment_terminal](hw_telium_payment_terminal/) | 0.1 | Adds support for Payment Terminals using Telium protocol -[pos_customer_display](pos_customer_display/) | 0.1 | Manage Customer Display device from POS front end -[pos_gift_ticket](pos_gift_ticket/) | 0.1 | Gift Ticket -[pos_payment_terminal](pos_payment_terminal/) | 0.1 | Manage Payment Terminal device from POS front end +[hw_customer_display](hw_customer_display/) | 8.0.0.1.0 | Adds support for Customer Display in the Point of Sale +[hw_telium_payment_terminal](hw_telium_payment_terminal/) | 8.0.0.1.0 | Adds support for Payment Terminals using Telium protocol +[pos_customer_display](pos_customer_display/) | 8.0.0.1.0 | Manage Customer Display device from POS front end +[pos_gift_ticket](pos_gift_ticket/) | 8.0.0.1.0 | Gift Ticket +[pos_payment_terminal](pos_payment_terminal/) | 8.0.0.1.0 | Manage Payment Terminal device from POS front end [pos_pricelist](pos_pricelist/) | 8.0.1.2.0 | Pricelist for Point of sale -[pos_product_template](pos_product_template/) | 0.2 | Manage Product Template in Front End Point Of Sale -[pos_remove_pos_category](pos_remove_pos_category/) | 0.1 | POS Remove POS Category +[pos_product_template](pos_product_template/) | 8.0.0.2.0 | Manage Product Template in Front End Point Of Sale +[pos_remove_pos_category](pos_remove_pos_category/) | 8.0.0.1.0 | POS Remove POS Category [//]: # (end addons) diff --git a/hw_customer_display/__openerp__.py b/hw_customer_display/__openerp__.py index 0afd6707..aae5feb1 100644 --- a/hw_customer_display/__openerp__.py +++ b/hw_customer_display/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Hardware Customer Display', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Hardware Drivers', 'license': 'AGPL-3', 'summary': 'Adds support for Customer Display in the Point of Sale', diff --git a/hw_telium_payment_terminal/__openerp__.py b/hw_telium_payment_terminal/__openerp__.py index cc85a510..c6c5b3b9 100644 --- a/hw_telium_payment_terminal/__openerp__.py +++ b/hw_telium_payment_terminal/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'Hardware Telium Payment Terminal', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Hardware Drivers', 'license': 'AGPL-3', 'summary': 'Adds support for Payment Terminals using Telium protocol', diff --git a/pos_customer_display/__openerp__.py b/pos_customer_display/__openerp__.py index 0b1072c7..6b3194df 100644 --- a/pos_customer_display/__openerp__.py +++ b/pos_customer_display/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'POS Customer Display', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Point Of Sale', 'summary': 'Manage Customer Display device from POS front end', 'description': """ diff --git a/pos_gift_ticket/__openerp__.py b/pos_gift_ticket/__openerp__.py index 40e1d99f..5e8efd7f 100644 --- a/pos_gift_ticket/__openerp__.py +++ b/pos_gift_ticket/__openerp__.py @@ -23,7 +23,7 @@ { "name": "Gift Ticket", - "version": "0.1", + "version": "8.0.0.1.0", "author": "FactorLibre, Odoo Community Association (OCA)", "website": "http://www.factorlibre.com", "license": "AGPL-3", diff --git a/pos_payment_terminal/__openerp__.py b/pos_payment_terminal/__openerp__.py index 79327d62..361ed37c 100644 --- a/pos_payment_terminal/__openerp__.py +++ b/pos_payment_terminal/__openerp__.py @@ -23,7 +23,7 @@ { 'name': 'POS Payment Terminal', - 'version': '0.1', + 'version': '8.0.0.1.0', 'category': 'Point Of Sale', 'summary': 'Manage Payment Terminal device from POS front end', 'author': "Aurélien DUMAINE,Akretion,Odoo Community Association (OCA)", diff --git a/pos_product_template/__openerp__.py b/pos_product_template/__openerp__.py index 58fbbdcf..fcd76cc1 100644 --- a/pos_product_template/__openerp__.py +++ b/pos_product_template/__openerp__.py @@ -22,7 +22,7 @@ { 'name': 'Point Of Sale - Product Template', 'summary': 'Manage Product Template in Front End Point Of Sale', - 'version': '0.2', + 'version': '8.0.0.2.0', 'category': 'Point Of Sale', 'description': """ Manage Product Template in Front End Point Of Sale diff --git a/pos_remove_pos_category/__openerp__.py b/pos_remove_pos_category/__openerp__.py index 8e726e14..3c1592e6 100644 --- a/pos_remove_pos_category/__openerp__.py +++ b/pos_remove_pos_category/__openerp__.py @@ -21,7 +21,7 @@ { 'name': 'POS Remove POS Category', - 'version': '0.1', + 'version': '8.0.0.1.0', 'author': 'Akretion, Odoo Community Association (OCA)', 'category': 'Sales Management', 'depends': [