Skip to content

Commit

Permalink
Merge pull request #32 from EyuaelB/17.0-develop-eyu
Browse files Browse the repository at this point in the history
add iso code to region
  • Loading branch information
shibu-narayanan authored Aug 13, 2024
2 parents 48aa7f0 + 9e62c58 commit 45b5cd2
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 45b5cd2

Please sign in to comment.