[UPD] prefix versions with 8.0
parent
a367b2b9ac
commit
af05e07136
20
README.md
20
README.md
|
@ -18,16 +18,16 @@ Available addons
|
||||||
----------------
|
----------------
|
||||||
addon | version | summary
|
addon | version | summary
|
||||||
--- | --- | ---
|
--- | --- | ---
|
||||||
[account_chart_report](account_chart_report/) | 1.0 | Print chart of accounts
|
[account_chart_report](account_chart_report/) | 8.0.1.0.0 | Print chart of accounts
|
||||||
[account_export_csv](account_export_csv/) | 1.1 | Account Export CSV
|
[account_export_csv](account_export_csv/) | 8.0.1.1.0 | Account Export CSV
|
||||||
[account_financial_report_horizontal](account_financial_report_horizontal/) | 0.3 | Accounting Financial Reports Horizontal
|
[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/) | 1.1.0 | Financial Reports - Webkit
|
[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/) | 0.4 | Add XLS export to accounting reports
|
[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/) | 0.2 | Financial Journal 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/) | 0.6 | Journal Items Excel export
|
[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/) | 1.0 | Account tax report without zeroes
|
[account_tax_report_no_zeroes](account_tax_report_no_zeroes/) | 8.0.1.0.0 | Account tax report without zeroes
|
||||||
[mis_builder](mis_builder/) | 0.2 | Build 'Management Information System' Reports and Dashboards
|
[mis_builder](mis_builder/) | 8.0.0.2.0 | Build 'Management Information System' Reports and Dashboards
|
||||||
[mis_builder_demo](mis_builder_demo/) | 0.1 | Demo data for the mis_builder module
|
[mis_builder_demo](mis_builder_demo/) | 8.0.0.1.0 | Demo data for the mis_builder module
|
||||||
|
|
||||||
Unported addons
|
Unported addons
|
||||||
---------------
|
---------------
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Print chart of accounts',
|
'name': 'Print chart of accounts',
|
||||||
'version': '1.0',
|
'version': '8.0.1.0.0',
|
||||||
'category': 'Reports/pdf',
|
'category': 'Reports/pdf',
|
||||||
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
|
'author': "Savoir-faire Linux,Odoo Community Association (OCA)",
|
||||||
'website': 'http://www.savoirfairelinux.com',
|
'website': 'http://www.savoirfairelinux.com',
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Account Export CSV',
|
'name': 'Account Export CSV',
|
||||||
'version': '1.1',
|
'version': '8.0.1.1.0',
|
||||||
'depends': [
|
'depends': [
|
||||||
'account',
|
'account',
|
||||||
],
|
],
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
{
|
{
|
||||||
"name": "Accounting Financial Reports Horizontal",
|
"name": "Accounting Financial Reports Horizontal",
|
||||||
"version": "0.3",
|
"version": "8.0.0.3.0",
|
||||||
"author": "Therp BV,Agile Business Group,Odoo Community Association (OCA)",
|
"author": "Therp BV,Agile Business Group,Odoo Community Association (OCA)",
|
||||||
"category": 'Accounting & Finance',
|
"category": 'Accounting & Finance',
|
||||||
'website': 'https://github.com/OCA/account-financial-reporting',
|
'website': 'https://github.com/OCA/account-financial-reporting',
|
||||||
|
|
|
@ -169,7 +169,7 @@ an issue in wkhtmltopdf
|
||||||
the header and footer are created as text with arguments passed to
|
the header and footer are created as text with arguments passed to
|
||||||
wkhtmltopdf. The texts are defined inside the report classes.
|
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)",
|
'author': "Camptocamp,Odoo Community Association (OCA)",
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'category': 'Finance',
|
'category': 'Finance',
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
##############################################################################
|
##############################################################################
|
||||||
{
|
{
|
||||||
'name': 'Add XLS export to accounting reports',
|
'name': 'Add XLS export to accounting reports',
|
||||||
'version': '0.4',
|
'version': '8.0.0.4.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': "Noviat,Odoo Community Association (OCA)",
|
'author': "Noviat,Odoo Community Association (OCA)",
|
||||||
'category': 'Generic Modules/Accounting',
|
'category': 'Generic Modules/Accounting',
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Financial Journal reports',
|
'name': 'Financial Journal reports',
|
||||||
'version': '0.2',
|
'version': '8.0.0.2.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': "Noviat,Odoo Community Association (OCA)",
|
'author': "Noviat,Odoo Community Association (OCA)",
|
||||||
'category': 'Accounting & Finance',
|
'category': 'Accounting & Finance',
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Account Move Line XLS export',
|
'name': 'Account Move Line XLS export',
|
||||||
'version': '0.6',
|
'version': '8.0.0.6.0',
|
||||||
'license': 'AGPL-3',
|
'license': 'AGPL-3',
|
||||||
'author': "Noviat, Odoo Community Association (OCA)",
|
'author': "Noviat, Odoo Community Association (OCA)",
|
||||||
'category': 'Accounting & Finance',
|
'category': 'Accounting & Finance',
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'Account tax report without zeroes',
|
'name': 'Account tax report without zeroes',
|
||||||
'version': '1.0',
|
'version': '8.0.1.0.0',
|
||||||
'category': 'Accounting & Finance',
|
'category': 'Accounting & Finance',
|
||||||
'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,'
|
'author': 'Serv. Tecnol. Avanzados - Pedro M. Baeza,'
|
||||||
'Odoo Community Association (OCA)',
|
'Odoo Community Association (OCA)',
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'MIS Builder',
|
'name': 'MIS Builder',
|
||||||
'version': '0.2',
|
'version': '8.0.0.2.0',
|
||||||
'category': 'Reporting',
|
'category': 'Reporting',
|
||||||
'summary': """
|
'summary': """
|
||||||
Build 'Management Information System' Reports and Dashboards
|
Build 'Management Information System' Reports and Dashboards
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
'name': 'MIS Builder demo data',
|
'name': 'MIS Builder demo data',
|
||||||
'version': '0.1',
|
'version': '8.0.0.1.0',
|
||||||
'category': 'Reporting',
|
'category': 'Reporting',
|
||||||
'summary': """
|
'summary': """
|
||||||
Demo data for the mis_builder module
|
Demo data for the mis_builder module
|
||||||
|
|
Loading…
Reference in New Issue