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

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