[MIG] Update metafiles
parent
293e78dcd5
commit
c06464a646
|
@ -13,9 +13,9 @@ python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- VERSION="8.0" LINT_CHECK="1"
|
- VERSION="9.0" LINT_CHECK="1"
|
||||||
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
|
- VERSION="9.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
|
||||||
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
|
- VERSION="9.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
|
|
17
README.md
17
README.md
|
@ -1,5 +1,5 @@
|
||||||
[](https://travis-ci.org/OCA/reporting-engine)
|
[](https://travis-ci.org/OCA/reporting-engine)
|
||||||
[](https://coveralls.io/r/OCA/reporting-engine?branch=8.0)
|
[](https://coveralls.io/r/OCA/reporting-engine?branch=9.0)
|
||||||
|
|
||||||
OCA alternative reporting engines and reporting utilities for Odoo
|
OCA alternative reporting engines and reporting utilities for Odoo
|
||||||
==================================================================
|
==================================================================
|
||||||
|
@ -16,19 +16,6 @@ The convention is to use a suffix to each module to indicate that it's for using
|
||||||
It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on).
|
It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on).
|
||||||
|
|
||||||
[//]: # (addons)
|
[//]: # (addons)
|
||||||
Available addons
|
|
||||||
----------------
|
|
||||||
addon | version | summary
|
|
||||||
--- | --- | ---
|
|
||||||
[report_custom_filename](report_custom_filename/) | 8.0.1.0.0 | Configure the filename to use when downloading a report
|
|
||||||
[report_xls](report_xls/) | 8.0.0.6.0 | Excel report engine
|
|
||||||
|
|
||||||
Unported addons
|
|
||||||
---------------
|
|
||||||
addon | version | summary
|
|
||||||
--- | --- | ---
|
|
||||||
[base_report_assembler](base_report_assembler/) | 1.0 (unported) | Base Report Assembler
|
|
||||||
|
|
||||||
[//]: # (end addons)
|
[//]: # (end addons)
|
||||||
|
|
||||||
----
|
----
|
||||||
|
|
Loading…
Reference in New Issue