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 26 commits into
base: 18.0
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
96ef7be
[ADD] estate: create new real estate property management module
rhri-odoo Jun 19, 2025
48651ba
[IMP] estate: create estate_property table to store properties data
rhri-odoo Jun 19, 2025
b28bb68
[IMP] estate: configure access rights for estate_property model
rhri-odoo Jun 19, 2025
a1bbac3
[IMP] estate: create basic views for estate module
rhri-odoo Jun 19, 2025
fb86dce
[IMP] estate: create basic list, product, and search view for estate …
rhri-odoo Jun 19, 2025
e793550
[IMP] estate: create property type, property tags, and property offer…
rhri-odoo Jun 20, 2025
6ab4709
[IMP] estate: create computed values and ochanges on property and pro…
rhri-odoo Jun 20, 2025
a915adc
[IMP] estate: add sold, cancel, accept offer, and refuse offer button
rhri-odoo Jun 23, 2025
12cb6c4
[IMP] estate: add sql and python constraints
rhri-odoo Jun 23, 2025
a598751
[IMP] estate: add stat button, widgets, inline views, and styling to UI
rhri-odoo Jun 23, 2025
0082e44
[IMP] estate: add inheritance on models and views
rhri-odoo Jun 23, 2025
400928f
[IMP] estate: create invoice after property is sold
rhri-odoo Jun 24, 2025
e481bb4
[IMP] estate: add kanban view to property view
rhri-odoo Jun 24, 2025
5ba1bec
[REF] estate: refactor code to respect coding guidelines
rhri-odoo Jun 24, 2025
46606d0
[ADD] sale_branch: add sale_branch module to customize quotation code
rhri-odoo Jun 24, 2025
bc3c3eb
[IMP] estate: add batch creation for property offer
rhri-odoo Jun 24, 2025
11c5887
[IMP] estate: add master and demo data for init
rhri-odoo Jun 25, 2025
654c77c
[IMP] estate: create report for property offers
rhri-odoo Jun 25, 2025
08202bd
[ADD] case_report: add case_report module to customize invoice report…
rhri-odoo Jun 26, 2025
d0a6a64
[IMP] awesome_owl: implement counter, todolist, and card using owl co…
rhri-odoo Jun 30, 2025
02e4c3c
[IMP] awesome_dashboard: create simple dashboard
rhri-odoo Jul 1, 2025
652cfa1
[ADD] case_javascript: create case_javascript module to answer case s…
rhri-odoo Jul 2, 2025
e59766e
[IMP] estate: add additional security rules to estate
rhri-odoo Jul 2, 2025
a73759f
[ADD] case_data_access: create sales team leader groups
rhri-odoo Jul 3, 2025
37a5b15
[IMP] estate: add unit test for estate property and estate property o…
rhri-odoo Jul 3, 2025
daefa07
[REM] estate: remove access rights for base user group
rhri-odoo Jul 3, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[REM] estate: remove access rights for base user group
these access rights are only used for dev purposes
  • Loading branch information
rhri-odoo committed Jul 3, 2025
commit daefa077a3cc282e6ebcc23dd73dead74718038c
2 changes: 0 additions & 2 deletions estate/security/ir.model.access.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ access_manager_estate_property_type,manager_estate_property_type,model_estate_pr
access_user_estate_property_tag,user_estate_property_tag,model_estate_property_tag,estate_group_user,1,0,0,0
access_manager_estate_property_tag,manager_estate_property_tag,model_estate_property_tag,estate_group_manager,1,1,1,1
access_estate_property_offer,estate_property_offer,model_estate_property_offer,estate_group_user,1,1,1,1
base_access_estate_property,estate_property,model_estate_property,base.group_user,1,1,1,0
base_access_estate_property_offer,estate_property_offer,model_estate_property_offer,base.group_user,1,1,1,1