mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-14 01:41:26 -06:00
39 lines
1.1 KiB
Python
39 lines
1.1 KiB
Python
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
|
|
{
|
|
'name': 'Document Page',
|
|
'version': '11.0.1.0.0',
|
|
'category': 'Knowledge Management',
|
|
'author': 'OpenERP SA, Odoo Community Association (OCA)',
|
|
'images': [
|
|
'images/category_list.png',
|
|
'images/create_category.png',
|
|
'images/page_list.png',
|
|
'images/create_page.png',
|
|
'images/customer_invoice.jpeg',
|
|
'images/page_history.png',
|
|
],
|
|
'website': 'http://www.openerp.com/',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'mail',
|
|
'knowledge',
|
|
],
|
|
'data': [
|
|
'wizard/document_page_create_menu.xml',
|
|
'wizard/document_page_show_diff.xml',
|
|
'views/document_page.xml',
|
|
'views/document_page_category.xml',
|
|
'views/document_page_history.xml',
|
|
'views/document_page_assets.xml',
|
|
'views/report_document_page.xml',
|
|
'security/document_page_security.xml',
|
|
'security/ir.model.access.csv',
|
|
],
|
|
'demo': [
|
|
'demo/document_page.xml'
|
|
],
|
|
}
|