From c8aa57e8f6df763e622e64b0664f8e5ddc60db23 Mon Sep 17 00:00:00 2001 From: David Vidal Date: Wed, 24 May 2017 20:53:45 +0200 Subject: [PATCH] [MIG] account_asset_depr_line_cancel: Migration to 9.0 --- account_asset_depr_line_cancel/README.rst | 3 ++- account_asset_depr_line_cancel/__openerp__.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/account_asset_depr_line_cancel/README.rst b/account_asset_depr_line_cancel/README.rst index 8b8ba343a..e50189e29 100644 --- a/account_asset_depr_line_cancel/README.rst +++ b/account_asset_depr_line_cancel/README.rst @@ -17,7 +17,7 @@ button with a white cross in a red circle that allows to remove that entry. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/92/8.0 + :target: https://runbot.odoo-community.org/runbot/92/9.0 Bug Tracker =========== @@ -36,6 +36,7 @@ Contributors ------------ * Pedro M. Baeza +* David Vidal Maintainer ---------- diff --git a/account_asset_depr_line_cancel/__openerp__.py b/account_asset_depr_line_cancel/__openerp__.py index e6b5aa691..bcd479b55 100644 --- a/account_asset_depr_line_cancel/__openerp__.py +++ b/account_asset_depr_line_cancel/__openerp__.py @@ -1,10 +1,11 @@ # -*- coding: utf-8 -*- # Copyright 2015-2017 Pedro M. Baeza +# Copyright 2017 David Vidal # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': 'Assets Management - Cancel button', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'depends': [ 'account_asset', ],