Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
4803 Prikazi

When i try to give report_name in report tag it throws below error: AssertionError: Element odoo has extra content: report, line 7

*.xml

<?xml version="1.0" encoding="utf-8"?>
    <odoo>

   <report id="action_report_followup"
   model="account_followup.followup"
   report_name="PPPPPPPPPPpppp" //Here is the problem
   string="Follow-up Report"
   report_type="qweb-pdf"
   name="payment_followup.report_followup"
   file="payment_followup.report_followup"
   menu="True"/>

</odoo>

If i remove attribute report_name it will work fine, and use value of string as report name. I need to give other name. How can i resolve this issue?


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
dec. 18
2935
1
jan. 18
5958
0
maj 17
2665
3
jun. 23
10577
1
nov. 23
9446