|
|
@ -23,13 +23,13 @@ |
|
|
|
import xlwt |
|
|
|
import time |
|
|
|
from datetime import datetime |
|
|
|
from report import report_sxw |
|
|
|
from report_xls.report_xls import report_xls |
|
|
|
from report_xls.utils import rowcol_to_cell |
|
|
|
from account_financial_report_webkit.report.open_invoices import PartnersOpenInvoicesWebkit |
|
|
|
from tools.translate import _ |
|
|
|
import logging |
|
|
|
_logger = logging.getLogger(__name__) |
|
|
|
from openerp.report import report_sxw |
|
|
|
from openerp.addons.report_xls.report_xls import report_xls |
|
|
|
from openerp.addons.report_xls.utils import rowcol_to_cell |
|
|
|
from openerp.addons.account_financial_report_webkit.report.open_invoices import PartnersOpenInvoicesWebkit |
|
|
|
from openerp.tools.translate import _ |
|
|
|
#import logging |
|
|
|
#_logger = logging.getLogger(__name__) |
|
|
|
|
|
|
|
class open_invoices_xls(report_xls): |
|
|
|
column_sizes = [12,12,20,15,30,30,14,14,14,14,14,14,10] |
|
|
|