- Add mypy.ini configuration to exclude migration scripts - Rename migration files to proper snake_case (post-migration.py → post_migration.py) - Add __init__.py to migration directories for proper Python package structure - Add new portal access tests for website_sale_aplicoop - Code formatting improvements (black, isort) - Update copilot instructions and project configuration Related to previous code quality refactoring work. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| group_order.py | ||
| js_translations.py | ||
| product_extension.py | ||
| res_config_settings.py | ||
| res_partner_extension.py | ||
| sale_order_extension.py | ||
| stock_picking_extension.py | ||