Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
Update res_config_settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
keshrath authored Nov 14, 2022
1 parent 1f030b4 commit 16b2547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muk_dms/models/res_config_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ResConfigSettings(models.TransientModel):
string="Binary Widget Support",
help="Allows the user to use documents as input for any binary field.")

module_muk_archive = fields.Boolean(
module_muk_dms_archive = fields.Boolean(
string="Download Directories",
help="Allows to download directories as a archive file.")

Expand Down

2 comments on commit 16b2547

@ejbdev
Copy link

@ejbdev ejbdev commented on 16b2547 Nov 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need update field name in res.config.settings.view.form.inherit.muk_dms form view

@phlema
Copy link

@phlema phlema commented on 16b2547 Nov 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, experience a bug Field module_muk_archive does not exist

Please # to comment.