Repository
OCA/vertical-realestate · module folder · Try on Runboat
Module version
1.0.2
Category
Uncategorized
Folder size
0.15 MB
License
AGPL-3
Application
Yes
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
odoo/odoo:
- web
- bus
Python dependencies
None
System dependencies
None
Required by
realestate_estate
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
realestate_abstract_entity_view_form realestate.abstract.entity.form realestate.abstract.entity form New
realestate_abstract_entity_view_kanban realestate.abstract.entity.kanban realestate.abstract.entity kanban New
realestate_abstract_entity_view_search realestate.abstract.entity.search realestate.abstract.entity search New
realestate_abstract_entity_view_tree realestate.abstract.entity.tree realestate.abstract.entity tree New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (3)
  • active Boolean
    default=True
  • partner_id Many2one → res.partner
    comodel_name='res.partner' index=True ondelete='cascade' required=True string='Related Partner'
  • type Selection
    default=<expr> readonly=False related='partner_id.type'
Public methods (1)
  • create(self, vals)
    @api.model@api.returns('self', <expr>)

New fields (0)

No new fields.

Public methods (1)
  • create(self, vals)
    @api.model
    It overrides create to bind appropriate realestate entity.