odoo/tutorials#843
Created by Saloni Gadhiya (gasa)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 4s)
- ci/tutorial: (runtime 160s)
- label
- odoo-dev:18.0-training-gasa
- head
- f70fee5191c535d8565ed86fbc2b1782e90d67e0
odoo/tutorials | |
---|---|
18.0 | #843 missing r+ |
master |
[ADD] real_estate,*: Implemented Real Estate module and link it with estate account
*=estate_account
PR includes the implementation of two modules: Real Estate and Estate Account.The Real Estate module allows creating properties with types, tags, buyers, sellers, and offers which can be accept and reject, property can be sold and cancelled. Implement relation between properties and offers. access right allows data access to anyone according to the role (agent or manager ). For customer view include list and form view. Integrate real estate with estate account for generate invoices for sold property.