Skip to content

Latest commit

 

History

History
executable file
·
9 lines (9 loc) · 239 Bytes

class-EthereumAccount-5b.md

File metadata and controls

executable file
·
9 lines (9 loc) · 239 Bytes
class EthereumAccount(models.Model):
//
// Account information
//
_name = 'x_ethereum.account'
x_account_address = fields.Char(string='Etherium Account Address'.size=200)
x_customerlD = fields.Char(string='CUSTOMER CODE')