knowledge/document_page_partner_id/__manifest__.py
2018-10-20 16:08:30 +02:00

19 lines
541 B
Python

# -*- coding: utf-8 -*-
# Copyright 2015-18 Therp BV <https://therp.nl>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Link to a partner in document pages",
"version": "10.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Knowledge Management",
"summary": "Allows to link doucment pages to a partner",
"depends": [
'document_page',
],
"data": [
"views/document_page.xml",
],
"installable": True,
}