Open
Conversation
models/__init__.py — Licence non-standard → format OCA readme/HISTORY.md — Ajout section 19.0.1.0.1 readme/INSTALL.md — RST .. code-block:: → Markdown ```bash ``` + typo "documenation" readme/CONTRIBUTORS.md — Entrée vide Red Butay \<\> nettoyée __init__.py (racine) — Ajout en-tête licence AGPL-3.0 domains.py — Ajout en-tête licence AGPL-3.0 readme/DESCRIPTION.md — Typo "PostgGIS" → "PostGIS" readme/ROADMAP.md — Nettoyé (était juste des lignes vides) expressions.py — match/case (Python 3.10+) remplacé par dict lookup (compatible pre-commit Python 3.9) README.rst — Régénéré automatiquement par oca-gen-addon-readme records_panel.xml — Formaté automatiquement par prettier
… warning The base_geoengine module requires PostGIS extensions, so the CI service must use postgis/postgis:14-3.5 instead of plain postgres:13. Also suppress the Odoo 19 http_interface deprecation warning in checklog. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
base_geoenginemodule to Odoo 19.0Changes in this PR
OCA Compliance fixes
models/__init__.py: Replace old-style verbose GPL header with standard OCA# Copyright / # License AGPL-3.0format__init__.py(root): Add missing license headerdomains.py: Add missing license headerreadme/HISTORY.md: Add 19.0.1.0.1 changelog entryreadme/INSTALL.md: Fix RST syntax (.. code-block:: bash) mixed with Markdown, fix typo "documenation"readme/DESCRIPTION.md: Fix typo "PostgGIS" → "PostGIS"readme/CONTRIBUTORS.md: Remove empty email brackets for contributor entryexpressions.py: Replace Python 3.10+match/casewith dict-based dispatch for pre-commit compatibilityCore migration (already done before this PR)
.esm.js) with OWL componentsDomainConditionmonkey-patching)fields.Field._condition_to_sqlextended for geo operatorsadd_to_registry/_setup_models__(Odoo 19 API)Pre-commit validation
All hooks pass:
pre-commit run --all-files✅Test plan
odoo-bin -d test_db -i base_geoengine --test-enable --stop-after-init