Skip to content

Commit

Permalink
connector_importer_product: make not installable
Browse files Browse the repository at this point in the history
  • Loading branch information
simahawk committed Oct 12, 2023
1 parent eb867c1 commit 013c903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
exclude: |
(?x)
# NOT INSTALLABLE ADDONS
^connector_importer_product/|
# END NOT INSTALLABLE ADDONS
# Files and folders generated by bots, to avoid loops
^setup/|/static/description/index\.html$|
Expand Down
2 changes: 1 addition & 1 deletion connector_importer_product/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"demo/import_source.xml",
"demo/import_recordset.xml",
],
"installable": True,
"installable": False,
}

0 comments on commit 013c903

Please sign in to comment.