diff --git a/base_geoengine/README.rst b/base_geoengine/README.rst
index 2e80dfb570..c152d0bd2f 100644
--- a/base_geoengine/README.rst
+++ b/base_geoengine/README.rst
@@ -17,13 +17,13 @@ Geospatial support for Odoo
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fgeospatial-lightgray.png?logo=github
- :target: https://github.com/OCA/geospatial/tree/16.0/base_geoengine
+ :target: https://github.com/OCA/geospatial/tree/15.0/base_geoengine
:alt: OCA/geospatial
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/geospatial-16-0/geospatial-16-0-base_geoengine
+ :target: https://translation.odoo-community.org/projects/geospatial-15-0/geospatial-15-0-base_geoengine
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/geospatial&target_branch=16.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/geospatial&target_branch=15.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -248,7 +248,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -284,6 +284,7 @@ Contributors
* Alexandre Saunier
* Sandip Mangukiya
* Samuel Kouff
+* Antoni Marroig
Maintainers
~~~~~~~~~~~
@@ -298,6 +299,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-This module is part of the `OCA/geospatial `_ project on GitHub.
+This module is part of the `OCA/geospatial `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/base_geoengine/__manifest__.py b/base_geoengine/__manifest__.py
index e33a0b2383..044230c171 100644
--- a/base_geoengine/__manifest__.py
+++ b/base_geoengine/__manifest__.py
@@ -4,7 +4,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Geospatial support for Odoo",
- "version": "16.0.1.1.0",
+ "version": "15.0.1.0.0",
"category": "GeoBI",
"author": "Camptocamp,ACSONE SA/NV,Odoo Community Association (OCA)",
"license": "AGPL-3",
@@ -23,9 +23,7 @@
"web.assets_backend": [
"base_geoengine/static/src/js/**/*",
"base_geoengine/static/src/css/style.css",
- "web/static/src/libs/fontawesome/css/font-awesome.css",
("include", "web._assets_helpers"),
- "web/static/src/scss/pre_variables.scss",
"web/static/lib/bootstrap/scss/_variables.scss",
("include", "web._assets_bootstrap"),
]
diff --git a/base_geoengine/expressions.py b/base_geoengine/expressions.py
index 2a3deccc2b..a3e4f4f785 100644
--- a/base_geoengine/expressions.py
+++ b/base_geoengine/expressions.py
@@ -6,7 +6,7 @@
from odoo.osv import expression
from odoo.osv.expression import TERM_OPERATORS
-from odoo.tools import Query
+from odoo.osv.query import Query
from .fields import GeoField
from .geo_operators import GeoOperator
diff --git a/base_geoengine/readme/CONTRIBUTORS.rst b/base_geoengine/readme/CONTRIBUTORS.rst
index 724ef74704..2e1df35b67 100644
--- a/base_geoengine/readme/CONTRIBUTORS.rst
+++ b/base_geoengine/readme/CONTRIBUTORS.rst
@@ -18,3 +18,4 @@
* Alexandre Saunier
* Sandip Mangukiya
* Samuel Kouff
+* Antoni Marroig
diff --git a/base_geoengine/static/description/index.html b/base_geoengine/static/description/index.html
index d3e171d2cf..d470f05f83 100644
--- a/base_geoengine/static/description/index.html
+++ b/base_geoengine/static/description/index.html
@@ -369,7 +369,7 @@ Geospatial support for Odoo
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:3719b77b03d00782aed409d5608576fd9491fa14ff87c384fcf453f2cfe222dd
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-
+
GeoEngine is an Odoo module that adds spatial/GIS capabilites to Odoo. It will allow you to :
- Visualize and query your business information on map
@@ -598,7 +598,7 @@
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -644,7 +645,7 @@
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
-
This module is part of the OCA/geospatial project on GitHub.
+
This module is part of the OCA/geospatial project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.