odoo/tutorials#1023
Created by Harshil Ritesh Patel (hapat)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 30s)
- ci/tutorial: (runtime 171s)
- label
- odoo-dev:19.0_tutorials-hapat
- head
- d662c2cad2b9498adcfc8145f6de60a7bc7f8db0
| odoo/tutorials | |
|---|---|
| 19.0 | #1023 missing r+ |
| master |
[ADD] estate: created a new module
Created and configured the database for the Real Estate module, defining necessary fields such as property type, tags, buyer, salesperson, and offers. Implemented list, form, and search views with groupings, and added computed fields, inverse functions, and onchange functionalities. Included 'Sold' and 'Cancel' buttons with their corresponding functionality, as well as 'Accept' and 'Refuse' buttons with related logic.