-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Non deve essere possibile creare o modificare i tipi di documento fiscale #3535
[FIX] Non deve essere possibile creare o modificare i tipi di documento fiscale #3535
Conversation
Co-authored-by: Simone Rubino <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Grazie
'depends': ['l10n_it_account'], | ||
'depends': [ | ||
'l10n_it_account', | ||
'mail', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
come mai vuoi aggiungere questa dipendenza?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perché nel test uso mail_new_test_user
che pensavo venisse dai test del modulo mail, ora però vedo che viene dal modulo test_mail che in effetti contiene proprio i test per il modulo mail; quindi mettere uno o l'altro potrebbe essere equivalente.
Se preferisci metto test_mail invece di mail.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se preferisci metto test_mail invece di mail.
sì preferirei grazie
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corregge #3532 per
12.0
.Sostituisce #2819.