You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
475 B
17 lines
475 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
|
|
<report
|
|
id="action_loan_issue_line_report"
|
|
model="loan.issue.line"
|
|
string="Reimbursment table report"
|
|
report_type="qweb-pdf"
|
|
name="easy_my_coop_loan.loan_issue_line"
|
|
file="easy_my_coop_loan.loan_issue_line.xml"
|
|
multi="True"
|
|
menu="True"
|
|
/>
|
|
|
|
</data>
|
|
</odoo>
|