mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-23 13:52:13 -06:00
[MIG] document_page: Migration to 9.0
This commit is contained in:
committed by
mreficent
parent
c88c7defd0
commit
6a631a9103
@@ -21,35 +21,29 @@
|
||||
|
||||
{
|
||||
'name': 'Document Page',
|
||||
'version': '8.0.1.0.1',
|
||||
'version': '9.0.1.0.1',
|
||||
'category': 'Knowledge Management',
|
||||
'description': """
|
||||
Pages
|
||||
=====
|
||||
Web pages
|
||||
""",
|
||||
'author': ['OpenERP SA'],
|
||||
'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': [
|
||||
'knowledge',
|
||||
'mail',
|
||||
'knowledge',
|
||||
],
|
||||
'data': [
|
||||
'wizard/document_page_create_menu_view.xml',
|
||||
'wizard/document_page_show_diff_view.xml',
|
||||
'document_page_view.xml',
|
||||
'wizard/document_page_create_menu.xml',
|
||||
'wizard/document_page_show_diff.xml',
|
||||
'views/document_page.xml',
|
||||
'security/document_page_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'demo': [
|
||||
'document_page_demo.xml'
|
||||
],
|
||||
'test': [
|
||||
'test/document_page_test00.yml'
|
||||
'demo/document_page.xml'
|
||||
],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'images': [],
|
||||
'css': ['static/src/css/document_page.css'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user