You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[REF] training: Fix linting issues and improve code formatting as per Odoo guidelines
This commit resolves multiple formatting and linting issues to align with Odoo's official coding guidelines:
- Added missing newline at end of files (`__init__.py`, `__manifest__.py`, `estate_property.py`).
- Removed unused import `timedelta` from `datetime`.
- Added an extra blank line before class definition `EstateProperty` in file `estate_property.py`.
- Removed trailing whitespace from lines 5 and 17 in `estate_property.py`.
- Ensured proper indentation and closing bracket formatting.
These improvements enhance code readability, maintainability, and compliance with Odoo community standards.
0 commit comments