mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
[FIX] pms: remove required ine_code
This commit is contained in:
committed by
Eric Antones
parent
f83e202d7e
commit
71dffddef2
@@ -12,7 +12,6 @@ class ResPartner(models.Model):
|
||||
|
||||
ine_code = fields.Char(
|
||||
string="INE State Code",
|
||||
required=True,
|
||||
compute="_compute_ine_code",
|
||||
store=True,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user