Skip to content
Snippets Groups Projects
Commit 37c7346d authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[clean] add pre-commit changes

parent a0cdec69
Branches
No related tags found
No related merge requests found
...@@ -73,7 +73,6 @@ enable=anomalous-backslash-in-string, ...@@ -73,7 +73,6 @@ enable=anomalous-backslash-in-string,
invalid-commit, invalid-commit,
missing-manifest-dependency, missing-manifest-dependency,
missing-newline-extrafiles, missing-newline-extrafiles,
missing-readme,
no-utf8-coding-comment, no-utf8-coding-comment,
odoo-addons-relative-import, odoo-addons-relative-import,
old-api7-method-defined, old-api7-method-defined,
......
README.rst 100755 → 100644
File mode changed from 100755 to 100644
...@@ -5,8 +5,13 @@ ...@@ -5,8 +5,13 @@
<data> <data>
<!-- Action --> <!-- Action -->
<record id="account.product_product_action_sellable" model="ir.actions.act_window"> <record
<field name="context">{'search_default_filter_to_sell': 1, 'default_company_id': allowed_company_ids[0]}</field> 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> </record>
</data> </data>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment