|
@@ -54,7 +54,9 @@ class OrdenCobro(models.Model):
|
|
cheque_nro = fields.Char(string='Cheque N°')
|
|
cheque_nro = fields.Char(string='Cheque N°')
|
|
transf_nro = fields.Char(string='Transferencia N°')
|
|
transf_nro = fields.Char(string='Transferencia N°')
|
|
cheque_banco = fields.Char(string='Banco Cheque')
|
|
cheque_banco = fields.Char(string='Banco Cheque')
|
|
- transf_banco = fields.Char(string='Cuenta Bancaria')
|
|
|
|
|
|
+ transf_banco = fields.Char(string='Banco Pagador')
|
|
|
|
+ comp_nro = fields.Char(string='Comprobante N°')
|
|
|
|
+ cta_nro = fields.Char(string='Recibido en cuenta N°')
|
|
concepto = fields.Char(string='Concepto')
|
|
concepto = fields.Char(string='Concepto')
|
|
currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Moneda', store=True, readonly=True)
|
|
currency_id = fields.Many2one('res.currency', related='company_id.currency_id', string='Moneda', store=True, readonly=True)
|
|
is_efec = fields.Boolean(string="Efectivo", default=False)
|
|
is_efec = fields.Boolean(string="Efectivo", default=False)
|