odoo/tutorials#840
Created by Kshitij Oza (ksoz)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 3s)
- ci/tutorial: (runtime 114s)
- label
- odoo-dev:18.0-training-ksoz
- head
- 59f6a64e64a3153880b76f2576360e70ff0ea6ca
odoo/tutorials | |
---|---|
18.0 | #840 missing r+ |
master |
[ADD] estate_property: added real estate module
This pull request contains the completed Real Estate module from the Odoo
developer tutorial. It features comprehensive data models for properties, types,
tags, and offers, all linked with relational fields (Many2one, One2many,
Many2many). Business logic is handled through computed fields, ORM overrides
(create, ondelete), and constraints. The user interface includes Form, List,
Kanban, and Search views with dynamic buttons and a link to the Accounting
module for invoicing.