|
@ -3,7 +3,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "Partner contact access link", |
|
|
"name": "Partner contact access link", |
|
|
"summary": "Allow to visit the full contact form from a company", |
|
|
"summary": "Allow to visit the full contact form from a company", |
|
|
"version": "12.0.1.0.0", |
|
|
|
|
|
|
|
|
"version": "13.0.1.0.0", |
|
|
"development_status": "Production/Stable", |
|
|
"development_status": "Production/Stable", |
|
|
"category": "Tools", |
|
|
"category": "Tools", |
|
|
"website": "https://github.com/OCA/partner-contact", |
|
|
"website": "https://github.com/OCA/partner-contact", |
|
@ -12,6 +12,6 @@ |
|
|
"license": "AGPL-3", |
|
|
"license": "AGPL-3", |
|
|
"application": False, |
|
|
"application": False, |
|
|
"installable": True, |
|
|
"installable": True, |
|
|
"depends": ["base",], |
|
|
|
|
|
"data": ["views/res_partner_views.xml",], |
|
|
|
|
|
|
|
|
"depends": ["base"], |
|
|
|
|
|
"data": ["views/res_partner_views.xml"], |
|
|
} |
|
|
} |