Browse Source

[UPD] prefix versions with 8.0

pull/127/head
Stéphane Bidoul (ACSONE) 8 years ago
parent
commit
a2d67470b2
  1. 4
      README.md
  2. 2
      pos_autoreconcile/__openerp__.py
  3. 2
      pos_order_pricelist_change/__openerp__.py

4
README.md

@ -14,13 +14,13 @@ addon | version | summary
--- | --- | ---
[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_autoreconcile](pos_autoreconcile/) | 0.1 | POS Autoreconcile
[pos_autoreconcile](pos_autoreconcile/) | 8.0.0.1.0 | POS Autoreconcile
[pos_customer_display](pos_customer_display/) | 8.0.0.1.0 | Manage Customer Display device from POS front end
[pos_customer_required](pos_customer_required/) | 8.0.1.0.1 | Point of Sale Require Customer
[pos_default_empty_image](pos_default_empty_image/) | 8.0.0.1.0 | Optimise load time for products with no image
[pos_gift_ticket](pos_gift_ticket/) | 8.0.0.1.0 | Gift Ticket
[pos_invoice_journal](pos_invoice_journal/) | 8.0.1.0.0 | Use a different journal for the invoices created from the pos
[pos_order_pricelist_change](pos_order_pricelist_change/) | 1.0 | Improve pricelist changes for POS Order in back office
[pos_order_pricelist_change](pos_order_pricelist_change/) | 8.0.1.0.0 | Improve pricelist changes for POS Order in back office
[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.3.0 | Pricelist for Point of sale
[pos_product_template](pos_product_template/) | 8.0.0.2.0 | Manage Product Template in Front End Point Of Sale

2
pos_autoreconcile/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'POS Autoreconcile',
'version': '0.1',
'version': '8.0.0.1.0',
'author': 'Versada UAB,Odoo Community Association (OCA)',
'category': 'Point Of Sale',
'website': 'http://www.versada.lt',

2
pos_order_pricelist_change/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Point Of Sale - Order Pricelist Change',
'summary': 'Improve pricelist changes for POS Order in back office',
'version': '1.0',
'version': '8.0.1.0.0',
'category': 'Point Of Sale',
'author': 'GRAP,Odoo Community Association (OCA)',
'website': 'http://www.grap.coop',

Loading…
Cancel
Save