Skip to content

Latest commit

 

History

History
executable file
·
11 lines (11 loc) · 364 Bytes

class-EthereumAdjustDetail-5e.md

File metadata and controls

executable file
·
11 lines (11 loc) · 364 Bytes
class EthereumAdjustDetail(models.Model):
//
// SETTLEMENT DATA DETAILS
//
_name = 'x_ethereum.adjust_detail'
x_adjustID = fields.Char(string='SETTLEMENT MASTER CODE')
x_transactionID = fields.Char(string='TRANSACTION CODE')
x_exchangelD = fields.Char(string='MARKET PRICE CODE')
x_adjustIS = fields.Char(string='SETTLEMENT RESULT',default='N')