Skip to content

Commit a2d6747

Browse files
committed
[UPD] prefix versions with 8.0
1 parent 3daebfa commit a2d6747

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ addon | version | summary
1414
--- | --- | ---
1515
[hw_customer_display](hw_customer_display/) | 8.0.0.1.0 | Adds support for Customer Display in the Point of Sale
1616
[hw_telium_payment_terminal](hw_telium_payment_terminal/) | 8.0.0.1.0 | Adds support for Payment Terminals using Telium protocol
17-
[pos_autoreconcile](pos_autoreconcile/) | 0.1 | POS Autoreconcile
17+
[pos_autoreconcile](pos_autoreconcile/) | 8.0.0.1.0 | POS Autoreconcile
1818
[pos_customer_display](pos_customer_display/) | 8.0.0.1.0 | Manage Customer Display device from POS front end
1919
[pos_customer_required](pos_customer_required/) | 8.0.1.0.1 | Point of Sale Require Customer
2020
[pos_default_empty_image](pos_default_empty_image/) | 8.0.0.1.0 | Optimise load time for products with no image
2121
[pos_gift_ticket](pos_gift_ticket/) | 8.0.0.1.0 | Gift Ticket
2222
[pos_invoice_journal](pos_invoice_journal/) | 8.0.1.0.0 | Use a different journal for the invoices created from the pos
23-
[pos_order_pricelist_change](pos_order_pricelist_change/) | 1.0 | Improve pricelist changes for POS Order in back office
23+
[pos_order_pricelist_change](pos_order_pricelist_change/) | 8.0.1.0.0 | Improve pricelist changes for POS Order in back office
2424
[pos_payment_terminal](pos_payment_terminal/) | 8.0.0.1.0 | Manage Payment Terminal device from POS front end
2525
[pos_pricelist](pos_pricelist/) | 8.0.1.3.0 | Pricelist for Point of sale
2626
[pos_product_template](pos_product_template/) | 8.0.0.2.0 | Manage Product Template in Front End Point Of Sale

pos_autoreconcile/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
{
2424
'name': 'POS Autoreconcile',
25-
'version': '0.1',
25+
'version': '8.0.0.1.0',
2626
'author': 'Versada UAB,Odoo Community Association (OCA)',
2727
'category': 'Point Of Sale',
2828
'website': 'http://www.versada.lt',

pos_order_pricelist_change/__openerp__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{
2323
'name': 'Point Of Sale - Order Pricelist Change',
2424
'summary': 'Improve pricelist changes for POS Order in back office',
25-
'version': '1.0',
25+
'version': '8.0.1.0.0',
2626
'category': 'Point Of Sale',
2727
'author': 'GRAP,Odoo Community Association (OCA)',
2828
'website': 'http://www.grap.coop',

0 commit comments

Comments
 (0)