mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
12 lines
283 B
XML
12 lines
283 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo>
|
|
<report
|
|
id="report_contract"
|
|
model="contract.contract"
|
|
string="Contract"
|
|
report_type="qweb-pdf"
|
|
name="contract.report_contract_document"
|
|
file="contract.report_contract"
|
|
/>
|
|
</odoo>
|