mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[ADD] document_page_reference
This commit is contained in:
23
document_page_reference/__manifest__.py
Normal file
23
document_page_reference/__manifest__.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2019 Creu Blanca
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
'name': 'Document Page Reference',
|
||||
'summary': """
|
||||
Include references on document pages""",
|
||||
'version': '11.0.1.0.0',
|
||||
'license': 'AGPL-3',
|
||||
'author': 'Creu Blanca,Odoo Community Association (OCA)',
|
||||
'website': 'https://github.com/OCA/knowledge',
|
||||
'depends': [
|
||||
'document_page',
|
||||
'web_editor',
|
||||
],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/document_page.xml',
|
||||
'views/report_document_page.xml',
|
||||
],
|
||||
'maintainers': ['etobella'],
|
||||
'development_status': 'Alpha',
|
||||
}
|
||||
Reference in New Issue
Block a user