Skip to content

Commit 305c873

Browse files
committed
[FIX] Account: remove extra steps
1 parent 03f997f commit 305c873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addons/account/views/res_config_settings_views.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,11 +335,11 @@
335335
documentation="/applications/finance/accounting/others/analytic_accounting.html">
336336
<field name="group_analytic_accounting"/>
337337
</setting>
338-
<setting id="account_budget" invisible="not group_analytic_accounting" title="This allows accountants to manage analytic and crossovered budgets. Once the master budgets and the budgets are defined, the project managers can set the planned amount on each analytic account." groups="account.group_account_user" help="Use budgets to compare actual with expected revenues and costs"
338+
<setting id="account_budget" title="This allows accountants to manage analytic and crossovered budgets. Once the master budgets and the budgets are defined, the project managers can set the planned amount on each analytic account." groups="account.group_account_user" help="Use budgets to compare actual with expected revenues and costs"
339339
documentation="/applications/finance/accounting/others/adviser/budget.html">
340340
<field name="module_account_budget" widget="upgrade_boolean"/>
341341
</setting>
342-
<setting id="monitor_product_margins" invisible="not group_analytic_accounting" string="Margin Analysis" help="Monitor your product margins from invoices" groups="account.group_account_user">
342+
<setting id="monitor_product_margins" string="Margin Analysis" help="Monitor your product margins from invoices" groups="account.group_account_user">
343343
<field name="module_product_margin"/>
344344
</setting>
345345
</block>

0 commit comments

Comments
 (0)