fix: this is Odoo 18.0 branch

This commit is contained in:
Florent Xicluna
2025-05-15 11:51:07 +02:00
parent 50560c5f83
commit 13f1c3149a
13 changed files with 28 additions and 25 deletions
+6 -3
View File
@@ -1,9 +1,6 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
/.venv
/.pytest_cache
/.ruff_cache
# C extensions
*.so
@@ -30,6 +27,9 @@ pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
/.pytest_cache
/.ruff_cache
/.venv
htmlcov/
.tox/
.coverage
@@ -64,6 +64,9 @@ coverage.xml
# Rope
.ropeproject
# Pyenv
.python-version
# Sphinx documentation
docs/_build/