Skip to content

Commit

Permalink
fixup! [FIX] *: Adding the cloc_exclude in manifests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeschwa committed Sep 20, 2024
1 parent 5328d40 commit 3a6cda0
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion agriculture_shop/static/src/js/my_tour.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { markup } from "@odoo/owl";

registry.category("web_tour.tours").add("knowledge_tour", {
url: "/odoo",

sequence: 2,
steps: () => [
{
Expand Down
2 changes: 1 addition & 1 deletion construction/data/knowledge_article.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo>
<record id="welcome_article5" model="knowledge.article">
<record id="welcome_article" model="knowledge.article">
<field name="name">Construction</field>
<field name="category">workspace</field>
<field name="internal_permission">write</field>
Expand Down
2 changes: 1 addition & 1 deletion construction/data/knowledge_article_favorite.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<odoo noupdate="1">
<record id="knowledge_favorite" model="knowledge.article.favorite">
<field name="article_id" ref="welcome_article5"/>
<field name="article_id" ref="welcome_article"/>
<field name="user_id" ref="base.user_admin"/>
</record>
</odoo>
1 change: 1 addition & 0 deletions tests/test_generic/tests/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
'name': '',
'version': '',
'assets': {},
'cloc_exclude': [],
}


Expand Down

0 comments on commit 3a6cda0

Please sign in to comment.