odoo/tutorials#734
Created by Abdelaziz Ben-El-Gada (abeg)
Blocked
- Merge method
- Review
-
CI
- ci/style: (runtime 4s)
- ci/tutorial: (runtime 109s)
- label
- odoo-dev:18.0-add-estate-module-abeg
- head
- 2fdc85df310c8afbf7ed37620acfbf689136661e
odoo/tutorials | |
---|---|
18.0 | #734 missing r+ |
master |
[ADD] estate: added a new estate module
We have added a module as an application with a model a some basic properties like (name, description, expected price ...etc)
We have added security rules for read, write, create and delete actions on this model
We have added menu items and UI interaction to access a form view of the records we create and we also added attributes to some properties of the model like (copy, default, readonly, required)