Skip to content

Conversation

@snrav-odoo
Copy link

(Chapter -1,2,3) Initialized the basic structure for the real estate module.

Created the module files(manifest, init, and base directories).
Defined the initial 'estate.property' model.
Adds base fields (columns) to the new model.

Created the necessary __init__.py and __manifest__.py files
to initialize the estate application.
Introduces the basic scaffolding for the new real estate module.
- Creates the module initialization files ( __init__).
- Adds the first 'estate.property' model definition.
- Includes the initial set of base fields for the model.
@robodoo
Copy link

robodoo commented Dec 4, 2025

Pull request status dashboard

- Added a security CSV file in the `security` folder
- Granted users access to the `estate.property` model
- Added Real Estate menu structure and link property action
- Created window action for estate.property
- Load property views and menu XML in manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants