From a1cde42913ff981dabe86b6cd2432deb6725ddbf Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Thu, 7 Nov 2013 10:48:58 +0100 Subject: [PATCH] Initial commit. --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 00000000..2137fe9f --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +This repository hosts alternative reporting engines to the ones included on OpenERP core (RML and Webkit). It is complemented with the ones that host the reports theirself: + +https://launchpad.net/account-financial-report +https://launchpad.net/purchase-report +https://launchpad.net/sale-reports +... + +The convention is to use a suffix to each module to indicate that it's for using with that report engine (for example, account_invoice_report_birt or sale_order_report_pentaho). + +It can contain also another utilities directly involved with reports (like merge/split utils, checkers, signing tools and so on). +