payment_link_wizard

-1 rows


Description

Generate Payment Link

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('payment_link_wizard_id_seq'::regclass)
res_id int4 10 null

Related Document ID

currency_id int4 10 null
res_currency.id payment_link_wizard_currency_id_fkey N

Currency

partner_id int4 10 null
res_partner.id payment_link_wizard_partner_id_fkey N

Partner

create_uid int4 10 null
res_users.id payment_link_wizard_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id payment_link_wizard_write_uid_fkey N

Last Updated by

res_model varchar 2147483647 null

Related Document Model

amount numeric 0 null

Amount

amount_max numeric 0 null

Amount Max

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

amount_paid numeric 0 null

Already Paid

Indexes

Constraint Name Type Sort Column(s)
payment_link_wizard_pkey Primary key Asc id

Relationships