| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Xavier Morel, Aaron Bohy, Lucas Perais (lpe), Lucas Perais, Julien Castiaux, Xavier-Do, Julien Mougenot, Gorash, Mathieu Duckerts-Antoine, William Braeckman, luvi, Valentin Chevalier, Levi Siuzdak (sile), Bruno Boi, Bruno Boi (boi), Lopes Marc (loma), Pierre Pulinckx (PIPU), Michaël Mattiello, Pierre Pulinckx, Bastien PIERRE, Corentin Heinix (cohe), Krzysztof Magusiak (krma), Ayush Modi, Bruno BOI |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:40 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - digest - base_setup - web - bus - web_tour - html_editor - portal - http_routing - auth_signup - resource - sms - iap_mail - iap - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_automation_last
Datetime
readonly=True
string='Last Automation'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
stage_id
Many2one → test_base_automation.stage
compute='_compute_stage_id'
readonly=False
store=True
string='Stage'
args: 'test_base_automation.stage'
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
tag_ids
Many2many → test_base_automation.tag
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
user_id
Many2one → res.users
No public methods.
No new fields.
Public methods (0)No public methods.
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.
description
Char
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
No public methods.
user_id
Many2one → base.automation.model.with.recname.char
string='Responsible'
args: 'base.automation.model.with.recname.char'
name_create(self, name)
name
Char
priority
Selection
default='1'
args: [('0', 'Low'), ('1', 'Normal'), ('2', 'High')]
stage_id
Many2one → test_base_automation.stage
tag_ids
Many2many → test_base_automation.tag
task_ids
One2many → test_base_automation.task
user_ids
Many2many → res.users
No public methods.
name
Char
No public methods.
name
Char
No public methods.
allocated_hours
Float
effective_hours
Float
compute='_compute_effective_hours'
compute_sudo=True
store=True
args: 'Time Spent'
name
Char
parent_id
Many2one → test_base_automation.task
project_id
Many2one → test_base_automation.project
compute='_compute_project_id'
readonly=False
recursive=True
store=True
args: 'test_base_automation.project'
remaining_hours
Float
compute='_compute_remaining_hours'
help='Number of allocated hours minus the number of hours spent.'
readonly=True
store=True
args: 'Time Remaining'
trigger_hours
Float
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/18.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Xavier Morel, Aaron Bohy, Lucas Perais (lpe), Lucas Perais, Xavier-Do, Julien Mougenot, Achraf (abz), Rémy Voet (ryv), Abdelouahab (abla), Valentin Chevalier, Levi Siuzdak (sile), Bruno Boi, Mattis Megevand (mmeg), omra-odoo, Bruno Boi (boi), Bastien Fafchamps (bafa), Lopes Marc (loma), Pierre Pulinckx (PIPU), Pierre Pulinckx (pipu), Bastien PIERRE, Corentin Heinix (cohe), Bruno BOI, saurabh |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:25:53 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - digest - base_setup - web - bus - web_tour - html_editor - portal - web_editor - http_routing - auth_signup - resource - sms - iap_mail - iap - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_automation_last
Datetime
readonly=True
string='Last Automation'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
stage_id
Many2one → test_base_automation.stage
compute='_compute_stage_id'
readonly=False
store=True
string='Stage'
args: 'test_base_automation.stage'
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
tag_ids
Many2many → test_base_automation.tag
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.
description
Char
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
No public methods.
user_id
Many2one → base.automation.model.with.recname.char
string='Responsible'
args: 'base.automation.model.with.recname.char'
name_create(self, name)
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/17.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Martin Trigaux, Thibault Delavallée, Aaron Bohy, Damien Bouvy, Lucas Perais, Xavier-Do, Achraf (abz), Abdelouahab (abla), Hubert Van De Walle, Valentin Chevalier, Levi Siuzdak (sile), Bruno Boi, Mattis Megevand (mmeg), Bruno Boi (boi), Corentin Heinix (cohe) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:02:04 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - resource - web - base_setup - bus - web_tour - sms - iap_mail - iap - phone_validation |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_automation_last
Datetime
readonly=True
string='Last Automation'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
stage_id
Many2one → test_base_automation.stage
compute='_compute_stage_id'
readonly=False
store=True
string='Stage'
args: 'test_base_automation.stage'
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.
description
Char
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
No public methods.
user_id
Many2one → base.automation.model.with.recname.char
string='Responsible'
args: 'base.automation.model.with.recname.char'
name_create(self, name)
allocated_hours
Float
effective_hours
Float
compute='_compute_effective_hours'
compute_sudo=True
store=True
args: 'Time Spent'
name
Char
parent_id
Many2one → test_base_automation.task
project_id
Many2one → test_base_automation.project
compute='_compute_project_id'
readonly=False
recursive=True
store=True
args: 'test_base_automation.project'
remaining_hours
Float
compute='_compute_remaining_hours'
help='Number of allocated hours minus the number of hours spent.'
readonly=True
store=True
args: 'Time Remaining'
state
Boolean
tracking=True
trigger_hours
Float
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/16.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Fabien Pinckaers, Thibault Delavallée, Xavier-Do, Victor Feyens |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - resource - web - base_setup - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_action_last
Datetime
readonly=True
string='Last Action'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/15.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Martin Trigaux, Xavier Morel, Xavier-Do |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:25:26 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - resource - web - base_setup - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_action_last
Datetime
readonly=True
string='Last Action'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
index=True
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/14.0/test_base_automation |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Martin Trigaux, Xavier Morel, Yannick Tivisse, Xavier-Do |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:27 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - base_automation - base - resource - web - base_setup - bus - web_tour |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | This module contains tests related to base automation. Those are present in a separate module as it contains models used only to perform tests independently to functional aspects of other models. |
No views found for this module.
active
Boolean
default=True
date_action_last
Datetime
readonly=True
string='Last Action'
deadline
Boolean
compute='_compute_employee_deadline'
store=True
employee
Boolean
compute='_compute_employee_deadline'
store=True
is_assigned_to_admin
Boolean
string='Assigned to admin user'
line_ids
One2many → base.automation.line.test
name
Char
index=True
required=True
string='Subject'
partner_id
Many2one → res.partner
string='Partner'
args: 'res.partner'
priority
Boolean
state
Selection
default='draft'
readonly=True
string='Status'
args: [('draft', 'New'), ('cancel', 'Cancelled'), ('open', 'In Progress'), ('pending', 'Pending'), ('done', 'Closed')]
user_id
Many2one → res.users
string='Responsible'
args: 'res.users'
write(self, vals)
lead_id
Many2one → base.automation.lead.test
ondelete='cascade'
args: 'base.automation.lead.test'
name
Char
user_id
Many2one → res.users
No public methods.
linked_id
Many2one → base.automation.linked.test
ondelete='cascade'
args: 'base.automation.linked.test'
name
Char
No public methods.
another_field
Char
name
Char
No public methods.