Questions tagged [aeroolib]

Aeroo Reports library (Aeroo RL) is a report creation library for Python programming language.

Aeroo Reports library (Aeroo RL) is a report creation library for Python programming language. It has been made by forking Relatorio reporting engine's code base. As well as the original Relatorio project, Aeroo RL is based on Genshi toolkit.

10 questions
2
votes
0 answers

Delete empty rows using parser in Aeroo Reports

I created an .odt form document file which fills in variables in each cell of the form (with a table layout). I created input field with reference values This is the kind of value I fill in under the reference of the input field/cell:…
Stylo
  • 250
  • 1
  • 4
  • 12
1
vote
0 answers

Aeroo report in Odoo 9

Getting an error while configuring Aero report in Odoo. Failure! Connection to DOCS service was not established or convertion to PDF unsuccessful! i have used https://github.com/Yenthe666/AerooInstallScript/blob/Stable/aero_installer.sh this…
Vishnu VaNnErI
  • 931
  • 6
  • 18
1
vote
1 answer

Aeroo reports: getting error with ir.actions.report.xml.report_type: 'aeroo'

there is an odoo system with a timesheet module (self-made) in it. How report part works: aeroo report template made — timesheet can be printed via using that template — everything's good. But there is a problem: usually we work with reports via…
Scraggesh
  • 131
  • 1
  • 12
0
votes
0 answers

How to fix errno 5 input / output in Odoo using aeroo report

I've a server with odoo running, all was working ok but some days back aeroo reports stop working, odoo make the pdf file, but corrupt. When I go to the config and try to connect to aerro report it says Failure! Connection to DOCS service was not…
Mariano DAngelo
  • 920
  • 5
  • 18
  • 39
0
votes
1 answer

Aeroo Reports wrongly handle datetime field

My .odt template file contains a link to datetime field as a template directive. While char directives works perfectly, this one has a problem: it shows time "as is" in postgresql (UTC timezone) instead of UTC+7. I suppose I could somehow add 7…
Scraggesh
  • 131
  • 1
  • 12
0
votes
0 answers

Aeroo reports definition

I'm trying to make reports in Odoo 9, I successfully made at installing Aeroo reports in v9 since it's not supported at the moment.I know there are ways to make reports using the web interface but it's not much easier for the end-users, so I want to…
pourjour
  • 1,186
  • 2
  • 13
  • 28
0
votes
1 answer

Aeroo Reports: Error while generating the report. ascii

I used aeroo report for generating xls report in openerp 7, I created ods file containing data as input file, and xls as output I used python function return arabic string, def _test(self, data): res=[] for item in data : …
khelili miliana
  • 3,730
  • 2
  • 15
  • 28
0
votes
1 answer

How can i print the report in excel format using aeroo report on Openerp7

I want to print report in XLS format, using aeroo report on openerp 7, i have configure the input and the output in aeroo report interface. (see fig) The problem is : how can i enter the data into ods file ?
khelili miliana
  • 3,730
  • 2
  • 15
  • 28
0
votes
1 answer

The arabic letter not displaying correctly using aero report in openerp v7

I'm making a new report in openerp v7, from OpenOffice using aero report. when i choose pdf as output, the report not displaying arabic letter correctly if i choose odt they displaying correctly My problem is , how can i displaying arabic letter…
khelili miliana
  • 3,730
  • 2
  • 15
  • 28
0
votes
1 answer

Custom naming of Aeroo report filename in Odoo

is there any way to get the report output from Aeroo named with a custom naming pattern? I.e., for the invoice: [year]_[invoice number]...
RaffaeleT
  • 255
  • 3
  • 16