[I18N] website_sale_aplicoop: Limpieza de traducciones y etiquetas UI en inglés por defecto
This commit is contained in:
parent
c2f9f347b7
commit
9937e987f4
12 changed files with 215 additions and 290877 deletions
3
mypy.ini
3
mypy.ini
|
|
@ -2,7 +2,8 @@
|
|||
# Exclude migration scripts (post-migrate.py etc.) from mypy checks to avoid
|
||||
# duplicate module name errors when multiple addons include scripts with the
|
||||
# same filename.
|
||||
exclude = .*/migrations/.*
|
||||
# Exclude scripts/ directory from mypy checks (utility scripts, not Odoo code)
|
||||
exclude = .*/migrations/.*|^scripts/.*
|
||||
|
||||
# Ignore missing imports from Odoo modules
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue