-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
[6.1] fix: stop canceling invoices that are linked to a riba distinta and fix issue #153 #128
Conversation
|
||
def action_cancel(self, cr, uid, ids, context=None): | ||
if ids: | ||
invoice = self.browse(cr, uid, ids)[0] |
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.
you should handle the case where len(ids)
is > 1
Ok 👍 |
could be merged? |
Mancherebbe una review e, se la sai, una risposta a #128 (comment) Per la review puoi chiedere in IRC su #oca o #odoo-it |
Essendo passati + di 6 mesi, chiudo? |
Anche se è passato molto tempo, dobbiamo riaprire questa PR |
order by name desc fixes, eLBati prop. ids > 0 from tools.translate import _ fix ids > 0
per 8.0 #321 |
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.
LGTM
…_copy [FIX] When trying to duplicate an invoice with related pickings you a…
11.0 11184 add gruppi iva
No description provided.