mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
10 lines
390 B
XML
10 lines
390 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<!-- Copyright 2020 ACSONE SA/NV
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
<record id="can_terminate_contract" model="res.groups">
|
|
<field name="name">Contract: Can Terminate Contracts</field>
|
|
<field name="implied_ids" eval="[(4, ref('account.group_account_invoice'))]" />
|
|
</record>
|
|
</odoo>
|