Add a log for odoo-glue script

Change-Id: I53892e6b4455745871b72bf9a75721cc418bb5ad
This commit is contained in:
Fei Long Wang 2016-06-01 14:05:58 +12:00
parent c85bda79e6
commit dbaf5b64ad

View File

@ -308,6 +308,8 @@ def do_quote(shell, args):
tenants = [TENANT(id=args.TENANT_ID, name=tenant_object.name)]
for tenant in tenants:
print('Starting quote for tenant: %s with id: %s' %
(tenant.name, tenant.id))
if tenant.id in done and not args.AUDIT:
print ("Skipping tenant: %s already completed." % tenant.name)
continue