16 lines
695 B
Markdown
16 lines
695 B
Markdown
# Files that need to be checked for .material -> .base attribute rename
|
|
|
|
Based on the refactoring, the following modules likely contain references to `.material` that should be updated to `.base`:
|
|
|
|
1. `app/services/stocktake/stocktake_service.py`
|
|
2. `app/services/check/check_service.py`
|
|
3. `app/services/dashboard/dashboard_service.py`
|
|
4. `app/controllers/stocktake_controller.py`
|
|
5. `app/controllers/check_controller.py`
|
|
6. `app/controllers/dashboard_controller.py`
|
|
7. `app/services/report/stock_report_service.py`
|
|
8. `app/services/alert/stock_alert_service.py`
|
|
9. `app/services/outbound/outbound_service.py`
|
|
|
|
Please add these files to the chat so we can inspect and apply the required fixes.
|