Repository
OCA/vertical-realestate · module folder · Try on Runboat
Module version
1.0.1
Category
Uncategorized
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/vertical-realestate
Last tracking update
2026-08-07 07:38:33
Authors
ACSONE SA/NV, Odoo Community Association (OCA)
Maintainers
ACSONE SA/NV, Odoo Community Association (OCA)
Committers
Denis Roussel, OCA-git-bot, oca-ci
Odoo dependencies
OCA/vertical-realestate:
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
real_estate_form_view real.estate.form (in realestate_estate) real.estate form Inherits realestate.realestate_abstract_entity_view_form
real_estate_search_view real.estate.search (in realestate_estate) real.estate search New
real_estate_tree_view real.estate.tree (in realestate_estate) real.estate tree New
real_estate_type_form_view real.estate.type.form (in realestate_estate) real.estate.type form New
real_estate_type_search_view real.estate.type.search (in realestate_estate) real.estate.type search New
real_estate_type_tree_view real.estate.type.tree (in realestate_estate) real.estate.type tree New
real_estate_view_kanban real.estate.kanban real.estate kanban Inherits realestate.realestate_abstract_entity_view_kanban
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (4)
  • description Text
    translate=True
  • ref Char
    copy=False default=<expr> index=True readonly=True string='Reference'
  • short_description Char
    size=50 translate=True
  • type_id Many2one → real.estate.type
    comodel_name='real.estate.type' index=True ondelete='restrict' required=True
Public methods (0)

No public methods.

New fields (2)
  • code Char
    index=True required=True
  • name Char
    required=True translate=True
Public methods (0)

No public methods.

New fields (1)
  • type Selection
    readonly=False selection_add=[('real.estate', 'Estate')]
Public methods (0)

No public methods.