account_account_tag

-1 rows


Description

Account Tag

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('account_account_tag_id_seq'::regclass)
account_account_account_tag.account_account_tag_id account_account_account_tag_account_account_tag_id_fkey R
account_account_tag_account_move_line_rel.account_account_tag_id account_account_tag_account_move_li_account_account_tag_id_fkey R
account_account_tag_account_tax_repartition_line_rel.account_account_tag_id account_account_tag_account_tax_rep_account_account_tag_id_fkey R
account_account_tag_product_template_rel.account_account_tag_id account_account_tag_product_templat_account_account_tag_id_fkey C
color int4 10 null

Color Index

country_id int4 10 null
res_country.id account_account_tag_country_id_fkey N

Country

create_uid int4 10 null
res_users.id account_account_tag_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id account_account_tag_write_uid_fkey N

Last Updated by

applicability varchar 2147483647 null

Applicability

name jsonb 2147483647 null

Tag Name

active bool 1 null

Active

tax_negate bool 1 null

Negate Tax Balance

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_account_tag_pkey Primary key Asc id
account_account_tag_name_uniq Must be unique Asc/Asc/Asc name + applicability + country_id

Relationships