summaryrefslogtreecommitdiff
path: root/indoteknik_custom/models/purchase_order.py
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/models/purchase_order.py')
-rwxr-xr-xindoteknik_custom/models/purchase_order.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/indoteknik_custom/models/purchase_order.py b/indoteknik_custom/models/purchase_order.py
index a53c6df0..3fb61955 100755
--- a/indoteknik_custom/models/purchase_order.py
+++ b/indoteknik_custom/models/purchase_order.py
@@ -4,7 +4,6 @@ from datetime import datetime, timedelta
import logging
from pytz import timezone, utc
import io
-from openpyxl import Workbook
import base64
try:
from odoo.tools.misc import xlsxwriter
@@ -269,8 +268,6 @@ class PurchaseOrder(models.Model):
format6 = workbook.add_format({'font_size': 12, 'align': 'center', 'bg_color': '#D3D3D3', 'bold': True})
format1 = workbook.add_format({'font_size': 11, 'align': 'center', 'valign': 'vcenter'})
- format2 = workbook.add_format({'font_size': 10, 'bold': True})
- format3 = workbook.add_format({'font_size': 10, 'bold': True})
worksheet.set_column(0, 0, 10)
worksheet.set_column(1, 1, 20)