From 37c7346d687437479c10c467e10a259c185dee4f Mon Sep 17 00:00:00 2001 From: benjamin <benjamin@le-filament.com> Date: Thu, 10 Mar 2022 12:37:11 +0100 Subject: [PATCH] [clean] add pre-commit changes --- .pylintrc | 1 - README.rst | 0 views/product.xml | 9 +++++++-- 3 files changed, 7 insertions(+), 3 deletions(-) mode change 100755 => 100644 README.rst diff --git a/.pylintrc b/.pylintrc index 0ce94ed..dc6270e 100644 --- a/.pylintrc +++ b/.pylintrc @@ -73,7 +73,6 @@ enable=anomalous-backslash-in-string, invalid-commit, missing-manifest-dependency, missing-newline-extrafiles, - missing-readme, no-utf8-coding-comment, odoo-addons-relative-import, old-api7-method-defined, diff --git a/README.rst b/README.rst old mode 100755 new mode 100644 diff --git a/views/product.xml b/views/product.xml index 571992b..b6a870b 100644 --- a/views/product.xml +++ b/views/product.xml @@ -5,8 +5,13 @@ <data> <!-- Action --> - <record id="account.product_product_action_sellable" model="ir.actions.act_window"> - <field name="context">{'search_default_filter_to_sell': 1, 'default_company_id': allowed_company_ids[0]}</field> + <record + id="account.product_product_action_sellable" + model="ir.actions.act_window" + > + <field + name="context" + >{'search_default_filter_to_sell': 1, 'default_company_id': allowed_company_ids[0]}</field> </record> </data> -- GitLab