| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/connector-infor |
| GIT | |
| GIT | https://github.com/OCA/connector-infor.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/connector-infor/tree/11.0/connector_infor_account_move |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Open Source Integrators |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Open Source Integrators |
| COMMITTERS | |
| COMMITTERS | Guewen Baconnier, GitHub, Bhavesh Odedra, OCA Transbot, Thierry Ducrest, oca-travis |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/connector_infor |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:24:03 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector - component - component_event OCA/connector-infor: - connector_infor OCA/queue: - queue_job OCA/server-backend: - base_external_dbsource_mysql - base_external_dbsource_sqlite - base_external_dbsource odoo/odoo: - account - base_setup - base - web - product - decimal_precision - bus - web_tour - analytic - web_planner - portal - http_routing - base_sparse_field |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES |
freezegun xmlunittest requests cachetools MySQLdb sqlalchemy |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_infor_account_journal_form |
infor.account.journal.form | infor.backend | page | Inherits connector_infor.view_infor_backend_form |
view_infor_account_move_form |
infor.account.move.form | infor.account.move | form | New |
view_infor_account_move_search |
infor.account.move.search | infor.account.move | search | New |
view_infor_account_move_tree |
infor.account.move.tree | infor.account.move | tree | New |
view_move_infor_transaction_form |
account.move.infor.backend.form | account.move | field | Inherits account.view_move_form |
infor_bind_ids
One2many → infor.account.move
comodel_name='infor.account.move'
inverse_name='odoo_id'
string='Bindings'
post(self)
odoo_id
Many2one → account.journal
comodel_name='account.journal'
ondelete='cascade'
required=True
string='Journal'
use_summarize_entry
Boolean
string='Summarize entries?'
generate_all_messages(self)
run_cron(self, binding_id)
backend_id
Many2one → infor.backend
comodel_name='infor.backend'
string='Infor Backend'
data_type
Selection
field
Char
help='Dynamicaly computed in a record fields hierarchy. If starting by "object." the account.move.line will be used as base. If starting by "backend." then the infor.backend is used.If the field can not be resolved the value in "default_value" wil be used instead.'
string='Dynamic Field'
field_default_value
Char
help='Used if the dynamic field resolution fails.'
string='Default Value'
field_type
Selection
string='Type'
args: [('dimensioncode', 'DimensionCode'), ('property', 'Property')]
field_value
Char
help='Used for static type fields'
string='Value'
name
Char
No public methods.
infor_journal_id
Many2one → infor.account.journal
comodel_name='infor.account.journal'
compute='_compute_infor_journal_id'
index=True
store=True
infor_message_id
Many2one → infor.message
comodel_name='infor.message'
index=True
ondelete='set null'
string='Infor Message'
odoo_id
Many2one → account.move
comodel_name='account.move'
ondelete='cascade'
required=True
string='Move'
is_realtime(self)
infor_journal_custom_field_ids
One2many → infor.account.journal.custom.field
comodel_name='infor.account.journal.custom.field'
inverse_name='backend_id'
string='Custom Field'
infor_journal_ids
One2many → infor.account.journal
comodel_name='infor.account.journal'
inverse_name='backend_id'
string='Journals'
No public methods.