-
-
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
[16.0][FIX] fixed xml on downpayment invoice #3678
Conversation
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!
Puoi schiacciare tutti i commit in uno solo? Nota che il commit risultante dovrebbe seguire https://github.com/OCA/odoo-community.org/blob/8afdb5a5ebfd3314e2fc836c9b9f644468ee044e/website/Contribution/CONTRIBUTING.rst#L1114.
Puoi aggiungere un test? Così si evitano regressioni
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.
functional
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.
funzionale
Runboat non disponibile al momento, è possibile testarla? |
/ocabot rebase |
Congratulations, PR rebased to 16.0. |
6cb4fdd
to
a1df6f0
Compare
Runboat pronto per i test. :-) |
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
@Marcoapu puoi verificare queste richieste? |
a1df6f0
to
b10a3f0
Compare
e' possibile un rebase? cosi parte runboat? |
/ocabot rebase |
Congratulations, PR rebased to 16.0. |
b10a3f0
to
4dd0e86
Compare
grazie Mille |
if tax_id.credit == 0.0 and tax_id.debit: | ||
tax_amount = -tax_id.balance | ||
if tax_id.credit and tax_id.debit == 0.0: | ||
tax_amount = abs(tax_id.balance) |
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.
manca un caso da gestire se sia credit che debit sono uguali zero, l'esempio sarebbe quello di una fattura a zero, altrimenti ci si trova con tax_amount non valorizzato, aggiungo intanto il caso nella mia pr per 14.0
f479902
to
c3c2caf
Compare
sto riprovando questa pr, con un cliente che ha problemi con gli anticipi e sembra non funzionare. |
Mergiata in #4381 |
#3670