[ADD] Estate Property Model - #1403
Draft
raven-odoo wants to merge 2 commits into
Draft
Conversation
Initialize the estate module by creating its base structure. This includes adding the required __init__.py and __manifest__.py files, and defining the module with its name and dependency on the base module. The purpose of this step is to register the module in Odoo so it can be detected, listed in the Apps menu, and installed for further development. Ref- chapter-1
Create the estate.property model with core business fields covering property details, pricing, availability, dimensions, and amenities. Add a standardized garden orientation selection and apply required constraints to key fields. Define standard read/write/create/unlink access rights in ir.model.access.csv for the base user group. Initialize the module structure with __manifest__.py and __init__.py files following Odoo ORM conventions. Ref-Chapter-3
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.

Implementation of Real Estate Property Module
Managed properties and offers (create, sell, accept/refuse) along with required business rules
Designed relationships between models and ensured data stays correct using constraints
Built the UI with list, form, and search views, along with menus, actions, and buttons
Security configuration using access rights