Skip to Content
Menu
This question has been flagged
1 Reply
1084 Views

Hi,

when installing module on odoo10 ,parserror is occurring but module installing in odoo11 and odoo12

<record id = "account_financial_report_profitandloss0" model = "account.financial.html.report">
<field name = "name"> Profit and Loss </ field>
<field name = "debit_credit" eval = "False" />
<field name = "analytic" eval = "True" />
<field name = "cash_basis" eval = "True" />
<field name = "unfold_all_filter" eval = "True" />
<field name = "show_journal_filter" eval = " True "/>
<field name =" parent_id "ref =" account.menu_finance_reports "/>

</ record>

Thanks

Avatar
Discard
Best Answer

This is happened because of version. Couple of syntax's are different in Odoo 10 and Odoo 11.

Avatar
Discard