Skip to content
Snippets Groups Projects
Commit adc24d90 authored by Swapnesh Shah's avatar Swapnesh Shah Committed by GitHub
Browse files

[FIX] account: remove upgrade_boolean from community module


Module `account_check_printing` exist on community edition so
It doesn't makes sense to apply `upgrade_boolean` widget on that.

However, It is necessary to have supported modules installed to
use Check Layout.

closes odoo/odoo#76989

Signed-off-by: default avatarFlorian Gilbert <FlorianGilbert@users.noreply.github.com>
parent 542cbe80
Branches
Tags
No related merge requests found
......@@ -288,7 +288,7 @@
<div class="row mt16 o_settings_container">
<div class="col-12 col-lg-6 o_setting_box" groups="account.group_account_user">
<div class="o_setting_left_pane">
<field name="module_account_check_printing" widget="upgrade_boolean"/>
<field name="module_account_check_printing"/>
</div>
<div class="o_setting_right_pane">
<label string="Checks" for="module_account_check_printing"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment