This question has been flagged

We are running Odoo v12 Enterprise, SaaS.

I'd like to make a small modification to the way the Analytic Report (Account/Reporting/Management/Analytic Report) displays.  But I am struggling to find the correct model/template anywhere in the technical settings.

The Analytic Report isn't defined alongside the other financial reports, nor does it appear to be a simple view.  Could anyone point me to the element where this is defined?  Or confirm that it can only be modified through the source (requiring self-hosted or Odoo.sh)?

Thanks!

Avatar
Discard
Best Answer

The below model and module will be available only in the enterprise version of Odoo12. And the model is an AbstractModel.

model name is : account.analytic.report

module name : account_reports

I hope you can find the solution in the above module

Avatar
Discard
Author

Indeed, but that model only contains a couple of piece of meta data. I presume that means that the actual definition of the report and its layout are contained in the python code for that module (rather than a view or QWEB widget), and is therefore inaccessible in a SaaS deployment?