mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
10 lines
212 B
XML
10 lines
212 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<record id="agreement" model="ir.module.category">
|
|
<field name="name">Agreement</field>
|
|
<field name="sequence">80</field>
|
|
</record>
|
|
|
|
</odoo>
|