Browse Source

export comptable

master
root 2 years ago
parent
commit
2ec40e0782
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      wizard/accounting_file_wizard.py

+ 0
- 1
wizard/accounting_file_wizard.py View File

@ -842,7 +842,6 @@ class AccountingFileWizard(models.TransientModel):
for invoice in out_refund_invoices:
#_logger.error(invoice.id)
if not self.debug_mode: invoice.date_compta=date_compta
if invoice.invoice_date_payment and invoice.invoice_date_payment<self.start_date.date(): continue
firstname=invoice.partner_id.firstname
name=invoice.partner_id.name
#_logger.error(name)


Loading…
Cancel
Save