Hello Everyone,
Nice to meet you again!
I'm getting the following error(Parse Error) while installing the module
odoo.tools.convert.ParseError: while parsing File Path:39, near
Code Snippet
<record id="country_rule" model="ir.rule">
<field name="name">Country</field>
<field name="model_id" ref="model_model_name"/>
<field name="domain_force">['|', ('company_id', 'child_of', company_ids), ('company_id', 'parent_of', company_ids)]</field>
</record>
I don't know what am i missing the above code, Can you help me to figure it out?
Thanks in Advance !