Skip to content

Commit 37ae263

Browse files
committed
[IMP] accounting_firm: add databases dependency & knowledge article section
This commit exposes the connected database dashboard introduced in the standard release within the Accounting Firm industry app. As demo connections require multiple databases, which are not available in the demo environment, only a short explanation has been added to the related knowledge article. The required database dependency has also been declared in the dependency file. task-5079122 closes #1248 Signed-off-by: Vallaeys Valentin (vava) <[email protected]>
1 parent 14ebc54 commit 37ae263

File tree

4 files changed

+33
-1
lines changed

4 files changed

+33
-1
lines changed

accounting_firm/__manifest__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'accountant',
88
'base_industry_data',
99
'crm_enterprise',
10+
'databases',
1011
'documents',
1112
'equity',
1213
'knowledge',
@@ -16,6 +17,7 @@
1617
'sign',
1718
],
1819
'data': [
20+
'data/ir_attachment_pre.xml',
1921
'data/res_config_settings.xml',
2022
'data/ir_actions_server.xml',
2123
'data/ir_ui_view.xml',
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<odoo noupdate="1">
3+
<record id="ir_attachment_1835" model="ir.attachment">
4+
<field name="name">ir_attachment_1835.png</field>
5+
<field name="datas" type="base64" file="accounting_firm/static/src/binary/ir_attachment/ir_attachment_1835.jpg"/>
6+
</record>
7+
</odoo>

accounting_firm/data/knowledge_article.xml

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,30 @@ Otherwise, open the <strong>Sales App</strong> and create a new quote.
135135
<p>
136136
<br/>
137137
</p>
138-
<h3>🗂️Document management</h3>
138+
<h3>📬 Follow up on your customer database</h3>
139+
<p>Having access in record time to all activities and metrics from your customer databases is key.</p>
140+
<p>
141+
<strong>Connecting your customer database</strong>
142+
</p>
143+
<ul>
144+
<li>Open your new customer project settings.</li>
145+
<li>In the Database tab, set the appropriate hosting option and then fill in the additional required inputs, including API credentials provided by your customer. </li>
146+
<li>Open the Databases App to have your customer database metrics at your finger tips!</li>
147+
</ul>
148+
<p>
149+
<img class="img-fluid" data-file-name="image.png" src="/web/image/accounting_firm.ir_attachment_1835" style="width: 100%;"/><br/>
150+
<br/>
151+
</p>
152+
<div class="o_editor_banner user-select-none lh-1 d-flex align-items-center alert alert-info pb-0 pt-3 o-contenteditable-false" data-oe-role="status" role="status">
153+
<i class="o_editor_banner_icon mb-3 fst-normal" data-oe-aria-label="Banner Info" aria-label="Banner Info">💡</i>
154+
<div class="w-100 px-3 o_editor_banner_content o-contenteditable-true" contenteditable="true">
155+
<p>The Databases App comes with capabilities to efficiently manage tasks, access rights and more!</p>
156+
</div>
157+
</div>
158+
<p>
159+
<br/>
160+
</p>
161+
<h3>🗂️ Document management</h3>
139162
<p>Since a tedious part of the job is to request and organise documents for reference and traceability, a good document management system is required!</p>
140163
<div class="o_editor_banner user-select-none o-contenteditable-false lh-1 d-flex align-items-center alert alert-success pb-0 pt-3" data-oe-role="status" role="status">
141164
<i class="o_editor_banner_icon mb-3 fst-normal" data-oe-aria-label="Banner Success" aria-label="Banner Success">✅</i>
68.7 KB
Loading

0 commit comments

Comments
 (0)