From dfcf6d4564fe8661e3c130ed865eb31c985d9f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ru=CC=88bner?= Date: Thu, 5 Apr 2018 08:43:37 +0200 Subject: [PATCH] [MIG] account_balance_line: Migration to 11.0 --- account_balance_line/__init__.py | 1 - account_balance_line/__manifest__.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/account_balance_line/__init__.py b/account_balance_line/__init__.py index 2977e4d65..d9d1f13de 100644 --- a/account_balance_line/__init__.py +++ b/account_balance_line/__init__.py @@ -1,2 +1 @@ -# -*- coding: utf-8 -*- # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). diff --git a/account_balance_line/__manifest__.py b/account_balance_line/__manifest__.py index 98ded478f..85f78c645 100644 --- a/account_balance_line/__manifest__.py +++ b/account_balance_line/__manifest__.py @@ -1,11 +1,10 @@ -# -*- coding: utf-8 -*- # Copyright 2010-2014 Camptocamp - Vincent Renaville # Copyright 2016 Tecnativa - Vicent Cubells # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { 'name': 'Balance on journal items', 'summary': 'Display balance totals in move line view', - 'version': '10.0.1.0.0', + 'version': '11.0.1.0.0', 'category': 'Accounting', 'website': 'http://www.tecnativa.com,', 'author': "Camptocamp,"