diff --git a/README.md b/README.md index 88f7195..abcce52 100644 --- a/README.md +++ b/README.md @@ -9,20 +9,20 @@ Available addons addon | version | summary --- | --- | --- -[report_qr](report_qr/) | 2.0.1.0.0| Web QR Manager -[report_context](report_context/) | 2.0.1.0.0| Adding context to reports -[bi_view_editor](bi_view_editor/) | 2.0.1.0.0| Graphical BI views builder for Odoo -[bi_sql_editor_aggregate](bi_sql_editor_aggregate/) | 2.0.1.0.0| BI SQL Editor Aggregation -[report_xlsx](report_xlsx/) | 2.0.1.0.6| Base module to create xlsx report -[bi_sql_editor](bi_sql_editor/) | 2.0.1.0.0| BI Views builder, based on Materialized or Normal SQL Views -[report_fillpdf](report_fillpdf/) | 2.0.1.0.1| Base module that fills PDFs -[report_qweb_parameter](report_qweb_parameter/) | 2.0.1.0.0| Add new parameters for qweb templates in order to reduce field length and check minimal length -[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 2.0.1.0.1| Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. -[report_xlsx_helper](report_xlsx_helper/) | 2.0.1.0.0| Report xlsx helpers -[report_csv](report_csv/) | 2.0.1.0.0| Base module to create csv report -[report_xlsx_helper_demo](report_xlsx_helper_demo/) | 2.0.1.0.0| Report xlsx helpers - demo -[report_xml](report_xml/) | 2.0.1.0.2| Allow to generate XML reports -[report_qweb_txt](report_qweb_txt/) | 2.0.1.0.0| Use Qweb to generate text and CSV reports -[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 2.0.1.0.0| Add watermarks to your QWEB PDF reports +[report_qr](report_qr/) | 1.0.1.0.0| Web QR Manager +[report_context](report_context/) | 1.0.1.0.0| Adding context to reports +[bi_view_editor](bi_view_editor/) | 1.0.1.0.0| Graphical BI views builder for Odoo +[bi_sql_editor_aggregate](bi_sql_editor_aggregate/) | 1.0.1.0.0| BI SQL Editor Aggregation +[report_xlsx](report_xlsx/) | 1.0.1.0.6| Base module to create xlsx report +[bi_sql_editor](bi_sql_editor/) | 1.0.1.0.0| BI Views builder, based on Materialized or Normal SQL Views +[report_fillpdf](report_fillpdf/) | 1.0.1.0.1| Base module that fills PDFs +[report_qweb_parameter](report_qweb_parameter/) | 1.0.1.0.0| Add new parameters for qweb templates in order to reduce field length and check minimal length +[report_wkhtmltopdf_param](report_wkhtmltopdf_param/) | 1.0.1.0.1| Add new parameters for a paper format to be used by wkhtmltopdf command as arguments. +[report_xlsx_helper](report_xlsx_helper/) | 1.0.1.0.0| Report xlsx helpers +[report_csv](report_csv/) | 1.0.1.0.0| Base module to create csv report +[report_xlsx_helper_demo](report_xlsx_helper_demo/) | 1.0.1.0.0| Report xlsx helpers - demo +[report_xml](report_xml/) | 1.0.1.0.2| Allow to generate XML reports +[report_qweb_txt](report_qweb_txt/) | 1.0.1.0.0| Use Qweb to generate text and CSV reports +[report_qweb_pdf_watermark](report_qweb_pdf_watermark/) | 1.0.1.0.0| Add watermarks to your QWEB PDF reports diff --git a/bi_sql_editor/__manifest__.py b/bi_sql_editor/__manifest__.py index 6b47771..21d46c9 100644 --- a/bi_sql_editor/__manifest__.py +++ b/bi_sql_editor/__manifest__.py @@ -5,7 +5,7 @@ { 'name': 'BI SQL Editor', 'summary': 'BI Views builder, based on Materialized or Normal SQL Views', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'category': 'Reporting', 'author': 'GRAP,Odoo Community Association (OCA)', diff --git a/bi_sql_editor_aggregate/__manifest__.py b/bi_sql_editor_aggregate/__manifest__.py index c1de790..051aafd 100644 --- a/bi_sql_editor_aggregate/__manifest__.py +++ b/bi_sql_editor_aggregate/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'BI SQL Editor Aggregate', 'summary': 'BI SQL Editor Aggregation', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'category': 'Reporting', 'author': 'Richard deMeester,Odoo Community Association (OCA)', diff --git a/bi_view_editor/__manifest__.py b/bi_view_editor/__manifest__.py index 612fb6b..138b4c1 100644 --- a/bi_view_editor/__manifest__.py +++ b/bi_view_editor/__manifest__.py @@ -9,7 +9,7 @@ 'license': 'AGPL-3', 'website': 'https://gitlab.com/flectra-community/reporting-engine', 'category': 'Reporting', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'depends': [ 'base', 'web', diff --git a/report_context/__manifest__.py b/report_context/__manifest__.py index 868bcff..a13ef39 100644 --- a/report_context/__manifest__.py +++ b/report_context/__manifest__.py @@ -5,7 +5,7 @@ 'name': 'Report Context', 'summary': """ Adding context to reports""", - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'author': 'Creu Blanca,Odoo Community Association (OCA)', 'website': 'https://gitlab.com/flectra-community/reporting-engine', diff --git a/report_csv/__manifest__.py b/report_csv/__manifest__.py index 5775d5a..9022461 100644 --- a/report_csv/__manifest__.py +++ b/report_csv/__manifest__.py @@ -8,7 +8,7 @@ 'Odoo Community Association (OCA)', 'website': "https://gitlab.com/flectra-community/reporting-engine", 'category': 'Reporting', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'external_dependencies': { 'python': [ diff --git a/report_fillpdf/__manifest__.py b/report_fillpdf/__manifest__.py index e467525..d0b2621 100644 --- a/report_fillpdf/__manifest__.py +++ b/report_fillpdf/__manifest__.py @@ -9,7 +9,7 @@ 'Odoo Community Association (OCA)', 'website': "https://gitlab.com/flectra-community/reporting-engine", 'category': 'Reporting', - 'version': '2.0.1.0.1', + 'version': '1.0.1.0.1', 'license': 'AGPL-3', 'external_dependencies': { 'python': [ diff --git a/report_qr/__manifest__.py b/report_qr/__manifest__.py index 0038daa..8a1c00b 100644 --- a/report_qr/__manifest__.py +++ b/report_qr/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Web QR Manager', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'author': 'Creu Blanca, ' 'Odoo Community Association (OCA)', 'category': 'Sales', diff --git a/report_qweb_parameter/__manifest__.py b/report_qweb_parameter/__manifest__.py index 70822fe..88dce77 100644 --- a/report_qweb_parameter/__manifest__.py +++ b/report_qweb_parameter/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Report QWeb Parameter", - "version": "2.0.1.0.0", + "version": "1.0.1.0.0", "license": "AGPL-3", "summary": """ Add new parameters for qweb templates in order to reduce field length diff --git a/report_qweb_pdf_watermark/__manifest__.py b/report_qweb_pdf_watermark/__manifest__.py index c0f365c..0f3a151 100644 --- a/report_qweb_pdf_watermark/__manifest__.py +++ b/report_qweb_pdf_watermark/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Pdf watermark", - "version": "2.0.1.0.0", + "version": "1.0.1.0.0", "author": "Therp BV, " "Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/report_qweb_txt/__manifest__.py b/report_qweb_txt/__manifest__.py index 88d11d7..fa158f8 100644 --- a/report_qweb_txt/__manifest__.py +++ b/report_qweb_txt/__manifest__.py @@ -3,7 +3,7 @@ { 'name': 'Qweb Text Reports', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'category': 'Reporting', 'license': 'AGPL-3', 'summary': 'Use Qweb to generate text and CSV reports', diff --git a/report_wkhtmltopdf_param/__manifest__.py b/report_wkhtmltopdf_param/__manifest__.py index 3034e75..afe53bc 100644 --- a/report_wkhtmltopdf_param/__manifest__.py +++ b/report_wkhtmltopdf_param/__manifest__.py @@ -4,7 +4,7 @@ # noinspection PyStatementEffect { "name": "Report Wkhtmltopdf Param", - "version": "2.0.1.0.1", + "version": "1.0.1.0.1", "license": "AGPL-3", "summary": """ Add new parameters for a paper format to be used by wkhtmltopdf diff --git a/report_xlsx/__manifest__.py b/report_xlsx/__manifest__.py index 6ac543b..6996ba7 100644 --- a/report_xlsx/__manifest__.py +++ b/report_xlsx/__manifest__.py @@ -9,7 +9,7 @@ 'Odoo Community Association (OCA)', 'website': "https://gitlab.com/flectra-community/reporting-engine", 'category': 'Reporting', - 'version': '2.0.1.0.6', + 'version': '1.0.1.0.6', 'license': 'AGPL-3', 'external_dependencies': { 'python': [ diff --git a/report_xlsx_helper/__manifest__.py b/report_xlsx_helper/__manifest__.py index d993f39..7958569 100644 --- a/report_xlsx_helper/__manifest__.py +++ b/report_xlsx_helper/__manifest__.py @@ -7,7 +7,7 @@ 'Odoo Community Association (OCA)', 'website': 'https://gitlab.com/flectra-community/reporting-engine', 'category': 'Reporting', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'report_xlsx', diff --git a/report_xlsx_helper_demo/__manifest__.py b/report_xlsx_helper_demo/__manifest__.py index 5c07534..2261f41 100644 --- a/report_xlsx_helper_demo/__manifest__.py +++ b/report_xlsx_helper_demo/__manifest__.py @@ -6,7 +6,7 @@ 'author': 'Noviat,' 'Odoo Community Association (OCA)', 'category': 'Reporting', - 'version': '2.0.1.0.0', + 'version': '1.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'report_xlsx_helper', diff --git a/report_xml/__manifest__.py b/report_xml/__manifest__.py index d7d1938..e74f05b 100644 --- a/report_xml/__manifest__.py +++ b/report_xml/__manifest__.py @@ -3,7 +3,7 @@ { "name": "XML Reports", - "version": "2.0.1.0.2", + "version": "1.0.1.0.2", "category": "Reporting", "website": "https://gitlab.com/flectra-community/reporting-engine", "author": "Grupo ESOC IngenierĂ­a de Servicios, "