| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/12.0/project_task_material_stock |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | cubells, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Marcel Savegnago, mallen, valentin vinagre urteaga |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/project: - project_task_material odoo/odoo: - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes - account - analytic - portal - http_routing - digest - project - rating - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_consume_material |
project.project.form | project.project | xpath | Inherits project.edit_project |
task_type_consume_material |
project.task.type.consume.material | project.task.type | field | Inherits project.task_type_edit |
view_project_task_form_material_stock |
project.task.form.material | project.task | field | Inherits project_task_material.view_project_task_form_material |
task_material_id
One2many → project.task.material
string='Project Task Material'
args: 'project.task.material', 'analytic_line_id'
No public methods.
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location to which materials are consumed.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location from which materials are consumed.'
index=True
string='Source Location'
No public methods.
analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Move created will be assigned to this analytic account'
string='Move Analytic Account'
analytic_line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_analytic_line'
string='Analytic Lines'
consume_material
Boolean
related='stage_id.consume_material'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Keep this field empty to use the default value from the project.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Keep this field empty to use the default value from the project.'
index=True
string='Source Location'
picking_id
Many2one → stock.picking
related='stock_move_ids.picking_id'
args: 'stock.picking'
picking_type_id
Many2one → stock.picking.type
comodel_name='stock.picking.type'
domain=[('code', 'in', ('outgoing', 'internal'))]
index=True
string='Operation Type'
stock_move_ids
Many2many → stock.move
comodel_name='stock.move'
compute='_compute_stock_move'
string='Stock Moves'
stock_state
Selection
compute='_compute_stock_state'
selection=[('pending', 'Pending'), ('confirmed', 'Confirmed'), ('assigned', 'Assigned'), ('done', 'Done')]
action_assign(self)
action_done(self)
unlink(self)
unlink_stock_move(self)
write(self, vals)
analytic_line_id
Many2one → account.analytic.line
comodel_name='account.analytic.line'
string='Analytic Line'
product_id
Many2one
domain="[('type', 'in', ('consu', 'product'))]"
product_uom_id
Many2one → uom.uom
comodel_name='uom.uom'
oldname='product_uom'
string='Unit of Measure'
stock_move_id
Many2one → stock.move
comodel_name='stock.move'
string='Stock Move'
create_analytic_line(self)
create_stock_move(self)
unlink(self)
unlink_stock_move(self)
consume_material
Boolean
help='If you mark this check, when a task goes to this state, it will consume the associated materials'
No public methods.
task_material_id
One2many → project.task.material
string='Project Task Material'
args: 'project.task.material', 'stock_move_id'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/11.0/project_task_material_stock |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/project: - project_task_material odoo/odoo: - stock_account - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner - account - analytic - portal - http_routing - project - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_consume_material |
project.project.form | project.project | xpath | Inherits project.edit_project |
task_type_consume_material |
project.task.type.consume.material | project.task.type | field | Inherits project.task_type_edit |
view_project_task_form_material_stock |
project.task.form.material | project.task | field | Inherits project_task_material.view_project_task_form_material |
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location to which materials are consumed.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location from which materials are consumed.'
index=True
string='Source Location'
No public methods.
analytic_account_id
Many2one → account.analytic.account
comodel_name='account.analytic.account'
help='Move created will be assigned to this analytic account'
string='Analytic Account'
analytic_line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_analytic_line'
string='Analytic Lines'
consume_material
Boolean
related='stage_id.consume_material'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location to which materials are consumed.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location from which materials are consumed.'
index=True
string='Source Location'
picking_id
Many2one → stock.picking
related='stock_move_ids.picking_id'
args: 'stock.picking'
stock_move_ids
Many2many → stock.move
comodel_name='stock.move'
compute='_compute_stock_move'
string='Stock Moves'
stock_state
Selection
compute='_compute_stock_state'
selection=[('pending', 'Pending'), ('confirmed', 'Confirmed'), ('assigned', 'Assigned'), ('done', 'Done')]
action_assign(self)
action_done(self)
unlink(self)
unlink_stock_move(self)
write(self, vals)
analytic_line_id
Many2one → account.analytic.line
comodel_name='account.analytic.line'
string='Analytic Line'
product_uom_id
Many2one → product.uom
comodel_name='product.uom'
oldname='product_uom'
string='Unit of Measure'
stock_move_id
Many2one → stock.move
comodel_name='stock.move'
string='Stock Move'
create_analytic_line(self)
create_stock_move(self)
consume_material
Boolean
help='If you mark this check, when a task goes to this state, it will consume the associated materials'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/10.0/project_task_material_stock |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Tecnativa, Odoo Community Association (OCA) |
| MAINTAINERS | |
| MAINTAINERS | Tecnativa, Odoo Community Association (OCA) |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://www.tecnativa.com/ |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:58 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/project: - project_task_material odoo/odoo: - stock_account - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - procurement - barcodes - web_planner - account - analytic - project - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
edit_project_consume_material |
project.project.form | project.project | xpath | Inherits project.edit_project |
task_type_consume_material |
project.task.type.consume.material | project.task.type | field | Inherits project.task_type_edit |
view_project_task_form_material_stock |
project.task.form.material | project.task | field | Inherits project_task_material.view_project_task_form_material |
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location to which materials are consumed.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location from which materials are consumed.'
index=True
string='Source Location'
No public methods.
analytic_line_ids
Many2many → account.analytic.line
comodel_name='account.analytic.line'
compute='_compute_analytic_line'
string='Analytic Lines'
consume_material
Boolean
related='stage_id.consume_material'
location_dest_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location to which materials are consumed.'
index=True
string='Destination Location'
location_source_id
Many2one → stock.location
comodel_name='stock.location'
help='Default location from which materials are consumed.'
index=True
string='Source Location'
stock_move_ids
Many2many → stock.move
comodel_name='stock.move'
compute='_compute_stock_move'
string='Stock Moves'
stock_state
Selection
compute='_compute_stock_state'
selection=[('pending', 'Pending'), ('confirmed', 'Confirmed'), ('assigned', 'Assigned'), ('done', 'Done')]
action_assign(self)
action_done(self)
unlink(self)
unlink_stock_move(self)
write(self, vals)
analytic_line_id
Many2one → account.analytic.line
comodel_name='account.analytic.line'
string='Analytic Line'
product_uom_id
Many2one → product.uom
comodel_name='product.uom'
oldname='product_uom'
string='Unit of Measure'
stock_move_id
Many2one → stock.move
comodel_name='stock.move'
string='Stock Move'
create_analytic_line(self)
create_stock_move(self)
consume_material
Boolean
help='If you mark this check, when a task goes to this state, it will consume the associated materials'
No public methods.