Add a log for odoo-glue script
Change-Id: I53892e6b4455745871b72bf9a75721cc418bb5ad
This commit is contained in:
parent
c85bda79e6
commit
dbaf5b64ad
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user