mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
8 lines
273 B
XML
8 lines
273 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record id="group_use_agreement_rebate" model="res.groups">
|
|
<field name="name">Use agreement rebate</field>
|
|
<field name="category_id" ref="base.module_category_hidden" />
|
|
</record>
|
|
</odoo>
|