[IMP]GOLEM Member : SMS handling
This commit is contained in:
parent
ed3cf3dbc6
commit
c50c594e69
@ -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')
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user