This question has been flagged
4 Replies
3907 Views

Many people have issues with the OpenOffice Report Designer plugin. Assuming one had OpenOffice and direct access to OpenERP's folders and files, how could one open the reports directly for editing? What are the issues with file ownership and permissions? Are there cases where more than one file needs to be edited in order to make a type of change to a report? What is a quick and easy way to get the file name related to a report?

Ideally, it would just be a matter of using sudo, when under unix, and OpenOffice.

Avatar
Discard
Best Answer

Also check out:

https://www.openerp.com/apps/7.0/base_rml_edit/

You can edit the RML directly from OpenERP.

image description

Avatar
Discard
Best Answer

You can find e.g. the sales_order.rml in addons/sales/report and edit it in a Texteditor.

Avatar
Discard
Author Best Answer

There is no way to edit rml in OpenOffice without the plugin. Furthermore, there exists no wysiwyg editor application for rml.

If you open an rml file with OpenOffice then you will see the rml source code. This is the same as opening the file in a plain text editor.

If you are a programmer then all of OpenERP is modifiable using a text editor. If you are a non-programmer and the plugin doesn't work for you (bug) then you can either learn what programming skills you need for the task or hire someone who already does. Either way, it's a large investment if all you want is to change a small thing.

Keep in mind that the rml files are located at the heart of OpenERP. They are not within a database. Sometimes, you can have a dummy database where you can tryout things before applying them in the production database. In the case of the rml files, if you make a change and save it then the change goes live to anyone using OpenERP from then on. If you make the change using a text editor then you will be going by trial and error - make a change, save it, generate a report within OpenERP, make a note of needed changes, start again. Under those conditions, the editing process is significantly longer than with a wysiwyg editor.

Some more information here: http://stackoverflow.com/questions/5247452/does-a-wysiwyg-editor-for-report-labs-rml-exist

Avatar
Discard
Best Answer

Hi just with your favourite text editor :-)

Avatar
Discard