Skip to content

Commit c610728

Browse files
committed
[ADD] estate: add access rights for estate.property (Chapter 4)
- Added ir.model.access.csv for estate.property - Configured basic CRUD permissions for internal users Chapter 4 - Security Intro
1 parent 3ce4dca commit c610728

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

estate/models/estate_property.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ class EstateProperty(models.Model):
3434
# Odoo's ORM calls `_auto_init()` on your model, which introspects all fields and runs `CREATE TABLE` / `ALTER TABLE`. Here's roughly what happens:
3535
# ```
3636
# _name = "estate.property" => estate is a module name and property is a model name this tells that "property" belongs to estate module. giving name like using dot (estate.property) is a odoo convention
37-
# ↓
3837
# table name = "estate_property"
3938
# The _ prefix tells Odoo "this is configuration about the model itself", not "this is a field to store in the database".
4039

0 commit comments

Comments
 (0)