Feat: Se agrega ApplicationResponse a AttachedDocument

This commit is contained in:
2025-01-01 16:56:15 -05:00
parent 3a385c63e3
commit a758b8678b
7 changed files with 221 additions and 19 deletions

View File

@@ -2,6 +2,7 @@ from .invoice import *
from .credit_note import *
from .debit_note import *
from .utils import *
from .attached_document import *
from .support_document import *
from .support_document_credit_note import *
from .attached_document import *
from .application_response import *