Conversation
import modified: estate/__manifest__.py import new file: estate/data/.gitkeep new file: estate/models/__init__.py creation + import new file: estate/models/estate_property.py define model
adding description
fix typo; remove nl
reference security
leclerc-leo
reviewed
Sep 16, 2026
| @@ -0,0 +1 @@ | |||
| from . import estate_property No newline at end of file | |||
There was a problem hiding this comment.
We try to always have an empty line at the end of every file.
You can use the Ruff extension with the config from https://runbot211.odoo.com/runbot/static/build/125366383-19-0/logs/ruff_config.txt to have warning about style inside your editor.
Disable auto formatting on save as we try to reduce the quantity of diff when editing file made by someone else
You can also check the ci/style from the runbot (https://runbot.odoo.com/runbot/bundle/190-tuto-surap-512658) to check what it says.
There was a problem hiding this comment.
it's best not to push .gitkee, pycache, ...
Co-authored-by: Leclerc Léo (leol) <74907637+leclerc-leo@users.noreply.github.com>
Co-authored-by: Leclerc Léo (leol) <74907637+leclerc-leo@users.noreply.github.com>
deleted: estate/data/.gitkeep
modified: estate/__init__.py modified: estate/models/__init__.py modified: estate/security/ir.model.access.csv
modified: estate/views/estate_menus.xml modified: estate/views/estate_property_views.xml
modified: estate/views/estate_menus.xml modified: estate/views/estate_property_views.xml
modified: estate/models/estate_property.py add state
modified: estate/views/estate_property_views.xml
fix state default value
-> same fix as previous commit
(group by ok) modified: estate/views/estate_property_views.xml
modified: __manifest__.py modified: models/__init__.py new file: models/estate_property_type.py modified: security/ir.model.access.csv modified: views/estate_menus.xml new file: views/estate_property_type_views.xml
modified: models/estate_property.py modified: views/estate_property_type_views.xml modified: views/estate_property_views.xml
modified: models/estate_property.py modified: views/estate_property_views.xml
modified: __manifest__.py modified: models/__init__.py modified: models/estate_property.py new file: models/estate_property_tag.py modified: security/ir.model.access.csv modified: views/estate_menus.xml new file: views/estate_property_tag_views.xml modified: views/estate_property_views.xml
modified: estate/__manifest__.py modified: estate/models/__init__.py modified: estate/models/estate_property.py new file: estate/models/estate_property_offer.py modified: estate/security/ir.model.access.csv new file: estate/views/estate_property_offer_views.xml modified: estate/views/estate_property_views.xml
8.1 - totalarea modified: estate/models/estate_property.py modified: estate/views/estate_property_views.xml
modified: estate/models/estate_property.py modified: estate/views/estate_property_views.xml
modified: estate/models/estate_property_offer.py modified: estate/views/estate_property_offer_views.xml
modified: estate/models/estate_property.py
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.

Chapter 5