[FIX] not found function _()
This commit is contained in:
parent
9e226228b7
commit
f9fa8aac89
@ -20,7 +20,6 @@ seller = self.company_id
|
||||
seller_bank = seller.bank_ids and seller.bank_ids[0]
|
||||
|
||||
# Functions
|
||||
_ = self._
|
||||
get_date = self.get_date
|
||||
|
||||
# Parse date
|
||||
@ -139,7 +138,6 @@ seller_bank = seller.bank_ids and seller.bank_ids[0]
|
||||
partner_bank = partner.bank_ids and partner.bank_ids[0]
|
||||
|
||||
# Functions
|
||||
_ = self.contract_id._
|
||||
get_date = self.contract_id.get_date
|
||||
|
||||
# Parse date
|
||||
|
Loading…
x
Reference in New Issue
Block a user