Skip to content

Commit 2f4e1e9

Browse files
committed
[IMP] condominium: cleanup16 remove test
1 parent f9e5e2e commit 2f4e1e9

File tree

10 files changed

+18
-115
lines changed

10 files changed

+18
-115
lines changed

condominium/__manifest__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'data/ir_attachment_pre.xml',
2626
'data/ir_model.xml',
2727
'data/ir_model_fields.xml',
28+
'data/report_paperformat.xml',
2829
'data/ir_actions_report.xml',
2930
'data/mail_template.xml',
3031
'data/ir_actions_server.xml',
@@ -99,7 +100,6 @@
99100
'license': 'OPL-1',
100101
'assets': {
101102
'web.assets_backend': [
102-
'condominium/static/src/js/acquisition.js',
103103
'condominium/static/src/js/my_tour.js',
104104
]
105105
},
@@ -108,7 +108,6 @@
108108
'data/ir_actions_server.xml',
109109
'data/qweb_view.xml',
110110
"data/knowledge_article.xml",
111-
"static/src/js/acquisition.js",
112111
"static/src/js/my_tour.js",
113112
],
114113
'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="paperformat_meeting_report"/>
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/ir_ui_view.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,6 @@
20092009
<xpath expr="//button[@name='action_cancel_peppol_documents']" position="after">
20102010
<button string="Distribute Costs" name="%(distribute_costs)d" type="action"/>
20112011
</xpath>
2012-
20132012
<!-- Remove the x_distribution key from the invoices (no longer used since the x_studio_distribution_key is leveraged from the distribution tab) -->
20142013
<!-- <xpath expr="//field[@name='invoice_vendor_bill_id']" position="after">
20152014
<field name="x_distribution_key" options="{'no_create': true}" placeholder="Area as distribution key"/>

condominium/data/knowledge_tour.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,4 @@
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">
9-
<field name="name">Condominium_Acquisition</field>
10-
<field name="sequence">3</field>
11-
<field name="rainbow_man_message">Congrats! You did your first sell.</field>
12-
</record>
138
</odoo>
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<odoo>
3+
<record id="paperformat_meeting_report" model="report.paperformat">
4+
<field name="name">Meeting Report A4</field>
5+
<field name="format">A4</field>
6+
<field name="page_height">0</field>
7+
<field name="page_width">0</field>
8+
<field name="orientation">Portrait</field>
9+
<field name="margin_top">45</field>
10+
<field name="margin_bottom">45</field>
11+
<field name="margin_left">10</field>
12+
<field name="margin_right">10</field>
13+
<field name="header_line" eval="False"/>
14+
<field name="dpi">90</field>
15+
</record>
16+
</odoo>

condominium/static/src/js/acquisition.js

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

tests/test_condominium/__init__.py

Whitespace-only changes.

tests/test_condominium/__manifest__.py

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

tests/test_condominium/tests/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/test_condominium/tests/test_acquisition.py

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

0 commit comments

Comments
 (0)