From fbd81c07645620244546053b535a1bda4f26fca3 Mon Sep 17 00:00:00 2001
From: Burnaviour <58103972+Burnaviour@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:26:35 +0500
Subject: [PATCH 1/3] Create README.rst
---
partner_geolocation_map/README.rst | 84 ++++++++++++++++++++++++++++++
1 file changed, 84 insertions(+)
create mode 100644 partner_geolocation_map/README.rst
diff --git a/partner_geolocation_map/README.rst b/partner_geolocation_map/README.rst
new file mode 100644
index 0000000..7644895
--- /dev/null
+++ b/partner_geolocation_map/README.rst
@@ -0,0 +1,84 @@
+==============================
+Smart Geolocation for Contact Forms
+==============================
+
+..
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+ !! This file is generated automatically !!
+ !! Changes will be overwritten. !!
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
+ :alt: Beta
+.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
+ :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
+ :alt: License: LGPL-3
+.. |badge3| image:: https://img.shields.io/badge/github-GitHubRepo-lightgray.png?logo=github
+ :target: https://github.com/Burnaviour/devtoolschool/tree/18.0/partner_geolocation_map
+ :alt: GitHub Repository
+
+|badge1| |badge2| |badge3|
+
+π **Just Launched: Supercharge Your Contact Forms with Smart Geolocation!**
+
+An open-source Odoo module that enhances address inputs by making them **smarter** and **more efficient** with geolocation features! πΊοΈ
+
+### What It Does:
+β
**Search & Save Locations:** Users can quickly search for any location and save it for future use.
+β
**Auto-Fill Magic:** Selecting a saved location auto-populates address fields (city, state, ZIP, etc.).
+β
**Drag & Discover:** Drag the map pointer anywhere, and the address fields update in real-time!
+
+**Table of contents**
+
+.. contents::
+ :local:
+
+Usage
+=====
+
+To integrate the Smart Geolocation module:
+
+1. Navigate to the **Contacts** module in Odoo.
+2. Use the address input field enhanced with geolocation.
+3. Select a location to auto-populate the address fields.
+4. Drag the map pin for precise adjustments.
+
+Example of JSON Fields
+
+This module stores geolocation data in JSON format for better flexibility. Example field:
+
+```
+
+```
+
+
+Bug Tracker
+===========
+
+Bugs are tracked on [GitHub Issues](https://github.com/Burnaviour/devtoolschool/issues). If you find an issue, please report it by providing a detailed description.
+
+Credits
+=======
+
+Authors
+~~~~~~~
+
+* Muhammad Muzafar
+
+Contributors
+~~~~~~~~~~~~
+
+* Muhammad Muzafar
+* Manuel Vinent Guilarte
+
+Maintainers
+~~~~~~~~~~~
+
+This module is actively maintained. You are welcome to contribute!
+
+For any inquiries, reach out to us:
+
+**π§ Email:** [burnaviour7890@gmail.com](mailto:burnaviour7890@gmail.com)
+
+**π LinkedIn:** [Muhammad Muzafar](https://www.linkedin.com/in/muhammad-muzafar-78147b213/)
+
From 90704efb0e12218ca66576747868df1cade88368 Mon Sep 17 00:00:00 2001
From: Burnaviour <58103972+Burnaviour@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:30:39 +0500
Subject: [PATCH 2/3] Update and rename README.rst to README.md
---
.../{README.rst => README.md} | 70 +++++++------------
1 file changed, 26 insertions(+), 44 deletions(-)
rename partner_geolocation_map/{README.rst => README.md} (51%)
diff --git a/partner_geolocation_map/README.rst b/partner_geolocation_map/README.md
similarity index 51%
rename from partner_geolocation_map/README.rst
rename to partner_geolocation_map/README.md
index 7644895..a2883d9 100644
--- a/partner_geolocation_map/README.rst
+++ b/partner_geolocation_map/README.md
@@ -1,40 +1,24 @@
-==============================
-Smart Geolocation for Contact Forms
-==============================
-
-..
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! This file is generated automatically !!
- !! Changes will be overwritten. !!
- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
-.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
- :alt: Beta
-.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
- :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
- :alt: License: LGPL-3
-.. |badge3| image:: https://img.shields.io/badge/github-GitHubRepo-lightgray.png?logo=github
- :target: https://github.com/Burnaviour/devtoolschool/tree/18.0/partner_geolocation_map
- :alt: GitHub Repository
-
-|badge1| |badge2| |badge3|
+# Smart Geolocation for Contact Forms
+
+  [](https://github.com/Burnaviour/devtoolschool/tree/18.0/partner_geolocation_map)
π **Just Launched: Supercharge Your Contact Forms with Smart Geolocation!**
An open-source Odoo module that enhances address inputs by making them **smarter** and **more efficient** with geolocation features! πΊοΈ
-### What It Does:
+## What It Does:
β
**Search & Save Locations:** Users can quickly search for any location and save it for future use.
β
**Auto-Fill Magic:** Selecting a saved location auto-populates address fields (city, state, ZIP, etc.).
β
**Drag & Discover:** Drag the map pointer anywhere, and the address fields update in real-time!
-**Table of contents**
-
-.. contents::
- :local:
+## Table of Contents
+- [Usage](#usage)
+- [Example of JSON Fields](#example-of-json-fields)
+- [Demo](#demo)
+- [Bug Tracker](#bug-tracker)
+- [Credits](#credits)
-Usage
-=====
+## Usage
To integrate the Smart Geolocation module:
@@ -43,42 +27,40 @@ To integrate the Smart Geolocation module:
3. Select a location to auto-populate the address fields.
4. Drag the map pin for precise adjustments.
-Example of JSON Fields
+## Example of JSON Fields
This module stores geolocation data in JSON format for better flexibility. Example field:
-```
+```xml
```
+## Demo
+
+Try out the Smart Geolocation module now! Check out our **Demo Video** [here](#).
-Bug Tracker
-===========
+## Bug Tracker
Bugs are tracked on [GitHub Issues](https://github.com/Burnaviour/devtoolschool/issues). If you find an issue, please report it by providing a detailed description.
-Credits
-=======
+## Credits
-Authors
-~~~~~~~
+### Authors
-* Muhammad Muzafar
+- Muhammad Muzafar
-Contributors
-~~~~~~~~~~~~
+### Contributors
-* Muhammad Muzafar
-* Manuel Vinent Guilarte
+- Muhammad Muzafar
+- Manuel Vinent Guilarte
-Maintainers
-~~~~~~~~~~~
+### Maintainers
This module is actively maintained. You are welcome to contribute!
For any inquiries, reach out to us:
-**π§ Email:** [burnaviour7890@gmail.com](mailto:burnaviour7890@gmail.com)
+π§ **Email:** [burnaviour7890@gmail.com](mailto:burnaviour7890@gmail.com)
-**π LinkedIn:** [Muhammad Muzafar](https://www.linkedin.com/in/muhammad-muzafar-78147b213/)
+π **LinkedIn:** [Muhammad Muzafar](https://www.linkedin.com/in/muhammad-muzafar-78147b213/)
From 908856a710f14db0f299a0103ca87eced66a0638 Mon Sep 17 00:00:00 2001
From: Burnaviour <58103972+Burnaviour@users.noreply.github.com>
Date: Wed, 19 Mar 2025 14:34:10 +0500
Subject: [PATCH 3/3] Update README.md
---
partner_geolocation_map/README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/partner_geolocation_map/README.md b/partner_geolocation_map/README.md
index a2883d9..7a98da9 100644
--- a/partner_geolocation_map/README.md
+++ b/partner_geolocation_map/README.md
@@ -36,8 +36,14 @@ This module stores geolocation data in JSON format for better flexibility. Examp
```
## Demo
+Try out the Smart Geolocation module now! Check out our **Demo Video**
+
+
+
+
+https://github.com/user-attachments/assets/4df15688-524d-44f5-8457-7ff09fa42f1c
+
-Try out the Smart Geolocation module now! Check out our **Demo Video** [here](#).
## Bug Tracker