You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
445 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Incaser Informatica S.L. - Sergio Teruel
  3. # © 2016 Incaser Informatica S.L. - Carlos Dauden
  4. # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
  5. from openerp import models, fields
  6. class WebsiteMailSippetResponsive(models.TransientModel):
  7. _name = 'website.config.settings'
  8. _inherit = ['website.config.settings']
  9. mail_button_color = fields.Char(related='website_id.mail_button_color')