-
-
Notifications
You must be signed in to change notification settings - Fork 305
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
[14.0][FIX] l10n_it_fiscal_document_type get only possible fiscal document type #4340
base: 14.0
Are you sure you want to change the base?
Conversation
1752bd3
to
d32e238
Compare
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.
Test funzionale: OK
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 della PR!
Ho verificato che il problema esiste in 14.0
ed è risolto da queste modifiche.
Potresti aggiungere una nota nell'help
del campo account.fiscal.position.fiscal_document_type_id
per indicare come mai quella posizione fiscale non verrà sempre applicata come succedeva prima?
de24389
to
20a883c
Compare
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 ora si capisce un po' meglio cosa succede; ho indicato un paio di casi che mi sembrano duplicati, puoi verificare?
# Create a customer invoice for a partner with a fiscal position with TD10, | ||
# which is not applicable for "out_invoice" so it's applied the default TD01 |
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.
Questo caso è testato anche sotto nell'altro test: se ne può rimuovere uno? Altrimenti puoi evidenziare che differenza c'è?
# Create a vendor invoice for a partner with a fiscal position with TD10, | ||
# which is applied as applicable for "in_invoice". |
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.
Questo caso è testato anche sotto nell'altro test: se ne può rimuovere uno? Altrimenti puoi evidenziare che differenza c'è?
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.
Ah vero, lo avevo messo sotto poi, grazie.
20a883c
to
71c3b1f
Compare
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.
L'ho notato solo ora con l'ultimo push, non so se era così anche prima, ma potresti modificare il messaggio del commit in modo che segua le linee guida https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#71commit-message?
In particolare
please check if the commit message is cut with ellipsis
Ho inoltre corretto un test in cui l'intenzione credo fosse di creare delle fatture e non dei movimenti contabili.