Skip to content

Commit

Permalink
fix(default dim): correctly defines the default dim as string cause a…
Browse files Browse the repository at this point in the history
… selection has to be string since odoo 13
  • Loading branch information
sersanchus committed May 23, 2024
1 parent 676c97e commit 916f02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base_geoengine/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class GeoField(fields.Field):
"""

geo_type = None
dim = 2
dim = "2"
srid = 3857
gist_index = True

Expand Down

0 comments on commit 916f02a

Please sign in to comment.