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.

21 lines
536 B

  1. {
  2. 'name': "Partner Related Document",
  3. 'version': '9.0.1.0',
  4. 'depends': [
  5. "website_sign",
  6. ],
  7. 'author': "François Wyaime, AbAKUS it-solutions SARL",
  8. 'website': "http://www.abakusitsolutions.eu",
  9. 'category': 'Partner',
  10. 'description':
  11. """
  12. Partner Related Document
  13. This module provides access to documents through the contact form view.
  14. This module has been developed by François Wyaime @ AbAKUS it-solution.
  15. """,
  16. "data": [
  17. 'views/res_partner_related_docs_view.xml'
  18. ],
  19. }