odoo/tutorials#1021
Created by Harshil Ritesh Patel (hapat)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 1s)
- ci/tutorial: (runtime 85s)
- label
- odoo-dev:19.0-tutorial-hapat
- head
- 2343bb919f56d16cdabfe91795d92effc3b5b97a
| odoo/tutorials | |
|---|---|
| 19.0 | #1021 missing statuses 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.