[18.0][MIG] website_erp_login: Migration to 18.0#749
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR migrates the website_erp_login module from a previous version to Odoo 18.0. The module restores the default ERP login interface by disabling the new website login page and redirecting root requests to the web interface.
Key changes:
- Migration of all module files to 18.0 structure
- Updated copyright headers with 2025 dates and additional contributors
- Added new controller to redirect root URL to
/web
Reviewed Changes
Copilot reviewed 11 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
__manifest__.py |
Module manifest with 18.0 version and dependencies |
__init__.py |
Module initialization importing controllers |
controllers/__init__.py |
Controllers package initialization |
controllers/main.py |
Main controller with root URL redirection logic |
views/website_templates.xml |
Template overriding website login layout |
views/website_erp_login_templates.xml |
Copy of web login layout to avoid recursion |
README.rst |
Module documentation in reStructuredText format |
readme/DESCRIPTION.md |
Brief module description |
readme/CONTRIBUTOS.md |
Contributors list |
pyproject.toml |
Python project configuration |
static/description/index.html |
Generated HTML documentation |
| - [NuoBiT](https://www.nuobit.com): | ||
| - Eric Antones <eantones@nuobit.com> | ||
| - Bijaya Kumal <bkumal@nuobit.com> | ||
| - Deniz Gallo <dgallo@nuobit.com> |
There was a problem hiding this comment.
Corrected spelling of 'CONTRIBUTOS' to 'CONTRIBUTORS' in filename.
| # Copyright NuoBiT 2025 - Bijaya Kumal <bkumal@nuobit.com> | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl) | ||
|
|
||
|
|
There was a problem hiding this comment.
Remove extra blank line. There should be exactly 2 lines between the copyright header and imports according to coding guidelines.
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
No description provided.