account_move_send

-1 rows


Description

Account Move Send

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_move_send_id_seq'::regclass)
account_move_account_move_send_rel.account_move_send_id account_move_account_move_send_rel_account_move_send_id_fkey C
account_move_send_res_partner_rel.account_move_send_id account_move_send_res_partner_rel_account_move_send_id_fkey C
company_id int4 10 null
res_company.id account_move_send_company_id_fkey N

Company

mail_template_id int4 10 null
mail_template.id account_move_send_mail_template_id_fkey N

Use template

create_uid int4 10 null
res_users.id account_move_send_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_move_send_write_uid_fkey N

Last Updated by

mode varchar 2147483647 null

Mode

mail_subject varchar 2147483647 null

Subject

mail_attachments_widget jsonb 2147483647 null

Mail Attachments Widget

mail_body text 2147483647 null

Contents

checkbox_download bool 1 null

Download

checkbox_send_mail bool 1 null

Email

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

checkbox_ubl_cii_xml bool 1 null

Checkbox Ubl Cii Xml

checkbox_send_by_post bool 1 null

By Post

Indexes

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

Relationships