diff --git a/.pylintrc b/.pylintrc
index 0ce94edcf7f94335e23fc9f79951a895925d3c90..dc6270e15be0c08da00e768a570f27c785d8630e 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 571992b00065007d0a0004b487a19a2186fe16df..b6a870b7b9ab71286302a6e3c447834e08a1b63d 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>