mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
* [IMP][9.0] contract: Add report + send by mail * Update translation and rename contract report * Changes requested and translation updated
13 lines
286 B
XML
13 lines
286 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<report
|
|
id="report_contract"
|
|
model="account.analytic.account"
|
|
string="Contract"
|
|
report_type="qweb-pdf"
|
|
name="contract.report_contract_document"
|
|
file="contract.report_contract"/>
|
|
|
|
</odoo>
|