odoo/tutorials#330
Created by Khushi Ajaykumar (khaj)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 10s)
- ci/tutorial: (runtime 389s)
- label
- odoo-dev:18.0-tutorial-khaj
- head
- d8e79e09135310899be7169259c77194490e1c01
| odoo/tutorials | |
|---|---|
| 18.0 | #330 missing r+ |
| 19.0 | |
| master |
[ADD] real_estate: Create Real Estate App
- Implemented real estate property management features with listing, form,
Kanban views, property types, and offers. - Added chatter support for properties and integrated demo data for testing.
- Configured security with agent and manager roles, multi-company access control
and restricted record rules. - Implemented web controllers for property listings with pagination, date
filtering. - Added 'Add Offer' wizard for bulk property offer creation with price, validity
and buyer fields. - Included unit tests for property sales logic, area computation, offer
restrictions, and garden field resets. - Added awesome_owl to Create Card, Counter, TodoList, and TodoItem components
showcasing Owl framework features. - Implemented state management, props validation, event handling, and dynamic
rendering. - Implemented automated auctions with timers, highest bid tracking, bid
management, and filters. - Enabled auto-acceptance of the highest bid after auction completion.