Skip to content

Commit

Permalink
fixup! [MIG] migration to 12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iryna Vyshnevska committed Jun 5, 2019
1 parent 89706f7 commit d9bbcf3
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 70 deletions.
3 changes: 1 addition & 2 deletions mgmtsystem_manual/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Management System - Manual",
"version": "12.0.1.0.0",
"author": "Savoir-faire Linux,Odoo Community Association (OCA)",
"website": "http://www.savoirfairelinux.com",
"website": "https://github.com/OCA/management-system",
"license": "AGPL-3",
"category": "Management System",
"depends": [
Expand All @@ -17,6 +17,5 @@
'views/mgmtsystem_manual.xml',
'views/document_page.xml',
],
"demo": [],
'installable': True,
}
37 changes: 0 additions & 37 deletions mgmtsystem_manual/i18n/mgmtsystem_manual.pot

This file was deleted.

28 changes: 0 additions & 28 deletions mgmtsystem_manual/i18n/mgmtsystem_manuals.pot

This file was deleted.

2 changes: 0 additions & 2 deletions mgmtsystem_manual/models/mgmtsystem_manual.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Odoo Community Association
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

Expand All @@ -7,7 +6,6 @@

class MgmtSystemManual(models.Model):
_inherit = 'mgmtsystem.system'
_description = 'Manual'

manual_id = fields.Many2one(
'document.page',
Expand Down
1 change: 0 additions & 1 deletion mgmtsystem_manual/readme/ROADMAP.rst

This file was deleted.

0 comments on commit d9bbcf3

Please sign in to comment.