-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[ADD] 19.0-tutorial-pupat serverframework 101 - pupat #1150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 19.0
Are you sure you want to change the base?
Conversation
42757bd to
2ec5860
Compare
4661583 to
1458c93
Compare
bit-odoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @pupat-odoo
Can you please squash the unneccary commit, improve the commit message, and add the description according to the guidelines?
Thanks
| from dateutil.relativedelta import relativedelta | ||
| from odoo import fields, models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please follow these guidelines?
https://www.odoo.com/documentation/19.0/contributing/development/coding_guidelines.html#imports
| ] | ||
| ), | ||
| ) | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
unneccary diff.
2910ed2 to
bfe2296
Compare
- Created the core estate model and initialized database schema. - Configured manifest with required metadata and dependencies. - Handled code cleanup, including license headers and trailing spaces. - Imported models into the root directory for proper initialization.
- It covers chapter-3 task - added the required fields.
- Defined access control CSV in the security directory. - Configured permissions for estate property records.
…ties. - Added access rights for estate.property model. - Ensured proper read/write/create/delete permissions.
…constraints. - This file includes the model's description. - Included model description for clarity.
bfe2296 to
2d38553
Compare

This PR introduces the initial technical structure and core features for the Estate module as part of the Odoo 19 development tutorial. The module is designed to manage real estate listings, including property details, types, and tags.