Infor Connector Account Move

connector_infor_account_move
REPOSITORY
REPOSITORYOCA/connector-infor
GIT
GIThttps://github.com/OCA/connector-infor.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-infor/tree/11.0/connector_infor_account_move
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Open Source Integrators
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Open Source Integrators
COMMITTERS
COMMITTERSGuewen Baconnier, GitHub, Bhavesh Odedra, OCA Transbot, Thierry Ducrest, oca-travis
WEBSITE
WEBSITEhttps://github.com/OCA/connector_infor
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-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
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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
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.