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

[clean] add pre-commit changes

parent 8dcee0a1
No related branches found
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="membership.action_membership_products" model="ir.actions.act_window"> <record
<field name="context">{'membership':True, 'type':'service', 'default_membership': True, 'default_type': 'service', 'default_company_id': allowed_company_ids[0]}</field> id="membership.action_membership_products"
model="ir.actions.act_window"
>
<field
name="context"
>{'membership':True, 'type':'service', 'default_membership': True, 'default_type': 'service', '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