Ejemplo n.º 1
0
def setup(company=None, patch=True):
    make_custom_fields()
    add_print_formats()

    if company:
        create_sales_tax(company)
Ejemplo n.º 2
0
def setup(company=None, patch=True):
	make_custom_fields()
	add_print_formats()
Ejemplo n.º 3
0
def setup(company=None, patch=True):
	make_custom_fields()
	add_print_formats()

	if company:
		create_sales_tax(company)
Ejemplo n.º 4
0
def setup(company=None, patch=True):
    uae_custom_fields()
    add_print_formats()
    add_permissions()
    make_custom_fields()