|
@ -57,6 +57,7 @@ class LoanIssueLine(models.Model): |
|
|
string="Company", |
|
|
string="Company", |
|
|
readonly=True) |
|
|
readonly=True) |
|
|
|
|
|
|
|
|
|
|
|
@api.model |
|
|
def create(self, vals): |
|
|
def create(self, vals): |
|
|
mail_template = 'easy_my_coop_loan.loan_subscription_confirmation' |
|
|
mail_template = 'easy_my_coop_loan.loan_subscription_confirmation' |
|
|
confirmation_mail_template = self.env.ref(mail_template, False) |
|
|
confirmation_mail_template = self.env.ref(mail_template, False) |
|
|