Skip to content

Commit

Permalink
MIG-mgmtsystem_manuals-to-V.-10.0
Browse files Browse the repository at this point in the history
MIG-mgmtsystem_manuals-to-V.-10.0
  • Loading branch information
eugen-don committed Mar 27, 2017
1 parent ae5e907 commit c30da33
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 44 deletions.
5 changes: 3 additions & 2 deletions mgmtsystem_manual/README.rst
Expand Up @@ -32,7 +32,7 @@ To use this module, you need to:

.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/118/9.0
:target: https://runbot.odoo-community.org/runbot/118/10.0

Known issues / Roadmap
======================
Expand All @@ -46,7 +46,7 @@ In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback `here <https://github.com/OCA/
knowledge/issues/new?body=module:%20
mgmtsystem_manual%0Aversion:%20
9.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
10.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
Expand All @@ -58,6 +58,7 @@ Contributors
* Odoo SA <info@odoo.com>
* Savoir-faire Linux <support@savoirfairelinux.com>
* Gervais Naoussi <gervaisnaoussi@gmail.com>
* Eugen Don <eugen.don@don-systems.de>

Maintainer
----------
Expand Down
22 changes: 3 additions & 19 deletions mgmtsystem_manual/__init__.py
@@ -1,21 +1,5 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

from . import models
26 changes: 5 additions & 21 deletions mgmtsystem_manual/__manifest__.py
@@ -1,26 +1,10 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
# Copyright (C) 2010 Savoir-faire Linux (<http://www.savoirfairelinux.com>).
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).

{
"name": "Management System - Manual",
"version": "9.0.1.0.0",
"version": "10.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"license": "AGPL-3",
Expand All @@ -35,5 +19,5 @@
'views/document_page.xml',
],
"demo": [],
'installable': False,
'installable': True,
}
2 changes: 1 addition & 1 deletion mgmtsystem_manual/models/mgmtsystem_manual.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

from openerp import models, fields
from odoo import models, fields


class MgmtSystemManual(models.Model):
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_manual/views/document_page.xml
@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<odoo>

<menuitem id="menu_mgmtsystem_categories"
name="Categories"
action="document_page.action_category"
Expand Down

0 comments on commit c30da33

Please sign in to comment.