Browse Source

[UPD] prefix versions with 8.0

pull/63/head
Stéphane Bidoul 9 years ago
parent
commit
fd08f1ee64
  1. 14
      README.md
  2. 2
      hw_customer_display/__openerp__.py
  3. 2
      hw_telium_payment_terminal/__openerp__.py
  4. 2
      pos_customer_display/__openerp__.py
  5. 2
      pos_gift_ticket/__openerp__.py
  6. 2
      pos_payment_terminal/__openerp__.py
  7. 2
      pos_product_template/__openerp__.py
  8. 2
      pos_remove_pos_category/__openerp__.py

14
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)

2
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',

2
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',

2
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': """

2
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",

2
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)",

2
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

2
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': [

Loading…
Cancel
Save