Skip to content

Commit 5c3fdf2

Browse files
author
Hadrien Huvelle
committed
prepare-publish-oca
1 parent 5ebdbc0 commit 5c3fdf2

File tree

11 files changed

+786
-0
lines changed

11 files changed

+786
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../website_geoengine

setup/website_geoengine/setup.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../website_geoengine_store_locator
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import setuptools
2+
3+
setuptools.setup(
4+
setup_requires=['setuptools-odoo'],
5+
odoo_addon=True,
6+
)
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
=============================================
2+
Store map view widget (OpenStreetMap)
3+
=============================================
4+
5+
6+
This module extends the ``website_geoengine`` odoo module, to add
7+
a map snippet view for the website.
8+
By default the map features are filtered to only display contact of type `store`.
9+
10+
.. IMPORTANT::
11+
This is an alpha version, the data model and design can change at any time without warning.
12+
Only for development or testing purpose, do not use in production.
13+
`More details on development status <https://odoo-community.org/page/development-status>`_
14+
15+
**Table of contents**
16+
17+
.. contents::
18+
:local:
19+
20+
Configuration
21+
=============
22+
23+
You should configure first a web site. Then drag n drop the Store Locator widget from the OCA/Geopspatial section.
24+
25+
.. figure:: ./static/description/snippet.png
26+
27+
You can the configure the maximum number of results you want to display before to force your user to filter results.
28+
29+
.. figure:: ./static/description/snippet_configuration.png
30+
31+
Then go to 'Contact' app and add some store type address to your contacts and add them some tags.
32+
33+
.. figure:: ./static/description/store_type.png
34+
35+
Usage
36+
=====
37+
38+
.. figure:: ./static/description/screencast.gif
39+
40+
Bug Tracker
41+
===========
42+
43+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/geospatial/issues>`_.
44+
In case of trouble, please check there if your issue has already been reported.
45+
If you spotted it first, help us to smash it by providing a detailed and welcomed
46+
`feedback <https://github.com/OCA/geospatial/issues/new?body=module:%20web_view_leaflet_map_partner%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
47+
48+
Do not contact contributors directly about support or help with technical issues.
49+
50+
Credits
51+
=======
52+
53+
Authors
54+
~~~~~~~
55+
56+
* Stéphane Brunner <[email protected]>
57+
* Hadrien Huvelle <[email protected]>
58+
59+
Maintainers
60+
~~~~~~~~~~~
61+
62+
This module is maintained by the OCA.
63+
64+
.. image:: https://odoo-community.org/logo.png
65+
:alt: Odoo Community Association
66+
:target: https://odoo-community.org
67+
68+
OCA, or the Odoo Community Association, is a nonprofit organization whose
69+
mission is to support the collaborative development of Odoo features and
70+
promote its widespread use.
71+
72+
73+
This module is part of the `OCA/geospatial <https://github.com/OCA/geospatial/tree/16.0/website_geoengine_store_locator>`_ project on GitHub.
74+
75+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
9.23 KB
Loading

0 commit comments

Comments
 (0)