Skip to content

Commit

Permalink
[MIG] database_cleanup: Migration to version 10.0
Browse files Browse the repository at this point in the history
Using new base model inheritance.
  • Loading branch information
eantones authored and ecino committed Jul 10, 2017
1 parent 3730549 commit 2eb97b1
Show file tree
Hide file tree
Showing 40 changed files with 517 additions and 571 deletions.
8 changes: 4 additions & 4 deletions database_cleanup/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
Database cleanup
================

Clean your OpenERP database from remnants of modules, models, columns and
Clean your Odoo database from remnants of modules, models, columns and
tables left by uninstalled modules (prior to 7.0) or a homebrew database
upgrade to a new major version of OpenERP.
upgrade to a new major version of Odoo.

Caution! This module is potentially harmful and can *easily* destroy the
integrity of your data. Do not use if you are not entirely comfortable
with the technical details of the OpenERP data model of *all* the modules
with the technical details of the Odoo data model of *all* the modules
that have ever been installed on your database, and do not purge any module,
model, column or table if you do not know exactly what you are doing.

Expand All @@ -28,7 +28,7 @@ in one big step (if you are *really* confident).

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

Bug Tracker
===========
Expand Down
5 changes: 3 additions & 2 deletions database_cleanup/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
'name': 'Database cleanup',
'version': '9.0.1.0.0',
'version': '10.0.1.0.0',
'author': "Therp BV,Odoo Community Association (OCA)",
'depends': ['base'],
'license': 'AGPL-3',
Expand All @@ -20,5 +20,6 @@
'views/purge_properties.xml',
'views/menu.xml',
],
'installable': False,
'installable': True,
"application": True,
}
2 changes: 1 addition & 1 deletion database_cleanup/i18n/am.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-04-19 18:00+0000\n"
"PO-Revision-Date: 2017-04-19 18:00+0000\n"
Expand Down

0 comments on commit 2eb97b1

Please sign in to comment.