res_config.py 445 B

12345678910111213
  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')