Skip to content

Commit

Permalink
add iso code to region
Browse files Browse the repository at this point in the history
  • Loading branch information
EyuaelB committed Aug 10, 2024
1 parent bde9fea commit ad25ff3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions g2p_social_registry/models/region.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ class G2PRegion(models.Model):

name = fields.Char()
code = fields.Char()
iso_code = fields.Char()
1 change: 1 addition & 0 deletions g2p_social_registry/views/region.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<tree editable="bottom">
<field name="name" />
<field name="code" />
<field name="iso_code" />
</tree>
</field>
</record>
Expand Down

0 comments on commit ad25ff3

Please sign in to comment.