Hi, this is the link to the demo instance:
https://sasha.odoo.com/web?studio=app_creator#cids=1&menu_id=231&action=353
I need to add a column after the 2022 column
– Sasha BrownJun 14 '22 at 17:38
I couldn't access the database. Provide the link to the module or a minimum code (template id, report arch)
– KenlyJun 15 '22 at 11:52
Odoo uses a client action to load the profit and loss report. Check the `account_report` action in javascript under the account module and look for the XML template defining the report content
– KenlyJun 15 '22 at 14:29