Skip to content

Commit

Permalink
{MIG] sale_quotation_number: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Jul 24, 2024
1 parent c777cba commit 1739cab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sale_quotation_number/models/res_company.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,7 @@ class ResCompany(models.Model):
class ResConfigSettings(models.TransientModel):
_inherit = "res.config.settings"

keep_name_so = fields.Boolean(related="company_id.keep_name_so")
keep_name_so = fields.Boolean(
related="company_id.keep_name_so",
readonly=False,
)

0 comments on commit 1739cab

Please sign in to comment.