summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2025-01-02 14:18:46 +0700
committerit-fixcomart <it@fixcomart.co.id>2025-01-02 14:18:46 +0700
commitbd6db8fa22dd602cfaffe0a4b44cc2a794fa1975 (patch)
tree1d840c49664b393c867f528b0dfa2430cd981c6e /indoteknik_custom/models
parentb2b458d4a642271b98f23403c74eb7aad06cd71d (diff)
<iman> update merchant menu
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')