Repository
OCA/connector-redmine · module folder · Try on Runboat
Module version
2.0.0
Category
Connector
Folder size
0.07 MB
License
AGPL-3
Application
Yes
Auto-installable
No
Website
http://odoo-community.org
Last tracking update
2026-08-07 07:03:15
Authors
Savoir-faire Linux, Odoo Community Association (OCA)
Maintainers
Odoo Community Association (OCA)
Committers
OCA Transbot, dufresnedavid, OCA-git-bot
Odoo dependencies
Python dependencies
redmine, requests
System dependencies
None
Required by
redmine_import_time_entry
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 form Inherits base.view_users_form_simple_modif
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…