Skip to content

rhri - Technical Training #824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 7 commits into
base: 18.0
Choose a base branch
from
Open

Conversation

rhri-odoo
Copy link

Technical training for Technical Consultant role in Odoo Indonesia.

Kickstart development of a new real estate property management module by creating init and manifest file
Server Framework 101 Chapter 2
@robodoo
Copy link

robodoo commented Jun 19, 2025

Pull request status dashboard

@rhri-odoo rhri-odoo closed this Jun 19, 2025
@rhri-odoo rhri-odoo reopened this Jun 19, 2025
estate_property table contains information about properties (name, selling price, specs, etc.)
Server Framework 101 Chapter 3
created ir.model.access.csv
add access rights (read, write, create, unlink) for base.group_user on estate_property model
Server Framework 101 Chapter 4
@rhri-odoo rhri-odoo force-pushed the 18.0-training-rhri branch from a86daf1 to b28bb68 Compare June 19, 2025 04:40
create menu to better navigate the estate module
create form to interact with estate property model
Server Framework 101 Chapter 5
…property

create list view to show more fields in estate property
create form view that group fields in estate property based on their context
create search view that has custom filters and group by
Server Framework 101 Chapter 6
…s model

Create property type model and linked it to property using Many2One
Create property tags model and linked it to property using Many2Many
Create property offers model and linked it to property using One2Many
Create views for property type, tags, and offers
Create salesman and buyer field in property which uses Many2One
Server Framework 101 Chapter 7
…perty offer

Created total area computed values using living area and garden area on property
Created deadline computed values using validity on property with its inverse function also
Created default values for garden area and orientation using onchanges for garden field on property
Server Framework 101 Chapter 8
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