| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/connector-redmine |
| GIT | |
| GIT | https://github.com/OCA/connector-redmine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/connector-redmine/tree/8.0/redmine_import_time_entry |
| 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), Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, dufresnedavid, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector OCA/connector-redmine: - connector_redmine odoo/odoo: - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
assets_backend |
hr_timesheet_sheet assets | ir.ui.view | qweb | Inherits web.assets_backend |
hr_timesheet_sheet_form |
hr.timesheet.sheet.form | hr_timesheet_sheet.sheet | div | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_redmine_backend_form |
redmine.backend.form | redmine.backend | notebook | Inherits connector_redmine.view_redmine_backend_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)create(self, vals)
No new fields.
Public methods (1)import_timesheets_from_redmine(self)
contract_ref
Char
help='The field in Redmine used to relate a project in Redmine to a project in Odoo. Each redmine project must have a unique value for this attribute.'
args: 'Contract # field name'
time_entry_last_update
Datetime
default=<expr>
required=True
args: 'Last Time Entry Update'
time_entry_number_of_days
Integer
default=14
help='Number of days used when fetching the time entries.'
required=True
args: 'Time Entries - Number of days'
check_contract_ref(self)
prepare_time_entry_import(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/connector-redmine |
| GIT | |
| GIT | https://github.com/OCA/connector-redmine.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/connector-redmine/tree/7.0/redmine_import_time_entry |
| VERSION | |
| VERSION | 2.1.0 |
| CATEGORY | |
| CATEGORY | Connector |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Savoir-faire Linux |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Savoir-faire Linux |
| COMMITTERS | |
| COMMITTERS | GitHub, Stéphane Bidoul (ACSONE), OCA Transbot, dufresnedavid |
| WEBSITE | |
| WEBSITE | http://odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:07:17 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/connector: - connector OCA/connector-redmine: - connector_redmine odoo/odoo: - 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 Import Time Entry ========================= Import time entries from Redmine to the employee's analytic timesheet. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
hr_timesheet_sheet_form |
hr.timesheet.sheet.form | hr_timesheet_sheet.sheet | div | Inherits hr_timesheet_sheet.hr_timesheet_sheet_form |
view_redmine_backend_form |
redmine.backend.form | redmine.backend | button | Inherits connector_redmine.view_redmine_backend_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (1)create(self, cr, uid, vals, context=None)
No new fields.
Public methods (1)import_timesheets_from_redmine(self, cr, uid, ids, context=None)
No new fields.
Public methods (2)check_contract_ref(self, cr, uid, ids, context=None)
prepare_time_entry_import(self, cr, uid, context=None)