mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-16 04:02:56 -06:00
19 lines
568 B
Python
19 lines
568 B
Python
# Copyright 2015-24 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": "17.0.1.0.0",
|
|
"website": "https://github.com/OCA/knowledge",
|
|
"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,
|
|
}
|