[MIG] agreement: Migration to 13.0

This commit is contained in:
sergio-teruel
2021-02-14 09:20:21 +01:00
committed by Pedro M. Baeza
parent 36038f0edb
commit 129a028a6c
14 changed files with 207 additions and 195 deletions

View File

@@ -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>