diff --git a/document_page/__init__.py b/document_page/__init__.py index d8204cfc..a7385355 100644 --- a/document_page/__init__.py +++ b/document_page/__init__.py @@ -1,4 +1,3 @@ -"""Import of other document page submodule.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/data/document_page.xml b/document_page/data/document_page.xml index 5ecf10d9..9cd3c0dd 100644 --- a/document_page/data/document_page.xml +++ b/document_page/data/document_page.xml @@ -9,7 +9,7 @@ Initial Page == The Odoo wiki == -[[File:http://www.openerp.com/sites/all/themes/openerp/logo.png OpenERP]] +[[File:https://www.odoo.com/openerp_website/static/src/img/logo_transparent_198px.png Odoo]] The Odoo wiki allows you to manage your enterprise's contents using wiki restructured texts. This module provides a collaborative way to manage internal diff --git a/document_page/models/__init__.py b/document_page/models/__init__.py index cba5781f..2d33cac6 100644 --- a/document_page/models/__init__.py +++ b/document_page/models/__init__.py @@ -1,4 +1,3 @@ -"""Data's models registration.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/models/document_page.py b/document_page/models/document_page.py index b20ca6a3..65e68600 100644 --- a/document_page/models/document_page.py +++ b/document_page/models/document_page.py @@ -1,4 +1,3 @@ -"""Document model.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/models/document_page_history.py b/document_page/models/document_page_history.py index 1161ee44..47a84591 100644 --- a/document_page/models/document_page_history.py +++ b/document_page/models/document_page_history.py @@ -1,4 +1,3 @@ -"""DocumentPageHistory model.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/wizard/__init__.py b/document_page/wizard/__init__.py index 0b1cc0de..af150490 100644 --- a/document_page/wizard/__init__.py +++ b/document_page/wizard/__init__.py @@ -1,4 +1,3 @@ -"""wizard's models registration.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/wizard/document_page_create_menu.py b/document_page/wizard/document_page_create_menu.py index b3f67695..fd76ebd4 100644 --- a/document_page/wizard/document_page_create_menu.py +++ b/document_page/wizard/document_page_create_menu.py @@ -1,4 +1,3 @@ -"""DocumentPageCreateMenu model.""" # -*- coding: utf-8 -*- ############################################################################## # diff --git a/document_page/wizard/document_page_show_diff.py b/document_page/wizard/document_page_show_diff.py index 8de13b01..bb3ea244 100644 --- a/document_page/wizard/document_page_show_diff.py +++ b/document_page/wizard/document_page_show_diff.py @@ -1,4 +1,3 @@ -"""DocumentPageShowDiff model.""" # -*- coding: utf-8 -*- ############################################################################## #