[ADD] document_page_reference

This commit is contained in:
Enric Tobella
2019-11-27 23:20:44 +01:00
committed by kaynnan
parent 2d90c953c3
commit 2c7baa3c1b
16 changed files with 810 additions and 0 deletions

View 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',
}