Skip to content

Commit

Permalink
[UPD] prefix versions with 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Oct 9, 2015
1 parent cfc3daf commit 5913b4c
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@ Available addons
----------------
addon | version | summary
--- | --- | ---
[account_invoice_entry_date](account_invoice_entry_date/) | 0.1 | Account Invoice entry Date
[account_invoice_entry_date](account_invoice_entry_date/) | 8.0.0.1.0 | Account Invoice entry Date
[account_vat_period_end_statement](account_vat_period_end_statement/) | 8.0.2.0.0 | Period End VAT Statement
[l10n_it_abicab](l10n_it_abicab/) | 1.0 | Base Bank ABI/CAB codes
[l10n_it_abicab](l10n_it_abicab/) | 8.0.1.0.0 | Base Bank ABI/CAB codes
[l10n_it_account](l10n_it_account/) | 8.0.1.0.0 | Italian Localization - Account
[l10n_it_ateco](l10n_it_ateco/) | 1.0 | Ateco codes
[l10n_it_base](l10n_it_base/) | 0.1 | Italian Localisation - Base
[l10n_it_base_location_geonames_import](l10n_it_base_location_geonames_import/) | 0.1 | Import base_location entries (provinces) from Geonames
[l10n_it_fatturapa](l10n_it_fatturapa/) | 0.1 | Electronic invoices
[l10n_it_fatturapa_out](l10n_it_fatturapa_out/) | 0.1 | Electronic invoices emission
[l10n_it_fiscalcode](l10n_it_fiscalcode/) | 0.1 | Italian Localisation - Fiscal Code
[l10n_it_ipa](l10n_it_ipa/) | 1.0 | IPA Code (IndicePA)
[l10n_it_pec](l10n_it_pec/) | 0.1 | Pec Mail
[l10n_it_rea](l10n_it_rea/) | 0.1 | Manage fields for Economic Administrative catalogue
[l10n_it_ateco](l10n_it_ateco/) | 8.0.1.0.0 | Ateco codes
[l10n_it_base](l10n_it_base/) | 8.0.0.1.0 | Italian Localisation - Base
[l10n_it_base_location_geonames_import](l10n_it_base_location_geonames_import/) | 8.0.0.1.0 | Import base_location entries (provinces) from Geonames
[l10n_it_fatturapa](l10n_it_fatturapa/) | 8.0.0.1.0 | Electronic invoices
[l10n_it_fatturapa_out](l10n_it_fatturapa_out/) | 8.0.0.1.0 | Electronic invoices emission
[l10n_it_fiscalcode](l10n_it_fiscalcode/) | 8.0.0.1.0 | Italian Localisation - Fiscal Code
[l10n_it_ipa](l10n_it_ipa/) | 8.0.1.0.0 | IPA Code (IndicePA)
[l10n_it_pec](l10n_it_pec/) | 8.0.0.1.0 | Pec Mail
[l10n_it_rea](l10n_it_rea/) | 8.0.0.1.0 | Manage fields for Economic Administrative catalogue
[l10n_it_split_payment](l10n_it_split_payment/) | 8.0.1.0.0 | Split Payment
[l10n_it_vat_registries](l10n_it_vat_registries/) | 8.0.2.0.0 | Italian Localization - VAT Registries

Expand Down
2 changes: 1 addition & 1 deletion account_invoice_entry_date/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{
'name': 'Account Invoice entry Date',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Generic Modules/Accounting',
'description': """This module allows to specify the date to be used by the
move created while confirming (supplier) invoice""",
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_abicab/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{
'name': 'Base Bank ABI/CAB codes',
'version': '1.0',
'version': '8.0.1.0.0',
'category': 'Localisation/Italy',
'author': "OpenERP Italian Community,Odoo Community Association (OCA)",
'license': 'AGPL-3',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_ateco/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
"name": "Ateco codes",
"version": "1.0",
"version": "8.0.1.0.0",
"category": "Localisation/Italy",
"description": """Italian Localisation module - Ateco codes
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_base/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
##############################################################################
{
'name': 'Italian Localisation - Base',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localisation/Italy',
'description': """Italian Localisation module - Base version
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_base_location_geonames_import/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

{
'name': 'Base Location Provinces Import',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Extra Tools',
'license': 'AGPL-3',
'summary': 'Import base_location entries (provinces) from Geonames',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Italian Localization - FatturaPA',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localization/Italy',
'summary': 'Electronic invoices',
'author': 'Davide Corio, Agile Business Group, Innoviu',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fatturapa_out/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Italian Localization - FatturaPA - Emission',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localization/Italy',
'summary': 'Electronic invoices emission',
'author': 'Davide Corio, Agile Business Group, Innoviu',
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_fiscalcode/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Italian Localisation - Fiscal Code',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localisation/Italy',
'description': """
This module customizes Odoo in order to fit italian laws and mores
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_ipa/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
##############################################################################
{
"name": "IPA Code (IndicePA)",
"version": "1.0",
"version": "8.0.1.0.0",
"category": "Localisation/Italy",
"author": "KTec S.r.l, Odoo Community Association (OCA)",
"website": "http://www.ktec.it",
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_pec/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
##############################################################################
{
'name': 'Pec Mail',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localisation/Italy',
'description': """Italian Localisation module - Pec Mail
Expand Down
2 changes: 1 addition & 1 deletion l10n_it_rea/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'REA Register',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Localisation/Italy',
'summary': 'Manage fields for Economic Administrative catalogue',
'author': 'Agile Business Group, Odoo Community Association (OCA)',
Expand Down

0 comments on commit 5913b4c

Please sign in to comment.