Skip to content
Snippets Groups Projects
Commit d5f9338e authored by Mansi Gandhi's avatar Mansi Gandhi Committed by David Monjoie
Browse files

[IMP] account: display user message to configure the tax-cash-basis-journal.

parent 59efea7e
Branches
Tags
No related merge requests found
......@@ -138,6 +138,9 @@
<div>
<field name="module_account_tax_cash_basis" class="oe_inline"/>
<label for="module_account_tax_cash_basis" />
<p id="journal_config_message" attrs="{'invisible': [('module_account_tax_cash_basis','=',False)]}">
Once this module is installed, you have to configure Tax Cash Basis Journal.
</p>
</div>
</div>
</group>
......
......@@ -19,7 +19,7 @@
<field name="inherit_id" ref="account.view_account_config_settings"/>
<field name="model">account.config.settings</field>
<field name="arch" type="xml">
<xpath expr="//div[@name='account_config']/div[last()]" position="after">
<xpath expr="//p[@id='journal_config_message']" position="replace">
<div>
<label for="tax_cash_basis_journal_id"/>
<field name="tax_cash_basis_journal_id" class="oe_inline"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment