mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-21 12:52:18 -06:00
[ADD] document_page_partner: Copied the module from 10.0
This commit is contained in:
18
document_page_partner/__manifest__.py
Normal file
18
document_page_partner/__manifest__.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- 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": "14.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,
|
||||
}
|
||||
Reference in New Issue
Block a user