From aacf4c265344b66484d603e95be1cdb2179b5a4c Mon Sep 17 00:00:00 2001 From: Ahmed Aly Date: Wed, 5 Sep 2018 12:14:02 +0200 Subject: [PATCH] Fix sale_report: white rectangle in some sites under the image --- dev/pylint/setup_pylint_hook | 11 ++--------- ext/custom-addons/dp_reports_sale/reports/sale.xml | 2 +- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/dev/pylint/setup_pylint_hook b/dev/pylint/setup_pylint_hook index 6ea70795..f77ee54d 100755 --- a/dev/pylint/setup_pylint_hook +++ b/dev/pylint/setup_pylint_hook @@ -1,21 +1,14 @@ #!/usr/bin/env bash -if ! $(python -c "import pylint" &> /dev/null); then - echo 'Pylint is not installed and is going to be installed now!' - sudo pip install pylint -else - echo 'Pylint is already installed. Continue ...' -fi - if ! $(python -c "import pylint_odoo" &> /dev/null); then echo 'The pylint module "pylint-odoo" is not installed and is going to be installed now!' - sudo pip install --upgrade git+https://github.com/oca/pylint-odoo.git + sudo pip3 install --upgrade git+https://github.com/oca/pylint-odoo.git else echo 'The pylint module "pylint-odoo" is already installed. Continue ...' fi if ! $(python -c "import git_pylint_commit_hook" &> /dev/null); then echo 'git-pylint-commit-hook is not insalled and is going to be isntalled now!' - sudo pip install git-pylint-commit-hook + sudo pip3 install git-pylint-commit-hook else echo 'git-pylint-commit-hook is already installed. Continue ...' fi diff --git a/ext/custom-addons/dp_reports_sale/reports/sale.xml b/ext/custom-addons/dp_reports_sale/reports/sale.xml index f23168f5..984a60b3 100644 --- a/ext/custom-addons/dp_reports_sale/reports/sale.xml +++ b/ext/custom-addons/dp_reports_sale/reports/sale.xml @@ -110,7 +110,7 @@

- +