| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/project |
| GIT | |
| GIT | https://github.com/OCA/project.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/project/tree/19.0/project_task_product_stock |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Project |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Marina Alapont |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/project |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:49 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/project: - project_task_product odoo/odoo: - project - analytic - base - base_setup - web - bus - web_tour - html_editor - uom - portal - http_routing - auth_signup - rating - resource - digest - product - project_stock - stock - barcodes_gs1_nomenclature - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | Allows to specify the lot/serial number of the product that relates to the project task, if it is tracked by lots. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_production_lot_form_inherit_tasks |
stock.lot.form.inherit.tasks | stock.lot | xpath | Inherits stock.view_production_lot_form |
view_task_form2_inherit |
view.task.form2.inherit | project.task | xpath | Inherits project_task_product.view_task_form2_inherit |
lot_id
Many2one → stock.lot
check_company=True
string='Lot/Serial Number'
tracking=True
args: 'stock.lot'
product_tracking
Selection
readonly=True
related='product_id.tracking'
string='Product Tracking'
No public methods.
task_count
Integer
compute='_compute_task_count'
action_view_tasks(self)