mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
19 lines
570 B
XML
19 lines
570 B
XML
<odoo>
|
|
|
|
<function name="write" model="ir.model.data">
|
|
<function name="search" model="ir.model.data">
|
|
<value
|
|
eval="[('module', '=', 'base'), ('name', '=', 'res_partner_portal_public_rule')]"
|
|
/>
|
|
</function>
|
|
<value eval="{'noupdate': False}" />
|
|
</function>
|
|
|
|
<record model="ir.rule" id="base.res_partner_portal_public_rule">
|
|
<field
|
|
name="domain_force"
|
|
>['|', ('id', 'child_of', user.commercial_partner_id.id), ('is_property', '=', True)]</field>
|
|
</record>
|
|
|
|
</odoo>
|