This model contributes to two things:
1. It provides a function returning a list of all file paths declared
in a given list of addons (see _get_addon_paths);
2. It allows to create 'ir.asset' records to add additional directives
to certain bundles.
Fields
active [boolean]:
active
bundle [required; char]:
Bundle name
create_date [readonly; datetime]:
Created on
create_uid [readonly; many2one: res.users]:
Created by
directive [selection]:
Directive
display_name [readonly; char]:
Display Name
id [readonly; integer]:
ID
name [required; char]:
Name
path [required; char]:
Path (or glob pattern)
sequence [required; integer]:
Sequence
target [char]:
Target
write_date [readonly; datetime]:
Last Updated on
write_uid [readonly; many2one: res.users]:
Last Updated by