Browse Source

[UPD] prefix versions with 8.0

pull/207/head
Stéphane Bidoul 9 years ago
parent
commit
af05e07136
  1. 20
      README.md
  2. 2
      account_chart_report/__openerp__.py
  3. 2
      account_export_csv/__openerp__.py
  4. 2
      account_financial_report_horizontal/__openerp__.py
  5. 2
      account_financial_report_webkit/__openerp__.py
  6. 2
      account_financial_report_webkit_xls/__openerp__.py
  7. 2
      account_journal_report_xls/__openerp__.py
  8. 2
      account_move_line_report_xls/__openerp__.py
  9. 2
      account_tax_report_no_zeroes/__openerp__.py
  10. 2
      mis_builder/__openerp__.py
  11. 2
      mis_builder_demo/__openerp__.py

20
README.md

@ -18,16 +18,16 @@ Available addons
----------------
addon | version | summary
--- | --- | ---
[account_chart_report](account_chart_report/) | 1.0 | Print chart of accounts
[account_export_csv](account_export_csv/) | 1.1 | Account Export CSV
[account_financial_report_horizontal](account_financial_report_horizontal/) | 0.3 | Accounting Financial Reports Horizontal
[account_financial_report_webkit](account_financial_report_webkit/) | 1.1.0 | Financial Reports - Webkit
[account_financial_report_webkit_xls](account_financial_report_webkit_xls/) | 0.4 | Add XLS export to accounting reports
[account_journal_report_xls](account_journal_report_xls/) | 0.2 | Financial Journal reports
[account_move_line_report_xls](account_move_line_report_xls/) | 0.6 | Journal Items Excel export
[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 1.0 | Account tax report without zeroes
[mis_builder](mis_builder/) | 0.2 | Build 'Management Information System' Reports and Dashboards
[mis_builder_demo](mis_builder_demo/) | 0.1 | Demo data for the mis_builder module
[account_chart_report](account_chart_report/) | 8.0.1.0.0 | Print chart of accounts
[account_export_csv](account_export_csv/) | 8.0.1.1.0 | Account Export CSV
[account_financial_report_horizontal](account_financial_report_horizontal/) | 8.0.0.3.0 | Accounting Financial Reports Horizontal
[account_financial_report_webkit](account_financial_report_webkit/) | 8.0.1.1.0 | Financial Reports - Webkit
[account_financial_report_webkit_xls](account_financial_report_webkit_xls/) | 8.0.0.4.0 | Add XLS export to accounting reports
[account_journal_report_xls](account_journal_report_xls/) | 8.0.0.2.0 | Financial Journal reports
[account_move_line_report_xls](account_move_line_report_xls/) | 8.0.0.6.0 | Journal Items Excel export
[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 8.0.1.0.0 | Account tax report without zeroes
[mis_builder](mis_builder/) | 8.0.0.2.0 | Build 'Management Information System' Reports and Dashboards
[mis_builder_demo](mis_builder_demo/) | 8.0.0.1.0 | Demo data for the mis_builder module
Unported addons
---------------

2
account_chart_report/__openerp__.py

@ -23,7 +23,7 @@
{
'name': 'Print chart of accounts',
'version': '1.0',
'version': '8.0.1.0.0',
'category': 'Reports/pdf',
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
'website': 'http://www.savoirfairelinux.com',

2
account_export_csv/__openerp__.py

@ -21,7 +21,7 @@
{
'name': 'Account Export CSV',
'version': '1.1',
'version': '8.0.1.1.0',
'depends': [
'account',
],

2
account_financial_report_horizontal/__openerp__.py

@ -22,7 +22,7 @@
##############################################################################
{
"name": "Accounting Financial Reports Horizontal",
"version": "0.3",
"version": "8.0.0.3.0",
"author": "Therp BV,Agile Business Group,Odoo Community Association (OCA)",
"category": 'Accounting & Finance',
'website': 'https://github.com/OCA/account-financial-reporting',

2
account_financial_report_webkit/__openerp__.py

@ -169,7 +169,7 @@ an issue in wkhtmltopdf
the header and footer are created as text with arguments passed to
wkhtmltopdf. The texts are defined inside the report classes.
""",
'version': '1.1.0',
'version': '8.0.1.1.0',
'author': "Camptocamp,Odoo Community Association (OCA)",
'license': 'AGPL-3',
'category': 'Finance',

2
account_financial_report_webkit_xls/__openerp__.py

@ -21,7 +21,7 @@
##############################################################################
{
'name': 'Add XLS export to accounting reports',
'version': '0.4',
'version': '8.0.0.4.0',
'license': 'AGPL-3',
'author': "Noviat,Odoo Community Association (OCA)",
'category': 'Generic Modules/Accounting',

2
account_journal_report_xls/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Financial Journal reports',
'version': '0.2',
'version': '8.0.0.2.0',
'license': 'AGPL-3',
'author': "Noviat,Odoo Community Association (OCA)",
'category': 'Accounting & Finance',

2
account_move_line_report_xls/__openerp__.py

@ -22,7 +22,7 @@
{
'name': 'Account Move Line XLS export',
'version': '0.6',
'version': '8.0.0.6.0',
'license': 'AGPL-3',
'author': "Noviat, Odoo Community Association (OCA)",
'category': 'Accounting & Finance',

2
account_tax_report_no_zeroes/__openerp__.py

@ -4,7 +4,7 @@
{
'name': 'Account tax report without zeroes',
'version': '1.0',
'version': '8.0.1.0.0',
'category': 'Accounting & Finance',
'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,'
'Odoo Community Association (OCA)',

2
mis_builder/__openerp__.py

@ -24,7 +24,7 @@
{
'name': 'MIS Builder',
'version': '0.2',
'version': '8.0.0.2.0',
'category': 'Reporting',
'summary': """
Build 'Management Information System' Reports and Dashboards

2
mis_builder_demo/__openerp__.py

@ -24,7 +24,7 @@
{
'name': 'MIS Builder demo data',
'version': '0.1',
'version': '8.0.0.1.0',
'category': 'Reporting',
'summary': """
Demo data for the mis_builder module

Loading…
Cancel
Save