diff --git a/account_usability/__manifest__.py b/account_usability/__manifest__.py index 0a3470c..a422df3 100644 --- a/account_usability/__manifest__.py +++ b/account_usability/__manifest__.py @@ -36,6 +36,7 @@ This module has been written by Alexis de Lattre from Akretion + + + + + + + (object.type in ('out_invoice', 'out_refund')) and (object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/','')+'.pdf') + + +