fleet_vehicle_send_mail


Description

Send mails to Drivers

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('fleet_vehicle_send_mail_id_seq'::regclass)
fleet_vehicle_fleet_vehicle_send_mail_rel.fleet_vehicle_send_mail_id fleet_vehicle_fleet_vehicle_sen_fleet_vehicle_send_mail_id_fkey C
fleet_vehicle_mail_compose_message_ir_attachments_rel.wizard_id fleet_vehicle_mail_compose_message_ir_attachment_wizard_id_fkey C
template_id int4 10 null
mail_template.id fleet_vehicle_send_mail_template_id_fkey N

Mail Template

author_id int4 10 null
res_partner.id fleet_vehicle_send_mail_author_id_fkey C

Author

create_uid int4 10 null
res_users.id fleet_vehicle_send_mail_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id fleet_vehicle_send_mail_write_uid_fkey N

Last Updated by

lang varchar 2147483647 null

Language

subject varchar 2147483647 null

Subject

body text 2147483647 null

Contents

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

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

Relationships