Skip to content

Conversation

@kukor-odoo
Copy link

No description provided.

kukor-odoo added 5 commits January 1, 2026 10:22
1. Architecture Overview
2. A New Application
Fixed the white space error, added a space after the colon ( : ).
{
    'name': 'Real Estate',
    'author': 'Kunj Koradiya',
    'description': 'This is the description'
}
Added space after each colon.
Added the line after the end of the code
{
    'name': 'Real Estate',
    'author': 'Kunj Koradiya',
    'description': 'This is the description'
}

Added a new line at the end.
Fixed the white space error, which was at the end of the line in the description

    'description': 'This is the description'

Removed the space from the end of the line
Fixed the license error, which later added at the last

'license': 'LGPL-3'

Added the license
@robodoo
Copy link

robodoo commented Jan 1, 2026

Pull request status dashboard

kukor-odoo added 2 commits January 1, 2026 18:28
-Added the initial estate property model with basic fields.
-Configured access rights via ir.model.access.csv to enable CRUD operation.
-Introduced menu items to expose the model in the UI.
-Created custom list, form, and search views to replace default generic views.
-Improved usability by defining proper field layouts and search filters.

Completed Chapter 3-6
-Removed the unwanted imports from the estate_property.py

Completed chapter 3-6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants