trytond
6.8
Using trytond
API Reference
Tutorials
Release notes
trytond
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
V
|
W
_
__access__ (trytond.model.Model attribute)
__name__ (trytond.model.Model attribute)
(trytond.wizard.Wizard attribute)
__names__() (trytond.model.Model class method)
__post_setup__() (trytond.model.Model class method)
(trytond.pool.PoolBase class method)
(trytond.wizard.Wizard class method)
__queue__ (trytond.model.Model attribute)
__register__() (trytond.model.Model class method)
(trytond.pool.PoolBase class method)
(trytond.wizard.Wizard class method)
__rpc__ (trytond.model.Model attribute)
(trytond.wizard.Wizard attribute)
__setup__() (trytond.model.Model class method)
(trytond.pool.PoolBase class method)
(trytond.wizard.Wizard class method)
__table__() (trytond.model.ModelSQL class method)
__table_handler__() (trytond.model.ModelSQL class method)
__table_history__() (trytond.model.ModelSQL class method)
_buttons (trytond.model.ModelView attribute)
_defaults (trytond.model.Model attribute)
_fields (trytond.model.Model attribute)
_history (trytond.model.ModelSQL attribute)
_order (trytond.model.ModelSQL attribute)
_order_name (trytond.model.ModelSQL attribute)
_rec_name (trytond.model.Model attribute)
_record (trytond.model.Model attribute)
_sql_constraints (trytond.model.ModelSQL attribute)
_sql_indexes (trytond.model.ModelSQL attribute)
_table (trytond.model.ModelSQL attribute)
_transition_state (trytond.model.Workflow attribute)
_transitions (trytond.model.Workflow attribute)
A
AccessButtonError
AccessError
action_id (trytond.wizard.StateAction attribute)
activate_module() (in module trytond.tests.test_tryton)
activate_modules() (in module trytond.tests.tools)
active (trytond.model.DictSchemaMixin attribute)
active_records (trytond.transaction.Transaction attribute)
active_records() (in module trytond.transaction)
add_column() (trytond.backend.TableHandler method)
add_constraint() (trytond.backend.TableHandler method)
add_fk() (trytond.backend.TableHandler method)
add_remove (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.One2Many attribute)
alter_size() (trytond.backend.TableHandler method)
alter_type() (trytond.backend.TableHandler method)
And (class in trytond.pyson)
atexit() (trytond.transaction.Transaction method)
autocomplete (trytond.model.fields.Char attribute)
available_timezones() (in module trytond.tools.timezone)
avatar (trytond.model.AvatarMixin attribute)
avatar_mixin() (in module trytond.model)
avatar_url (trytond.model.AvatarMixin attribute)
AvatarMixin (class in trytond.model)
avatars (trytond.model.AvatarMixin attribute)
B
BARCODES (in module trytond.tools.barcode)
Binary (class in trytond.model.fields)
Bool (class in trytond.pyson)
Boolean (class in trytond.model.fields)
browse() (trytond.model.ModelStorage class method)
Bus (class in trytond.bus)
Button (class in trytond.wizard)
button() (trytond.model.ModelView static method)
button_action() (trytond.model.ModelView static method)
button_change() (trytond.model.ModelView static method)
ButtonActionException
buttons (trytond.wizard.StateView attribute)
C
Cache (class in trytond.cache)
cache (trytond.rpc.RPC attribute)
Char (class in trytond.model.fields)
Check (class in trytond.model)
check_access (trytond.rpc.RPC attribute)
(trytond.transaction.Transaction attribute)
check_access() (in module trytond.transaction)
check_recursion() (trytond.model.TreeMixin class method)
check_warnings (trytond.transaction.Transaction attribute)
check_xml_record() (trytond.model.ModelStorage class method)
clear() (trytond.cache.Cache method)
clear_all() (trytond.cache.Cache class method)
close() (trytond.backend.Database method)
column_exist() (trytond.backend.TableHandler method)
column_is_type() (trytond.backend.TableHandler method)
column_rename() (trytond.backend.TableHandler method)
columns (trytond.model.Exclude attribute)
(trytond.model.Unique attribute)
commit() (trytond.cache.Cache class method)
(trytond.transaction.Transaction method)
ConcurrencyException
connect() (trytond.backend.Database method)
connection (trytond.transaction.Transaction attribute)
Constraint (class in trytond.model)
CONTEXT (in module trytond.tests.test_tryton)
context (trytond.model.fields.Field attribute)
(trytond.transaction.Transaction attribute)
convert_domain() (trytond.model.fields.Field method)
convert_from() (in module trytond.model)
convert_name() (trytond.backend.TableHandler class method)
converter (trytond.model.fields.TimeDelta attribute)
copy() (trytond.model.ModelStorage class method)
counter (trytond.transaction.Transaction attribute)
create() (trytond.backend.Database class method)
(trytond.model.ModelStorage class method)
(trytond.wizard.Wizard class method)
create_date (trytond.model.ModelStorage attribute)
create_records (trytond.transaction.Transaction attribute)
create_response() (trytond.bus.Bus class method)
create_uid (trytond.model.ModelStorage attribute)
currid() (trytond.backend.Database method)
D
Database (class in trytond.backend)
database (trytond.transaction.Transaction attribute)
database_list() (trytond.pool.Pool class method)
DatabaseDataError
DatabaseIntegrityError
DatabaseOperationalError
Date (class in trytond.model.fields)
(class in trytond.pyson)
DateTime (class in trytond.model.fields)
(class in trytond.pyson)
datetime_field (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.Many2One attribute)
(trytond.model.fields.One2Many attribute)
(trytond.model.fields.One2One attribute)
(trytond.model.fields.Reference attribute)
db_default() (trytond.backend.TableHandler method)
DB_NAME (in module trytond.tests.test_tryton)
DeactivableMixin (class in trytond.model)
decode() (trytond.pyson.PYSONDecoder method)
default (trytond.wizard.Button attribute)
default_create_date() (trytond.model.ModelStorage static method)
default_create_uid() (trytond.model.ModelStorage static method)
default_digits() (trytond.model.DictSchemaMixin static method)
default_get() (trytond.model.Model class method)
definition() (trytond.backend.IndexTranslator class method)
(trytond.model.fields.Field method)
definition_translations() (trytond.model.fields.Field method)
delete() (trytond.model.ModelStorage class method)
(trytond.wizard.Wizard class method)
delete_records (trytond.transaction.Transaction attribute)
depends (trytond.model.fields.Field attribute)
depends() (in module trytond.model.fields)
Dict (class in trytond.model.fields)
DictSchemaMixin (class in trytond.model)
digits (trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.Float attribute)
(trytond.model.fields.Numeric attribute)
DigitsMixin (class in trytond.model)
DigitsValidationError
display_depends (trytond.model.fields.Field attribute)
doctest_checker (in module trytond.tests.test_tryton)
doctest_setup() (in module trytond.tests.test_tryton)
doctest_teardown() (in module trytond.tests.test_tryton)
domain (trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.Field attribute)
DomainValidationError
drop() (trytond.backend.Database class method)
(trytond.cache.Cache class method)
drop_column() (trytond.backend.TableHandler method)
drop_constraint() (trytond.backend.TableHandler method)
drop_fk() (trytond.backend.TableHandler method)
drop_table() (trytond.backend.TableHandler class method)
duration (trytond.rpc.RPC attribute)
E
edition_depends (trytond.model.fields.Field attribute)
encode() (trytond.pyson.PYSONEncoder method)
end_state (trytond.wizard.Wizard attribute)
Equal (class in trytond.pyson)
Equality (trytond.model.Index attribute)
estimated_count() (trytond.model.ModelStorage class method)
Eval (class in trytond.pyson)
eval() (trytond.pyson.PYSON class method)
Exclude (class in trytond.model)
excludes (trytond.model.Exclude attribute)
execute() (trytond.wizard.Wizard class method)
export_data() (trytond.model.ModelStorage class method)
export_data_domain() (trytond.model.ModelStorage class method)
expression (trytond.model.Check attribute)
F
Field (class in trytond.model.fields)
field (trytond.model.fields.One2Many attribute)
fields_get() (trytond.model.Model class method)
fields_view_get() (trytond.model.ModelView class method)
file_id (trytond.model.fields.Binary attribute)
file_open() (in module trytond.tools)
filename (trytond.model.fields.Binary attribute)
FileStore (class in trytond.filestore)
fill() (trytond.pool.Pool method)
filter (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.One2Many attribute)
(trytond.model.fields.One2One attribute)
find_dir() (in module trytond.tools)
find_path() (in module trytond.tools)
firstline() (in module trytond.tools)
fix() (trytond.transaction.TransactionError method)
Float (class in trytond.model.fields)
ForeignKeyError
format (trytond.model.fields.DateTime attribute)
(trytond.model.fields.Time attribute)
format() (trytond.model.DictSchemaMixin method)
format_full_text() (trytond.backend.Database method)
format_full_text_query() (trytond.backend.Database method)
fresh_session (trytond.rpc.RPC attribute)
FullText (class in trytond.model.fields)
Function (class in trytond.model.fields)
G
generate_avatar() (trytond.model.AvatarMixin class method)
generate_png() (in module trytond.tools.barcode)
(in module trytond.tools.qrcode)
generate_svg() (in module trytond.tools.barcode)
(in module trytond.tools.qrcode)
Get (class in trytond.pyson)
get() (trytond.cache.Cache method)
(trytond.filestore.FileStore method)
(trytond.model.fields.Function method)
(trytond.pool.Pool method)
get_action() (trytond.wizard.StateAction method)
get_buttons() (trytond.wizard.StateView method)
get_connection() (trytond.backend.Database method)
get_defaults() (trytond.wizard.StateView method)
get_digits() (trytond.model.DigitsMixin method)
get_keys() (trytond.model.DictSchemaMixin class method)
get_multivalue() (trytond.model.MultiValueMixin method)
get_rec_name() (trytond.model.ModelStorage method)
get_relation() (trytond.model.fields.Many2Many method)
(trytond.model.fields.One2One method)
get_relation_fields() (trytond.model.DictSchemaMixin class method)
get_select_for_skip_locked() (trytond.backend.Database method)
get_selection() (trytond.model.fields.MultiSelection class method)
(trytond.model.fields.Selection class method)
get_selection_json() (trytond.model.DictSchemaMixin method)
get_selection_string() (trytond.model.fields.MultiSelection class method)
(trytond.model.fields.Selection class method)
get_singleton() (trytond.model.ModelSingleton class method)
get_smtp_server() (in module trytond.sendmail)
get_symbol() (trytond.model.SymbolMixin method)
get_target() (trytond.model.fields.Many2Many method)
(trytond.model.fields.One2One method)
get_tzinfo() (in module trytond.tools.timezone)
get_values() (trytond.wizard.StateView method)
get_view() (trytond.wizard.StateView method)
getmany() (trytond.filestore.FileStore method)
getter (trytond.model.fields.Function attribute)
getter_with_context (trytond.model.fields.Function attribute)
gettext() (in module trytond.i18n)
Greater (class in trytond.pyson)
H
has_avatar (trytond.model.AvatarMixin attribute)
has_channel() (trytond.backend.Database method)
has_constraint() (trytond.backend.Database method)
has_multirow_insert() (trytond.backend.Database method)
has_returning() (trytond.backend.Database method)
has_search_full_text() (trytond.backend.Database method)
has_select_for() (trytond.backend.Database method)
has_sequence() (trytond.backend.Database class method)
has_similarity() (trytond.backend.Database method)
has_unaccent() (trytond.backend.Database method)
has_unaccent_indexable() (trytond.backend.Database method)
has_window_functions() (trytond.backend.Database method)
headers() (trytond.rpc.RCP method)
help (trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.Field attribute)
help_selection (trytond.model.fields.MultiSelection attribute)
(trytond.model.fields.Reference attribute)
(trytond.model.fields.Selection attribute)
history_revisions() (trytond.model.ModelSQL class method)
hit (trytond.cache.Cache attribute)
I
icon (trytond.wizard.Button attribute)
Id (class in trytond.pyson)
id (trytond.model.Model attribute)
If (class in trytond.pyson)
ImmutableDict (class in trytond.tools.immutabledict)
import_data() (trytond.model.ModelStorage class method)
ImportDataError
In (class in trytond.pyson)
inactive_records() (in module trytond.transaction)
Index (class in trytond.model)
index_get_field() (trytond.model.ModelStorage class method)
index_set_field() (trytond.model.ModelStorage class method)
index_translator_for() (trytond.backend.Database method)
index_translators (trytond.backend.TableHandler attribute)
IndexTranslator (class in trytond.backend)
init() (trytond.backend.Database method)
instantiate (trytond.rpc.RPC attribute)
Integer (class in trytond.model.fields)
is_full_text() (in module trytond.tools)
iterobject() (trytond.pool.Pool method)
J
join() (trytond.transaction.Transaction method)
json_all_keys_exist() (trytond.backend.Database method)
json_any_keys_exist() (trytond.backend.Database method)
json_contains() (trytond.backend.Database method)
json_get() (trytond.backend.Database method)
json_key_exists() (trytond.backend.Database method)
L
language (trytond.transaction.Transaction attribute)
lazy_gettext() (in module trytond.i18n)
left (trytond.model.fields.Many2One attribute)
Len (class in trytond.pyson)
Less (class in trytond.pyson)
list() (trytond.backend.Database method)
load_doc_tests() (in module trytond.tests.test_tryton)
loading (trytond.model.fields.Field attribute)
lock() (trytond.backend.Database class method)
(trytond.model.ModelSQL class method)
lock_id() (trytond.backend.Database method)
lock_table() (trytond.transaction.Transaction method)
log() (trytond.model.ModelStorage class method)
LoginExceptions
M
Many2Many (class in trytond.model.fields)
Many2One (class in trytond.model.fields)
match() (trytond.model.MatchMixin method)
MatchMixin (class in trytond.model)
miss (trytond.cache.Cache attribute)
MissingDependenciesException
Model (class in trytond.model)
model (in module trytond.wizard)
model_name (trytond.model.fields.Many2One attribute)
(trytond.model.fields.One2Many attribute)
(trytond.wizard.StateView attribute)
ModelSingleton (class in trytond.model)
ModelSQL (class in trytond.model)
ModelStorage (class in trytond.model)
ModelView (class in trytond.model)
module
trytond.backend
trytond.bus
trytond.cache
trytond.exceptions
trytond.filestore
trytond.i18n
trytond.model
trytond.model.exceptions
trytond.model.fields
trytond.pool
trytond.pyson
trytond.rpc
trytond.sendmail
trytond.tests.test_tryton
trytond.tests.tools
trytond.tools
trytond.tools.barcode
trytond.tools.email_
trytond.tools.immutabledict
trytond.tools.qrcode
trytond.tools.singleton
trytond.tools.timezone
trytond.transaction
trytond.wizard
module (trytond.tests.test_tryton.ModuleTestCase attribute)
ModuleTestCase (class in trytond.tests.test_tryton)
monotonic_time() (trytond.transaction.Transaction static method)
MultiSelection (class in trytond.model.fields)
MultiValue (class in trytond.model.fields)
multivalue_model() (trytond.model.MultiValueMixin class method)
multivalue_record() (trytond.model.MultiValueMixin method)
multivalue_records() (trytond.model.MultiValueMixin method)
MultiValueMixin (class in trytond.model)
N
name (in module trytond.backend)
(trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.Field attribute)
(trytond.wizard.State attribute)
namedatalen (trytond.backend.TableHandler attribute)
new_transaction() (trytond.transaction.Transaction method)
nextid() (trytond.backend.Database method)
Not (class in trytond.pyson)
not_null_action() (trytond.backend.TableHandler method)
notify() (in module trytond.bus)
Numeric (class in trytond.model.fields)
O
on_change (trytond.model.fields.Field attribute)
on_change() (trytond.model.ModelView method)
on_change_notify() (trytond.model.ModelView method)
on_change_with (trytond.model.fields.Field attribute)
on_change_with() (trytond.model.ModelView method)
ondelete (trytond.model.fields.Many2One attribute)
One2Many (class in trytond.model.fields)
One2One (class in trytond.model.fields)
operators (trytond.model.Exclude attribute)
(trytond.model.Unique attribute)
Or (class in trytond.pyson)
order (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.One2Many attribute)
origin (trytond.model.fields.Many2Many attribute)
P
parse_view() (trytond.model.ModelView class method)
path (trytond.model.fields.Many2One attribute)
Pool (class in trytond.pool)
PoolBase (class in trytond.pool)
PoolMeta (class in trytond.pool)
pre_validate() (trytond.model.Model method)
publish() (trytond.bus.Bus class method)
put() (trytond.sendmail.SMTPDataManager method)
put_connection() (trytond.backend.Database method)
PYSON (class in trytond.pyson)
pyson() (trytond.pyson.PYSON method)
PYSONDecoder (class in trytond.pyson)
PYSONEncoder (class in trytond.pyson)
Python Enhancement Proposals
PEP 249#connection
R
Range (trytond.model.Index attribute)
rank_full_text() (trytond.backend.Database method)
RateLimitException
read() (trytond.model.ModelStorage class method)
readonly (trytond.model.fields.Field attribute)
(trytond.rpc.RPC attribute)
(trytond.transaction.Transaction attribute)
rec_name (trytond.model.ModelStorage attribute)
record (in module trytond.wizard)
records (in module trytond.wizard)
RecursionError
Reference (class in trytond.model.fields)
register() (trytond.pool.Pool static method)
register_mixin() (trytond.pool.Pool static method)
relation_name (trytond.model.fields.Many2Many attribute)
remove() (trytond.model.fields.One2Many method)
remove_forbidden_chars() (in module trytond.tools)
required (trytond.model.fields.Field attribute)
RequiredValidationError
reset_context() (trytond.transaction.Transaction method)
resolve() (in module trytond.tools)
resources() (trytond.model.ModelStorage method)
restore_history() (trytond.model.ModelSQL class method)
restore_history_before() (trytond.model.ModelSQL class method)
result (trytond.rpc.RPC attribute)
RFC
RFC 3986
RFC 5322
,
[1]
,
[2]
right (trytond.model.fields.Many2One attribute)
rollback() (trytond.cache.Cache class method)
(trytond.transaction.Transaction method)
RPC (class in trytond.rpc)
RPCCache (class in trytond.rpc)
RPCReturnException
S
safe_join() (in module trytond.tools)
save() (trytond.model.ModelStorage class method)
schema_model (trytond.model.fields.Dict attribute)
score() (trytond.backend.IndexTranslator class method)
search() (trytond.model.fields.Function method)
(trytond.model.ModelSQL class method)
(trytond.model.ModelStorage class method)
search_context (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.Many2One attribute)
(trytond.model.fields.One2Many attribute)
(trytond.model.fields.Reference attribute)
search_count() (trytond.model.ModelStorage class method)
search_domain() (trytond.model.ModelSQL class method)
search_full_text (trytond.model.fields.Char attribute)
(trytond.model.fields.Text attribute)
search_full_text() (trytond.backend.Database method)
search_global() (trytond.model.ModelStorage class method)
search_order (trytond.model.fields.Many2Many attribute)
(trytond.model.fields.Many2One attribute)
(trytond.model.fields.One2Many attribute)
(trytond.model.fields.Reference attribute)
search_read() (trytond.model.ModelStorage class method)
search_rec_name() (trytond.model.ModelStorage class method)
search_unaccented (trytond.model.fields.Char attribute)
(trytond.model.fields.Dict attribute)
(trytond.model.fields.Text attribute)
searchable() (trytond.model.fields.Field method)
searcher (trytond.model.fields.Function attribute)
Selection (class in trytond.model.fields)
selection (trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.MultiSelection attribute)
(trytond.model.fields.Reference attribute)
(trytond.model.fields.Selection attribute)
selection_change_with (trytond.model.fields.Reference attribute)
(trytond.model.fields.Selection attribute)
selection_json (trytond.model.DictSchemaMixin attribute)
selection_sorted (trytond.model.DictSchemaMixin attribute)
SelectionValidationError
sendmail() (in module trytond.sendmail)
sendmail_transactional() (in module trytond.sendmail)
sequence_create() (trytond.backend.Database method)
sequence_delete() (trytond.backend.Database method)
sequence_exist() (trytond.backend.Database method)
sequence_next_number() (trytond.backend.Database method)
sequence_ordered() (in module trytond.model)
sequence_rename() (trytond.backend.Database method)
sequence_update() (trytond.backend.Database method)
SERVER (in module trytond.tools.timezone)
set() (trytond.cache.Cache method)
(trytond.filestore.FileStore method)
(trytond.model.fields.Function method)
set_context() (trytond.transaction.Transaction method)
set_current_transaction() (trytond.transaction.Transaction method)
set_from_header() (in module trytond.tools.email_)
set_indexes() (trytond.backend.TableHandler method)
set_multivalue() (trytond.model.MultiValueMixin method)
set_rpc() (trytond.model.fields.Field method)
set_user() (in module trytond.tests.tools)
(trytond.transaction.Transaction method)
setmany() (trytond.filestore.FileStore method)
setnextid() (trytond.backend.Database method)
setter (trytond.model.fields.Function attribute)
setter_multivalue() (trytond.model.MultiValueMixin class method)
setup() (trytond.pool.Pool method)
setup_mixin() (trytond.pool.Pool method)
Similarity (trytond.model.Index attribute)
similarity() (trytond.backend.Database method)
Singleton (class in trytond.tools.singleton)
size (trytond.model.fields.Char attribute)
(trytond.model.fields.Many2Many attribute)
(trytond.model.fields.One2Many attribute)
(trytond.model.fields.Text attribute)
size() (trytond.filestore.FileStore method)
size_limit (trytond.cache.Cache attribute)
sizemany() (trytond.filestore.FileStore method)
SizeValidationError
SMTPDataManager (class in trytond.sendmail)
sort (trytond.model.fields.MultiSelection attribute)
(trytond.model.fields.Reference attribute)
(trytond.model.fields.Selection attribute)
sort() (in module trytond.model)
sortable() (trytond.model.fields.Field method)
sql_cast() (trytond.model.fields.Date method)
(trytond.model.fields.Field method)
sql_column() (trytond.model.fields.Field method)
sql_format() (trytond.backend.Database method)
(trytond.model.fields.Field method)
sql_id() (trytond.model.fields.Reference method)
sql_pairing() (in module trytond.tools)
sql_type() (trytond.backend.Database method)
(trytond.model.fields.Field method)
SQLConstraintError
start() (trytond.pool.Pool class method)
(trytond.transaction.Transaction method)
start_state (trytond.wizard.Wizard attribute)
started_at (trytond.transaction.Transaction attribute)
State (class in trytond.wizard)
state (trytond.wizard.Button attribute)
StateAction (class in trytond.wizard)
StateReport (class in trytond.wizard)
states (trytond.model.fields.Field attribute)
(trytond.wizard.Wizard attribute)
StateTransition (class in trytond.wizard)
StateView (class in trytond.wizard)
stats() (trytond.cache.Cache class method)
stop() (trytond.pool.Pool class method)
(trytond.transaction.Transaction method)
store_prefix (trytond.model.fields.Binary attribute)
string (trytond.model.DictSchemaMixin attribute)
(trytond.model.fields.Field attribute)
(trytond.wizard.Button attribute)
strip (trytond.model.fields.Char attribute)
subscribe() (trytond.bus.Bus class method)
suite() (in module trytond.tests.test_tryton)
SymbolMixin (class in trytond.model)
sync() (trytond.cache.Cache class method)
sync_since() (trytond.cache.Cache method)
T
table (trytond.model.Constraint attribute)
table_exist() (trytond.backend.TableHandler class method)
table_query() (trytond.model.ModelSQL class method)
table_rename() (trytond.backend.TableHandler class method)
TableHandler (class in trytond.backend)
target (trytond.model.fields.Many2Many attribute)
test() (trytond.backend.Database method)
Text (class in trytond.model.fields)
Time (class in trytond.model.fields)
TimeDelta (class in trytond.model.fields)
TimeFormatValidationError
Timestamp (class in trytond.model.fields)
timestamp (trytond.transaction.Transaction attribute)
Transaction (class in trytond.transaction)
TransactionError
transition() (trytond.model.Workflow static method)
translate (trytond.model.fields.Char attribute)
(trytond.model.fields.Text attribute)
translate_selection (trytond.model.fields.MultiSelection attribute)
(trytond.model.fields.Reference attribute)
(trytond.model.fields.Selection attribute)
translated() (trytond.model.fields.Dict method)
(trytond.model.fields.MultiSelection method)
(trytond.model.fields.Reference method)
(trytond.model.fields.Selection method)
tree() (in module trytond.model)
TreeMixin (class in trytond.model)
trigger_create() (trytond.model.ModelStorage class method)
trigger_delete() (trytond.model.ModelStorage class method)
trigger_records (trytond.transaction.Transaction attribute)
trigger_write() (trytond.model.ModelStorage class method)
trigger_write_get_eligibles() (trytond.model.ModelStorage class method)
trytond.backend
module
trytond.bus
module
trytond.cache
module
trytond.exceptions
module
trytond.filestore
module
trytond.i18n
module
trytond.model
module
trytond.model.exceptions
module
trytond.model.fields
module
trytond.pool
module
trytond.pyson
module
trytond.rpc
module
trytond.sendmail
module
trytond.tests.test_tryton
module
trytond.tests.tools
module
trytond.tools
module
trytond.tools.barcode
module
trytond.tools.email_
module
trytond.tools.immutabledict
module
trytond.tools.qrcode
module
trytond.tools.singleton
module
trytond.tools.timezone
module
trytond.transaction
module
trytond.wizard
module
TrytonException
types() (trytond.pyson.PYSON method)
U
Unaccent (trytond.model.Index attribute)
unaccent() (trytond.backend.Database method)
unescape_wildcard() (in module trytond.tools)
union_column() (trytond.model.UnionMixin class method)
union_columns() (trytond.model.UnionMixin class method)
union_models() (trytond.model.UnionMixin static method)
union_shard() (trytond.model.UnionMixin class method)
union_unshard() (trytond.model.UnionMixin class method)
UnionMixin (class in trytond.model)
Unique (class in trytond.model)
unique (trytond.rpc.RPC attribute)
Usage (trytond.model.Index attribute)
USER (in module trytond.tests.test_tryton)
user (trytond.transaction.Transaction attribute)
UserError
UserWarning
UTC (in module trytond.tools.timezone)
V
validate (trytond.wizard.Button attribute)
validate() (trytond.model.ModelStorage class method)
validate_fields() (trytond.model.ModelStorage class method)
validation_depends (trytond.model.fields.Field attribute)
ValidationError
ValueMixin (class in trytond.model)
view (trytond.wizard.StateView attribute)
view_attributes() (trytond.model.ModelView class method)
view_toolbar_get() (trytond.model.ModelView class method)
W
where (trytond.model.Exclude attribute)
with_transaction() (in module trytond.tests.test_tryton)
without_check_access() (in module trytond.transaction)
Wizard (class in trytond.wizard)
Workflow (class in trytond.model)
write() (trytond.model.ModelStorage class method)
write_date (trytond.model.ModelStorage attribute)
write_uid (trytond.model.ModelStorage attribute)
Read the Docs
v: 6.8
Versions
latest
6.8
6.6
6.4
6.2
6.0
5.8
5.6
5.4
5.2
5.0
4.8
4.6
4.4
4.2
4.0
Downloads
On Read the Docs
Project Home
Builds