Realestate Estate

realestate_estate
REPOSITORY
REPOSITORYOCA/vertical-realestate
GIT
GIThttps://github.com/OCA/vertical-realestate.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/vertical-realestate/tree/13.0/realestate_estate
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ACSONE SA/NV
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ACSONE SA/NV
COMMITTERS
COMMITTERSDenis Roussel, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/vertical-realestate
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/vertical-realestate:
    - realestate
odoo/odoo:
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - contacts
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
real_estate_form_view real.estate.form (in realestate_estate) real.estate field 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 xpath Inherits realestate.realestate_abstract_entity_view_kanban
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.