diff --git a/crm_claim_rma/__init__.py b/crm_claim_rma/__init__.py index 1b895ada..49b1d511 100644 --- a/crm_claim_rma/__init__.py +++ b/crm_claim_rma/__init__.py @@ -27,9 +27,10 @@ from . import crm_claim_rma from . import account_invoice from . import stock + def fill_claim_number(self, cr): cr.execute(""" UPDATE "crm_claim" SET "number"=id::varchar WHERE ("number" is NULL) OR ("number" = '/'); - """) \ No newline at end of file + """)