account_payment_method

-1 rows


Description

Payment Methods

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_payment_method_id_seq'::regclass)
account_move.preferred_payment_method_id account_move_preferred_payment_method_id_fkey N
account_payment.payment_method_id account_payment_payment_method_id_fkey N
account_payment_method_line.payment_method_id account_payment_method_line_payment_method_id_fkey C
create_uid int4 10 null
res_users.id account_payment_method_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_payment_method_write_uid_fkey N

Last Updated by

code varchar 2147483647 null

Code

payment_type varchar 2147483647 null

Payment Type

name jsonb 2147483647 null

Name

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
account_payment_method_pkey Primary key Asc id
account_payment_method_name_code_unique Must be unique Asc/Asc code + payment_type

Relationships