Skip to content
Snippets Groups Projects
Commit 0eb0bede authored by Goaman's avatar Goaman Committed by Cedric Snauwaert
Browse files

[IMP] account: auto install account_asset


Remove the settings that would previously install the account_asset and
account_deferred_revenue as they become automatically installed.

opw-2006605

closes odoo/odoo#35380

Signed-off-by: default avatarCedric Snauwaert (csn) <csn@openerp.com>
parent 9819d206
No related branches found
No related tags found
No related merge requests found
......@@ -48,8 +48,6 @@ class ResConfigSettings(models.TransientModel):
('tax_included', 'Tax-Included')], string="Line Subtotals Tax Display",
required=True, default='tax_excluded',
config_parameter='account.show_line_subtotals_tax_selection')
module_account_asset = fields.Boolean(string='Assets Management')
module_account_deferred_revenue = fields.Boolean(string="Revenue Recognition")
module_account_budget = fields.Boolean(string='Budget Management')
module_account_payment = fields.Boolean(string='Invoice Online Payment')
module_account_reports = fields.Boolean("Dynamic Reports")
......
......@@ -492,31 +492,6 @@
</div>
</div>
</t>
<h2 groups="account.group_account_user">Automated Entries</h2>
<div class="row mt16 o_settings_container" id="recommended_apps" groups="account.group_account_user">
<div class="col-12 col-lg-6 o_setting_box" id="asset_types" title="This allows you to manage the assets owned by a company or a person. It keeps track of the depreciation occurred on those assets, and creates account move for those depreciation lines.">
<div class="o_setting_left_pane">
<field name="module_account_asset" widget="upgrade_boolean"/>
</div>
<div class="o_setting_right_pane" id="account_asset">
<label for="module_account_asset"/>
<div class="text-muted">
Use depreciation boards, automate amortization entries
</div>
</div>
</div>
<div class="col-12 col-lg-6 o_setting_box" title="This allows you to manage the revenue recognition on selling products. It keeps track of the installments occurred on those revenue recognitions, and creates account moves for those installment lines.">
<div class="o_setting_left_pane">
<field name="module_account_deferred_revenue" widget="upgrade_boolean"/>
</div>
<div class="o_setting_right_pane" id="automate_deferred_revenues">
<label for="module_account_deferred_revenue" string="Deferred Revenues Management"/>
<div class="text-muted">
Automate deferred revenues entries for multi-year contracts
</div>
</div>
</div>
</div>
<h2>Analytics</h2>
<div class="row mt16 o_settings_container" id="analytic">
<div class="col-12 col-lg-6 o_setting_box" title="Allows you to use the analytic accounting." groups="account.group_account_user">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment