[IMP]GOLEM Member : SMS handling

This commit is contained in:
Fabien Bourgeois 2016-06-25 22:07:59 +02:00
parent ed3cf3dbc6
commit c50c594e69
2 changed files with 2 additions and 0 deletions

View File

@ -39,3 +39,4 @@ class GolemMember(models.Model):
number = fields.Char('Number', size=50, index=True)
pictures_agreement = fields.Boolean('Pictures agreement?')
opt_out_sms = fields.Boolean('Out of SMS campaigns')

View File

@ -74,6 +74,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<field name="email" widget="email"
placeholder="name@example.org" />
<field name="opt_out" />
<field name="opt_out_sms" />
<field name="website" widget="url"
placeholder="e.g. www.odoo.com"/>
</group>