Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
afac_account
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
AFAC
afac_account
Commits
37c7346d
Commit
37c7346d
authored
3 years ago
by
Benjamin - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[clean] add pre-commit changes
parent
a0cdec69
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.pylintrc
+0
-1
0 additions, 1 deletion
.pylintrc
README.rst
+0
-0
0 additions, 0 deletions
README.rst
views/product.xml
+7
-2
7 additions, 2 deletions
views/product.xml
with
7 additions
and
3 deletions
.pylintrc
+
0
−
1
View file @
37c7346d
...
@@ -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,
...
...
This diff is collapsed.
Click to expand it.
README.rst
100755 → 100644
+
0
−
0
View file @
37c7346d
File mode changed from 100755 to 100644
This diff is collapsed.
Click to expand it.
views/product.xml
+
7
−
2
View file @
37c7346d
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment