Redmine Connector

connector_redmine
REPOSITORY
REPOSITORYOCA/connector-redmine
GIT
GIThttps://github.com/OCA/connector-redmine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-redmine/tree/8.0/connector_redmine
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYConnector
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSOCA Transbot, dufresnedavid, OCA-git-bot
WEBSITE
WEBSITEhttp://odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:28
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - connector
odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - hr_timesheet_sheet
    - hr_timesheet
    - account
    - product
    - decimal_precision
    - report
    - analytic
    - board
    - edi
    - email_template
    - hr
    - resource
    - hr_attendance
    - hr_timesheet_invoice
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES redmine
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_redmine_backend_form redmine.backend.form redmine.backend form New
view_redmine_backend_tree redmine.backend.tree redmine.backend tree New
view_users_form_simple_modif res.users.preferences.form res.users group Inherits base.view_users_form_simple_modif
Models touched (4)

New fields (6)
  • active Boolean
    default=True args: 'Active'
  • default_lang_id Many2one → res.lang
    help='If a default language is selected, the records will be imported in the translation of this language.\nNote that a similar configuration exists for each storeview.' args: 'res.lang', 'Default Language'
  • is_default Boolean
    args: 'Default Redmine Service'
  • key Char
    groups='connector.group_connector_manager' required=True size=64 args: 'Key'
  • location Char
    required=True size=128 args: 'Location'
  • version Selection
    required=True string='Version' args: _select_versions
Public methods (2)
  • check_auth(self)
    @api.multi
    Check the authentication with Redmine
  • get_base_adapter(self)
    @api.multi
    Get an adapter to test the backend connection

New fields (4)
  • backend_id Many2one → redmine.backend
    ondelete='restrict' required=True args: 'redmine.backend', 'Redmine Backend'
  • redmine_id Integer
    required=True args: 'ID in Redmine'
  • sync_date Datetime
    required=True args: 'Last Synchronization Date'
  • updated_on Datetime
    args: 'Last Update in Redmine'
Public methods (0)

No public methods.

New fields (1)
  • openerp_id Many2one → hr.analytic.timesheet
    ondelete='cascade' required=True args: 'hr.analytic.timesheet', 'Timesheet'
Public methods (0)

No public methods.

New fields (1)
  • redmine_backend_ids Many2many → redmine.backend
    help='The redmine service from which to import your timesheets. If empty, the default redmine service will be used instead.' string='Redmine Server' args: 'redmine.backend'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/connector-redmine
GIT
GIThttps://github.com/OCA/connector-redmine.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/connector-redmine/tree/7.0/connector_redmine
VERSION
VERSION 0.1
CATEGORY
CATEGORYConnector
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Savoir-faire Linux
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA)
COMMITTERS
COMMITTERSStéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid
WEBSITE
WEBSITEhttp://odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:07:17
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/connector:
    - connector
odoo/odoo:
    - mail
    - base
    - base_setup
    - web_kanban
    - web
    - hr_timesheet_sheet
    - hr_timesheet
    - account
    - product
    - process
    - decimal_precision
    - analytic
    - board
    - edi
    - email_template
    - hr
    - resource
    - hr_attendance
    - hr_timesheet_invoice
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES redmine
requests
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Redmine Connector
=================
Add the Redmine Backend

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_redmine_backend_form redmine.backend.form redmine.backend form New
view_redmine_backend_tree redmine.backend.tree redmine.backend tree New
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • check_auth(self, cr, uid, ids, context=None)
    Check the authentication with Redmine

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.