From 3bca9518b1baaa06bb083d84669387dc0e3a8e4b Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Thu, 6 Nov 2014 12:25:52 +0100 Subject: [PATCH] Remove hidden unused files --- account_check_deposit/report/.directory | 6 - account_check_deposit/report/.mako | 275 ------------------------ 2 files changed, 281 deletions(-) delete mode 100644 account_check_deposit/report/.directory delete mode 100644 account_check_deposit/report/.mako diff --git a/account_check_deposit/report/.directory b/account_check_deposit/report/.directory deleted file mode 100644 index 616766eae..000000000 --- a/account_check_deposit/report/.directory +++ /dev/null @@ -1,6 +0,0 @@ -[Dolphin] -AdditionalInfoV2=Details_Size,Details_Date,CustomizedDetails -Sorting=2 -Timestamp=2012,3,5,14,27,49 -Version=2 -ViewMode=1 diff --git a/account_check_deposit/report/.mako b/account_check_deposit/report/.mako deleted file mode 100644 index 63e5128f9..000000000 --- a/account_check_deposit/report/.mako +++ /dev/null @@ -1,275 +0,0 @@ - - - - - - - - <% - def carriage_returns(text): - return text.replace('\n', '
') - %> - - %for order in objects : -
- <% setLang(order.partner_id.lang) %> - - %if order.company_id.address_label_position == 'left': - - - - - - %endif - - %if order.company_id.address_label_position == 'right' or not order.company_id.address_label_position: - - - - - %endif -
-${_("Shipping Address")} -
-
-${order.partner_shipping_id.address_label}
-           
-         
- %if order.partner_id.address_label != order.partner_shipping_id.address_label: -${_("Ordering Contact")}
-${order.partner_id.address_label|carriage_returns} - %endif - %if order.partner_id.phone : -${_("Phone")}: ${order.partner_id.phone|entity}
- %endif - %if order.partner_id.fax : -${_("Fax")}: ${order.partner_id.fax|entity}
- %endif - %if order.partner_id.email : -${_("Mail")}: ${order.partner_id.email|entity}
- %endif - %if order.partner_invoice_id.address_label != order.partner_shipping_id.address_label: -
-${_("Invoice Address")}
-${order.partner_invoice_id.address_label|carriage_returns} - %endif - %if order.partner_invoice_id.partner_id.vat : -${_("VAT")}: ${order.partner_invoice_id.partner_id.vat|entity}
- %endif - -
- %if order.partner_id.address_label != order.partner_shipping_id.address_label: -${_("Ordering Contact")}
-
-${order.partner_id.address_label|carriage_returns} - %endif - %if order.partner_id.phone : -${_("Tel")}: ${order.partner_id.phone|entity}
- %endif - %if order.partner_id.fax : -${_("Fax")}: ${order.partner_id.fax|entity}
- %endif - %if order.partner_id.email : -${_("E-mail")}: ${order.partner_id.email|entity}
- %endif - %if order.partner_invoice_id.address_label != order.partner_shipping_id.address_label: -
-
-${_("Invoice Address")}
-
-${order.partner_invoice_id.address_label|carriage_returns} - %endif - %if order.partner_invoice_id.vat : -${_("VAT")}: ${order.partner_invoice_id.vat|entity}
- %endif - -
-${_("Shipping Address")}
-
-
-${order.partner_shipping_id.address_label}
-           
-         
- -
-
- - %if order.state == 'draft' : - ${_("Quotation N°")} ${order.name or ''|entity} - %elif order.state == 'cancel' : - ${_("Sale Order Canceled")} ${order.name or ''|entity} - %else : - ${_("Order N°")} ${order.name or ''|entity} - %endif -
- - - %if order.client_order_ref: - - %endif - %if order.project_id: - - %endif - - %if order.carrier_id: - - %endif - %if order.user_id: - - %endif - %if order.payment_term : - - %endif - %if order.incoterm: - - %endif - - - - - %if order.client_order_ref: - - %endif - %if order.project_id: - - %endif - %if order.date_order: - - %endif - %if order.carrier_id: - - %endif - %if order.user_id : - - %endif - %if order.payment_term : - - %endif - %if order.incoterm: - - %endif - - -
${_("Reference")}${_("Projekt")}${_("Order Date")}${_("Carrier")}${_("Salesman")}${_("Payment Term")}${_("Incoterm")}${_("Curr")}
- ${order.client_order_ref} - ${order.project_id.name} - ${order.date_order or ''} - ${order.carrier_id.name } - ${order.user_id.name or ''}${order.payment_term.name}${order.incoterm.name}${order.pricelist_id.currency_id.name}
-


- - - -%if order.print_code: - - -%else: - -%endif - -%if order.print_uom: - -%endif -%if order.print_uos: - -%endif -%if order.print_ean: - -%endif -%if order.print_packing: - - -%endif - -%if order.print_discount: - -%endif - - - - %for line in order.order_line_sorted : - - -%if order.print_code: - - -%else: - ${ ', '.join([tax.name or '' for tax in line.tax_id]) } -%if order.print_uom: - - -%endif -%if order.print_uos: - - -%endif -%if order.print_ean: - -%endif -%if order.print_packing: - - -%endif - -%if order.print_discount: - - - %endfor - - - - - - - - - - - - - - - - -
${_("Code")}${_("Description")}${_("Description")}${_("Tax")}${_("Quantity")}${_("UoM")}${_("UoS Qty")}${_("UoS")}${_("EAN")}${_("Pack")}${_("Packaging")}${_("Price Unit")}${_("Discount")}${_("Sub Total")}
${line.product_id.default_code or ''|entity} -${line.product_id.name or line.name|entity} - - -${line.name|entity} - - ${str(line.product_uom_qty).replace(',000','') or '0'}${line.product_uom.name or ''}${str(line.product_uos_qty).replace(',000','') or '0'}${line.product_uos.name or ''}${line.product_packaging.ean or line.product_id.ean13 or ''}${line.product_packaging.qty and line.product_uom_qty/line.product_packaging.qty or ''}${line.product_packaging and line.product_packaging.ul.name or ''} ${line.product_packaging and _(" / " or '')} ${line.product_packaging and line.product_packaging.qty or ''} ${line.product_packaging and line.product_id.uom_id.name or ''}${line.price_unit or ''}${line.discount} -%endif - ${line.price_subtotal or ''}
- ${_("Net Total:")}${formatLang(order.amount_untaxed, get_digits(dp='Sale Price'))}
- ${_("Taxes:")}${formatLang(order.amount_tax, get_digits(dp='Sale Price'))}
- ${_("Total:")}${formatLang(order.amount_total, get_digits(dp='Sale Price'))}
- -%if order.note and 'note_print' not in order._columns: -
-
${order.note}
-%endif: -%if 'note_print' in order._columns and order.note_print: -
-
${order.note_print}
-%endif: - - -

- %endfor - -