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
21 lines
536 B
{
|
|
'name': "Partner Related Document",
|
|
'version': '9.0.1.0',
|
|
'depends': [
|
|
"website_sign",
|
|
],
|
|
'author': "François Wyaime, AbAKUS it-solutions SARL",
|
|
'website': "http://www.abakusitsolutions.eu",
|
|
'category': 'Partner',
|
|
'description':
|
|
"""
|
|
Partner Related Document
|
|
|
|
This module provides access to documents through the contact form view.
|
|
|
|
This module has been developed by François Wyaime @ AbAKUS it-solution.
|
|
""",
|
|
"data": [
|
|
'views/res_partner_related_docs_view.xml'
|
|
],
|
|
}
|