[14.0][FIX]support_branding: change support_company name

pull/2362/head
Sebastiano Picchi 2022-12-14 10:47:48 +01:00
parent 0253aa72c5
commit e1f88ae1cf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ResConfigSettings(models.TransientModel):
param_obj.set_param("support_branding_color", self.support_branding_color) param_obj.set_param("support_branding_color", self.support_branding_color)
return res return res
support_company = fields.Char(string="Company Name") support_company = fields.Char(string="Support Company Name")
support_company_url = fields.Char(string="Company URL") support_company_url = fields.Char(string="Company URL")
support_branding_color = fields.Char(string="Branding color") support_branding_color = fields.Char(string="Branding color")
support_email = fields.Char(string="Support email") support_email = fields.Char(string="Support email")