diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2025-01-16 16:05:28 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2025-01-16 16:05:28 +0700 |
| commit | d1036cd456a53435be10f96714d9c93625cfe793 (patch) | |
| tree | db9d00b94d37627aabc2c97ef684e5635b5da59b | |
| parent | e9b015ed70aff6f43058b57466d648d6e8d1891a (diff) | |
delete validate export xml
| -rw-r--r-- | indoteknik_custom/models/account_move.py | 2 |
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({}) |
