Skip to content

Commit 11cdbee

Browse files
committed
Merge branch '18.0' of github.com:vertelab/odoo-project_scrum into 18.0
2 parents 8d204c7 + dffd2f5 commit 11cdbee

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

project_scrum_ai/__manifest__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
'depends': [
3939
'project_scrum',
4040
'ai_agent',
41-
'web_mermaid',
4241
],
4342
'data': [
4443
'data/ai_agent_data.xml'

project_scrum_ai/data/ai_agent_data.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<odoo>
2-
<data noupdate="0">
2+
<data noupdate="1">
33
<record id="usecase_specialist_agent" model="ai.agent">
44
<field name="name">Enterprise Architect</field>
55
<field name="ai_role">Specialist in business processes and use case</field>
@@ -47,7 +47,7 @@
4747
<field name="ai_agent_id" ref="usecase_specialist_agent" />
4848
</record>
4949

50-
<!-- Mermaid Quest-->
50+
<!-- Mermaid Quest-->
5151
<record id="mermaid_ai_quest" model="ai.quest">
5252
<field name="name">Mermaid Quest</field>
5353
<field name="sub_description">Quest to handle Mermaid Charts</field>

0 commit comments

Comments
 (0)