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.

13 lines
404 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <report
  4. id="action_loan_issue_line_report"
  5. model="loan.issue.line"
  6. string="Reimbursment table report"
  7. report_type="qweb-pdf"
  8. name="easy_my_coop_loan.loan_issue_line"
  9. file="easy_my_coop_loan.loan_issue_line_report.xml"
  10. multi="True"
  11. menu="True"
  12. />
  13. </odoo>