Browse Source

Document imported changes.

pull/44/head
Jairo Llopis 9 years ago
parent
commit
9df7ff40f7
  1. 10
      website_mail_snippet_responsive/README.rst
  2. 4
      website_mail_snippet_responsive/__openerp__.py

10
website_mail_snippet_responsive/README.rst

@ -22,6 +22,16 @@ This module is prepared to be compatible with module ``website_mail_bg_color``.
If you install it, you will be able to change snippets' background colors, but If you install it, you will be able to change snippets' background colors, but
it is not required. it is not required.
Configuration
=============
To change the default background color for buttons:
* Go to *Settings > Configuration > Website Settings > Mail >
Mail button color*.
* Input `any valid CSS2 color value
<https://www.w3.org/TR/CSS2/syndata.html#value-def-color>`_.
Usage Usage
===== =====

4
website_mail_snippet_responsive/__openerp__.py

@ -4,7 +4,7 @@
{ {
"name": "Responsive Layout Snippets for Writing Emails", "name": "Responsive Layout Snippets for Writing Emails",
"summary": "Well... pseudo-responsive (see description)", "summary": "Well... pseudo-responsive (see description)",
"version": "8.0.1.0.0",
"version": "8.0.1.1.0",
"category": "Marketing", "category": "Marketing",
"website": "http://www.antiun.com", "website": "http://www.antiun.com",
"author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)", "author": "Antiun Ingeniería S.L., Odoo Community Association (OCA)",
@ -19,6 +19,7 @@
], ],
"data": [ "data": [
"views/assets.xml", "views/assets.xml",
"views/res_config_view.xml",
"views/templates.xml", "views/templates.xml",
"views/snippet_1_col.xml", "views/snippet_1_col.xml",
"views/snippet_2_cols.xml", "views/snippet_2_cols.xml",
@ -27,6 +28,5 @@
"views/snippet_hr.xml", "views/snippet_hr.xml",
"views/snippet_img_text.xml", "views/snippet_img_text.xml",
"views/snippet_text_img.xml", "views/snippet_text_img.xml",
"views/res_config_view.xml",
], ],
} }
Loading…
Cancel
Save