summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortrisusilo48 <tri.susilo@altama.co.id>2025-01-16 16:05:28 +0700
committertrisusilo48 <tri.susilo@altama.co.id>2025-01-16 16:05:28 +0700
commitd1036cd456a53435be10f96714d9c93625cfe793 (patch)
treedb9d00b94d37627aabc2c97ef684e5635b5da59b
parente9b015ed70aff6f43058b57466d648d6e8d1891a (diff)
delete validate export xml
-rw-r--r--indoteknik_custom/models/account_move.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/models/account_move.py b/indoteknik_custom/models/account_move.py
index 4553e446..d62f19ae 100644
--- a/indoteknik_custom/models/account_move.py
+++ b/indoteknik_custom/models/account_move.py
@@ -353,7 +353,7 @@ class AccountMove(models.Model):
def export_faktur_to_xml(self):
- valid_invoices = self.validate_faktur_for_export()
+ valid_invoices = self
# Panggil model coretax.faktur untuk menghasilkan XML
coretax_faktur = self.env['coretax.faktur'].create({})