Skip to content

Commit 692958e

Browse files
committed
[IMP] condominium: cleanup17
1 parent 2437df5 commit 692958e

File tree

5 files changed

+3
-95
lines changed

5 files changed

+3
-95
lines changed

condominium/__manifest__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@
9999
'license': 'OPL-1',
100100
'assets': {
101101
'web.assets_backend': [
102-
'condominium/static/src/js/acquisition.js',
103102
'condominium/static/src/js/my_tour.js',
104103
]
105104
},
@@ -108,7 +107,6 @@
108107
'data/ir_actions_server.xml',
109108
'data/qweb_view.xml',
110109
"data/knowledge_article.xml",
111-
"static/src/js/acquisition.js",
112110
"static/src/js/my_tour.js",
113111
],
114112
'images': ['images/main.png'],

condominium/data/ir_actions_report.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<field name="name">General Meeting Report</field>
77
<field name="report_name">condominium.studio_report_docume_d1eb9c9c-5c91-47ca-9895-ba519a3d0517</field>
88
<field name="report_type">qweb-html</field>
9+
<field name="paperformat_id" ref="base.paperformat_euro"/>
910
</record>
1011
<record id="calendar_event_repor_b15c7922-86c5-44a3-a418-2dc0d20cd6e8" model="ir.actions.report">
1112
<field name="binding_model_id" ref="calendar.model_calendar_event"/>

condominium/data/knowledge_article.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@
7474
From the Settings, create a new company in <font style="font-weight: bolder;" class="text-o-color-1">Companies</font>. Once done, it will appear on the top right of all screens with the aim to quickly switch between your company and the
7575
different condominiums.
7676
</p>
77-
<p>The following tour shows you how to create a new customer, from the sale order creation to the new company in your database</p>
78-
<a class="btn btn-primary mb-2" href="/odoo?tour=Condominium_Acquisition">Acquire a new company</a><font style="background-color: rgba(156, 156, 148, 0.6);"> Note: this tour will create undeletable data inside your database.</font>
79-
<p style="margin-bottom: 0px;">
80-
Once done, it is time to create the composition of the condominium by selecting the right one on the top right of the screen.
81-
</p>
8277
<p style="margin-bottom: 0px;"><br /></p>
8378
<p style="margin-bottom: 0px;">
8479
Open the <strong><font class="text-o-color-1">Condominium</font></strong> App where you can:

condominium/data/knowledge_tour.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<field name="sequence">2</field>
66
<field name="rainbow_man_message">Welcome! Happy exploring.</field>
77
</record>
8-
<record id="acquisition_tour" model="web_tour.tour">
8+
<!-- <record id="acquisition_tour" model="web_tour.tour">
99
<field name="name">Condominium_Acquisition</field>
1010
<field name="sequence">3</field>
1111
<field name="rainbow_man_message">Congrats! You did your first sell.</field>
12-
</record>
12+
</record> -->
1313
</odoo>

condominium/static/src/js/acquisition.js

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)