summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models')
-rw-r--r--indoteknik_custom/models/user_form_merchant.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/user_form_merchant.py b/indoteknik_custom/models/user_form_merchant.py
index 31c85481..18d82e25 100644
--- a/indoteknik_custom/models/user_form_merchant.py
+++ b/indoteknik_custom/models/user_form_merchant.py
@@ -6,7 +6,7 @@ from odoo.http import request
class UserFormMerchant(models.Model):
_name = 'user.form.merchant'
_inherit = ['mail.thread', 'mail.activity.mixin']
- name = fields.Char(string='Name', required=True)
+ name = fields.Char(string='Name')
pic_merchant = fields.Char(string='PIC Merchant', required=True)
name_merchant = fields.Char(string='Name')
address = fields.Char(string='Alamat')