Repository
OCA/connector-infor · module folder · Try on Runboat
Module version
1.0.0
Category
Connector
Folder size
0.12 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/connector_infor
Last tracking update
2026-08-07 07:25:02
Authors
Odoo Community Association (OCA), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Guewen Baconnier, GitHub, Bhavesh Odedra, Thierry Ducrest, OCA Transbot, oca-travis
Odoo dependencies
Python dependencies
freezegun, xmlunittest, requests, cachetools, MySQLdb, sqlalchemy
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
view_infor_account_journal_form infor.account.journal.form infor.backend form 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 form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • infor_bind_ids One2many → infor.account.move
    comodel_name='infor.account.move' inverse_name='odoo_id' string='Bindings'
Public methods (1)
  • post(self)

New fields (2)
  • odoo_id Many2one → account.journal
    comodel_name='account.journal' ondelete='cascade' required=True string='Journal'
  • use_summarize_entry Boolean
    string='Summarize entries?'
Public methods (2)
  • generate_all_messages(self)
    @api.multi
  • run_cron(self, binding_id)
    @api.model

New fields (7)
  • backend_id Many2one → infor.backend
    comodel_name='infor.backend' string='Infor Backend'
  • data_type Selection
    args: [('static', 'Static'), ('dynamic', 'Dynamic')]
  • 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
Public methods (0)

No public methods.

New fields (3)
  • 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'
Public methods (1)
  • is_realtime(self)

New fields (2)
  • 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'
Public methods (0)

No public methods.