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.

49 lines
1.7 KiB

4 years ago
4 years ago
4 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <data noupdate="1">
  4. <report
  5. id="action_cooperator_invoices"
  6. model="account.invoice"
  7. string="Capital release request"
  8. report_type="qweb-pdf"
  9. name="easy_my_coop.theme_invoice_G002"
  10. file="easy_my_coop.cooperator_invoice_G002.xml"
  11. attachment="(object.state in ('open','paid')) and ('SUBJ'+(object.number or '').replace('/','')+'.pdf')"
  12. />
  13. <report
  14. id="action_cooperator_subscription_report"
  15. model="subscription.register"
  16. string="Subscription Register Report"
  17. report_type="qweb-pdf"
  18. name="easy_my_coop.cooperator_subscription_G001"
  19. file="easy_my_coop.cooperator_subscription_G001.xml"
  20. multi="True"
  21. menu="True"
  22. />
  23. <report
  24. id="action_cooperator_report_certificat"
  25. model="res.partner"
  26. string="Cooperator certificat"
  27. report_type="qweb-pdf"
  28. name="easy_my_coop.cooperator_certificat_G001"
  29. file="easy_my_coop.cooperator_certificat_G001.xml"
  30. multi="True"
  31. menu="True"
  32. />
  33. <report
  34. id="action_report_cooperator_register"
  35. model="res.partner"
  36. string="Cooperator register"
  37. report_type="qweb-pdf"
  38. name="easy_my_coop.cooperator_register_G001"
  39. file="easy_my_coop.cooperator_register_G001.xml"
  40. multi="True"
  41. menu="True"
  42. />
  43. </data>
  44. </odoo>