Skip to content

Instantly share code, notes, and snippets.

View shalabhaggarwal's full-sized avatar

Shalabh Aggarwal shalabhaggarwal

View GitHub Profile
@shalabhaggarwal
shalabhaggarwal / test_invoice.py
Created June 13, 2013 08:34
Issue with tryton tests
# -*- coding: utf-8 -*-
"""
test_invoice
"""
import sys
import os
from dateutil.relativedelta import relativedelta
from decimal import Decimal
from datetime import datetime
DIR = os.path.abspath(os.path.normpath(os.path.join(__file__,
@shalabhaggarwal
shalabhaggarwal / sprites.less
Created February 24, 2012 08:33
sprites.less
// SPRITES
// Glyphs and icons for buttons, nav, and more
// -------------------------------------------
// ICONS
// -----
// All icons receive the styles of the <i> tag with a base class
// of .i and are then given a unique class to add width, height,
from trytond.modules.bfa_customisation.csv_reports.CSVReportEngine import report_tracking_numbers
Traceback (most recent call last):
File "<input>", line 1, in <module>
ImportError: No module named bfa_customisation.csv_reports.CSVReportEngine