From f0c9e159f709f2999df0ed0136ae54a153bd5214 Mon Sep 17 00:00:00 2001 From: ps-tubtim Date: Mon, 16 Dec 2019 11:50:21 +0700 Subject: [PATCH] [IMP] account_move_line_product: black, isort --- account_move_line_product/__manifest__.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/account_move_line_product/__manifest__.py b/account_move_line_product/__manifest__.py index 5f0111791..081cedc7b 100644 --- a/account_move_line_product/__manifest__.py +++ b/account_move_line_product/__manifest__.py @@ -4,15 +4,13 @@ { "name": "Account Move Line Product", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "summary": "Displays the product in the journal entries and items", "author": "Eficent, Odoo Community Association (OCA)", "website": "http://www.github.com/OCA/stock-logistics-warehouse", "category": "Generic", "depends": ["account"], "license": "AGPL-3", - "data": [ - "views/account_move_line_view.xml", - ], - 'installable': True, + "data": ["views/account_move_line_view.xml"], + "installable": True, }