Skip to content

Commit

Permalink
[ADD] estate: Added new real estate property management module
Browse files Browse the repository at this point in the history
The new module includes:
- Model: estate.property with fields such as name, description, selling_price,
availability_date, bedrooms, state, and active.
- Views: Tree and form views for managing estate properties.
- Security: Access rights defined in ir.model.access.csv.
  • Loading branch information
akya-odoo committed Aug 1, 2024
1 parent 00b16df commit f8bc4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion estate/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
],
'installable': True,
'application': True,
'license':'AGPL-3'
'license': 'AGPL-3'
}

0 comments on commit f8bc4ff

Please sign in to comment.