mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[MIG] agreement: Migration to 13.0
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<field name="model_id" ref="model_agreement" />
|
||||
<field
|
||||
name="domain_force"
|
||||
>['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])]</field>
|
||||
>['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]</field>
|
||||
</record>
|
||||
<record id="group_use_agreement_type" model="res.groups">
|
||||
<field name="name">Use agreement type</field>
|
||||
|
||||
Reference in New Issue
Block a user