Skip to Content
Menu
This question has been flagged
3 Replies
1703 Views

Hi, I want to edit the layout of the accounting reports, but the studio icon is disabled when opening these reports. Is there any other way to edit the view? i know that in the "financial report" can move the attributes and the formulas, but i don't need that.

Thank you kindly.

Avatar
Discard
Best Answer

Accounting reports use a different system than other reports.

Have to turn on developer (debug) mode.  This should help you get started:

Custom reports — Odoo 16.0 documentation

I'm not an expert mostly just wanted to rearrange the order of things a bit.

Avatar
Discard
Best Answer

Hi,

Using Odoo Studio, you can edit models. You can do customizations like adding fields, simple relations etc. 
In the case of accounting reports, it is not a model, it's a client action. When you search for example, the Balance Sheet in action, you can see the type is ir.actions.client. This, unlike a model, is unable to be customized using Odoo Studio. 


Hope it helps

Avatar
Discard
Author

That makes a lot of sense, thank you both of you, but actually you need to find the action, and i imagine that takes a template to put the data to make a PDF file. will search more about that.

Author Best Answer

Just found the view that shows the report info, in my case is on 'account_reports/views/report_finantial.xml', there you can edit the templates and views of the finantial reports, and at the end of the file, there is a "print_template" for PDF output where you can modify or add new info.

Avatar
Discard
Related Posts Replies Views Activity
2
Jan 24
1503
2
May 23
2299
0
Mar 22
2790
1
Aug 23
2851
1
Nov 22
2596