| REPOSITORY | |
|---|---|
| REPOSITORY | odoo/odoo |
| GIT | |
| GIT | https://github.com/odoo/odoo.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/odoo/odoo/tree/19.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Sales/Sales |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | Odoo S.A. |
| MAINTAINERS | |
| MAINTAINERS | Odoo S.A. |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Xavier Morel, Arnold Moyaux, Julien Castiaux, Victor Feyens, William Henrotin, svs-odoo, Tiffany Chang (tic), Gorash, William Braeckman, JF Aubert, PNO, JordiMForgeFlow, Mathieu Walravens, Pierrot (prro), Adrien Widart (awt), Pieter Claeys (clpi), Dylan Kiss (dyki), Paweł Fertyk, Ethan Vincent, lase@odoo.com, Quentin Wolfs, Richard Prosser, kcv-odoo, nihp-odoo, Stéphane Diez, David Van Droogenbroeck (DROD), pkgu-odoo, Mohammad Abdulmoneim (abdu), djameltouati, MaximeNoirhomme, plha-odoo, Krzysztof Magusiak (krma), Omar (OSAH), joseph, Tyler Landivar (tylan), agbr-odoo, Elijah Tay (elct), Lancelot Semal, sako-odoo, lase, Stef Ossé |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:51:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - html_editor - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - http_routing - auth_signup - resource - sale_stock - sale - sales_team - account_payment - account - onboarding - analytic - payment - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | div | Inherits sale.view_order_form |
sale_order_portal_content_inherit_sale_mrp |
Orders MOs | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)unlink(self)
write(self, vals)
sale_line_id
Many2one → sale.order.line
copy=False
args: 'sale.order.line', 'Origin sale order line'
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_confirm(self)
action_view_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
mrp_production_ids
Many2many → mrp.production
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
string='Manufacturing orders associated with this sales order.'
args: 'mrp.production'
action_view_mrp_production(self)
No new fields.
Public methods (1)compute_uom_qty(self, new_qty, stock_move, rounding=True)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Xavier Morel, Yannick Tivisse, Odoo Online, Christophe Monniez, Arnold Moyaux, William Henrotin, Tiffany Chang (tic), Rémy Voet (ryv), Gorash, David (dafr), PNO, Mathieu Walravens, Pierrot (prro), Louis Wicket (wil), Walid, Adrien Widart (awt), Gauthier Wala (gawa), clesgow, Pieter Claeys (clpi), Claire Bretton (clbr), Dylan Kiss (dyki), Paweł Fertyk, Ethan Vincent, lase@odoo.com, Maxime de Neuville, Richard Prosser, kcv-odoo, Louis (wil), Stéphane Diez, Jitendra Prajapat, David Van Droogenbroeck (DROD), pkgu-odoo, djameltouati, plha-odoo, Mahdi Alijani (malj), Omar (OSAH), Maeva De Keyser (MDEK), Gurpreet Singh, raju kumar thakur, Elijah Tay (elct), Lancelot Semal, msho-odoo |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:25:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - html_editor - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - sale_stock - sale - sales_team - account_payment - account - onboarding - analytic - payment - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | xpath | Inherits sale.view_order_form |
sale_order_portal_content_inherit_sale_mrp |
Orders MOs | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)toggle_active(self)
unlink(self)
write(self, vals)
sale_line_id
Many2one → sale.order.line
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_confirm(self)
action_view_sale_orders(self)
get_linked_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
mrp_production_ids
Many2many → mrp.production
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
string='Manufacturing orders associated with this sales order.'
args: 'mrp.production'
action_view_mrp_production(self)
No new fields.
Public methods (1)compute_uom_qty(self, new_qty, stock_move, rounding=True)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/17.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Yannick Tivisse, Odoo Online, Christophe Monniez, Arnold Moyaux, Victor Feyens, William Henrotin, svs-odoo, Touati Djamel (otd), Tiffany Chang (tic), Rémy Voet (ryv), Gorash, snd, Stefan-Calin Crainiciuc (stcc), roen-odoo, David (dafr), JF Aubert, PNO, william, Walid HANNICHE (waha), Demesmaeker, Mathieu Walravens, Pierrot (prro), Merel Geens (mege), Louis Wicket (wil), Walid, Adrien Widart (awt), clesgow, Dylan Kiss (dyki), lase@odoo.com, Richard Prosser, Louis (wil), David Van Droogenbroeck (DROD), pkgu-odoo, Corentin Heinix (cohe), plha-odoo, Sohail JAIDI (soja), Gurpreet Singh |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 01:02:08 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - sale_stock - sale - sales_team - account_payment - account - onboarding - analytic - payment - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | xpath | Inherits sale.view_order_form |
sale_order_portal_content_inherit_sale_mrp |
Orders MOs | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)toggle_active(self)
unlink(self)
write(self, vals)
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_view_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
mrp_production_ids
Many2many → mrp.production
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
string='Manufacturing orders associated with this sales order.'
args: 'mrp.production'
action_view_mrp_production(self)
No new fields.
Public methods (1)compute_uom_qty(self, new_qty, stock_move, rounding=True)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Denis Ledoux, Yannick Tivisse, Christophe Monniez, Arnold Moyaux, Romeo Fragomeli, Victor Feyens, William Henrotin, Brice bib Bartoletti, Adrien Widart, Touati Djamel (otd), Tiffany Chang (tic), Nathan Marotte (nama), Rémy Voet (ryv), fja-odoo, snd, Guillaume (guva), Stefan-Calin Crainiciuc (stcc), roen-odoo, william-andre, David (dafr), PNO, aliya, william, Walid HANNICHE (waha), AaronHForgeFlow, Pierrot (prro), Merel Geens (mege), Adrien Widart (awt), clesgow, lase@odoo.com |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:51 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - sale_stock - sale - sales_team - account_payment - account - analytic - payment - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | xpath | Inherits sale.view_order_form |
sale_order_portal_content_inherit_sale_mrp |
Orders MOs | ir.ui.view | qweb | Inherits sale.sale_order_portal_content |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)toggle_active(self)
unlink(self)
write(self, vals)
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_view_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
mrp_production_ids
Many2many → mrp.production
compute='_compute_mrp_production_ids'
groups='mrp.group_mrp_user'
string='Manufacturing orders associated with this sales order.'
args: 'mrp.production'
action_view_mrp_production(self)
No new fields.
Public methods (1)compute_uom_qty(self, new_qty, stock_move, rounding=True)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Thibault Delavallée, Nicolas Martinelli, Nicolas Lempereur, Yannick Tivisse, Christophe Monniez, Arnold Moyaux, Xavier-Do, Andrea Grazioso (agr-odoo), William Henrotin, Anh Thao Pham (pta), Brice bib Bartoletti, Adrien Widart, Touati Djamel (otd), Tiffany Chang (tic), Nathan Marotte (nama), Rémy Voet (ryv), fja-odoo, snd, Guillaume (guva), Stefan-Calin Crainiciuc (stcc), roen-odoo, Hubert Van de Walle (huvw), william-andre, David (dafr), PNO, yhu-odoo, JordiMForgeFlow, Walid HANNICHE (waha), AaronHForgeFlow, Habib (ayh), Gaetan Vanden Bergh (gavb), Merel Geens (mege), Walid, Adrien Widart (awt), clesgow, lase@odoo.com |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:25:28 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - sale_stock - sale - sales_team - payment - account - analytic - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (3)toggle_active(self)
unlink(self)
write(self, vals)
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_view_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_count'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
action_view_mrp_production(self)
No new fields.
Public methods (1)compute_uom_qty(self, new_qty, stock_move, rounding=True)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Christophe Simonis, Simon Lejeune, Nicolas Martinelli, Nicolas Lempereur, Yannick Tivisse, Laurent Smet, Arnold Moyaux, Julien Castiaux, Xavier-Do, Victor Feyens, Andrea Grazioso (agr-odoo), William Henrotin, Anh Thao Pham (pta), Debauche Stéphane, svs-odoo, Brice bib Bartoletti, Adrien Widart, Touati Djamel (otd), Nathan Marotte (nama), Rémy Voet (ryv), Ivàn Todorovich, fja-odoo, snd, Guillaume (guva), Stefan-Calin Crainiciuc (stcc), roen-odoo, Hubert Van de Walle (huvw), David (dafr), yhu-odoo, william, JordiMForgeFlow, Thibault Libioulle, AaronHForgeFlow, Gaetan Vanden Bergh (gavb), Merel Geens (mege), Adrien Widart (awt) |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:14:29 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - sale_stock - sale - sales_team - payment - account - analytic - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_sale |
mrp.production.inherited.form.sale | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
sale_order_form_mrp |
sale.order.inherited.form.mrp | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (2)toggle_active(self)
unlink(self)
sale_order_count
Integer
compute='_compute_sale_order_count'
groups='sales_team.group_sale_salesman'
args: 'Count of Source SO'
action_view_sale_orders(self)
mrp_production_count
Integer
compute='_compute_mrp_production_count'
groups='mrp.group_mrp_user'
args: 'Count of MO generated'
action_view_mrp_production(self)
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/13.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Denis Ledoux, Christophe Simonis, Goffin Simon, Simon Lejeune, Nicolas Martinelli, qdp-odoo, Odoo Online, Jorge Pinna Puissant, Arnold Moyaux, Adrian Torres, Aurélien Warnon, Xavier-Do, Andrea Grazioso (agr-odoo), William Henrotin, fw-bot, Anh Thao Pham (pta), svs-odoo, Brice bib Bartoletti, Adrien Widart, Touati Djamel (otd), snd, Pratima Gupta, Guillaume (guva), Arnaud Baes, roen-odoo, Hubert Van de Walle (huvw), David (dafr), JordiMForgeFlow, AaronHForgeFlow |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:06:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - resource - sale_stock - sale - sales_team - payment - account - analytic - portal - web_editor - http_routing - auth_signup - digest - utm - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
No views found for this module.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/12.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Denis Ledoux, Christophe Simonis, Xavier Morel, Goffin Simon, Simon Lejeune, Nicolas Martinelli, qdp-odoo, Yannick Tivisse, Pierre Masereel, jem-odoo, Christophe Monniez, Arnold Moyaux, XavierDo, Xavier-Do, Andrea Grazioso (agr-odoo), William Henrotin, Adrien Widart |
| WEBSITE | |
| WEBSITE | |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:57:01 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - stock - barcodes - resource - sale_stock - sale - sales_team - payment - account - analytic - portal - http_routing - digest - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
No views found for this module.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/11.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Christophe Simonis, Goffin Simon, Simon Lejeune, Nicolas Martinelli, GitHub, Yannick Tivisse, Odoo Online, Denis Vermylen (dve), DVE, amoyaux, Alex Tuyls |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/manufacturing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:53:43 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web - bus - web_tour - stock - barcodes - web_planner - resource - sale_stock - sale_management - sale - sales_team - account - analytic - portal - http_routing - account_invoicing - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
No views found for this module.
No new fields.
Public methods (0)No public methods.
No new fields.
Public methods (0)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/10.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Odoo Translation Bot, Martin Trigaux, Olivier Dony, Thibault Delavallée, Josse Colpaert, Denis Ledoux, Christophe Simonis, Goffin Simon, Nicolas Martinelli, Julien Legros, qdp-odoo, Lucas Perais (lpe), Yannick Tivisse, Pierre Masereel |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/manufacturing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:50:48 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - stock - procurement - barcodes - web_planner - resource - sale_stock - sale - sales_team - account - analytic - stock_account |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
No views found for this module.
No new fields.
Public methods (0)No public methods.
sale_name
Char
compute='_compute_sale_name_sale_ref'
help='Indicate the name of sales order.'
string='Sale Name'
sale_ref
Char
compute='_compute_sale_name_sale_ref'
help='Indicate the Customer Reference from sales order.'
string='Sale Reference'
No public methods.
No new fields.
Public methods (0)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/9.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | |
| MAINTAINERS | |
| MAINTAINERS | |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Martin Trigaux, Fabien Pinckaers, Olivier Dony, Thibault Delavallée, Josse Colpaert, Denis Ledoux, Christophe Simonis, David Monjoie, Xavier Morel, Goffin Simon, Nicolas Martinelli, Damien Bouvy, Yannick Tivisse |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/manufacturing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:48:30 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web_kanban - web - bus - report - procurement - stock_account - stock - barcodes - web_planner - account - analytic - web_tip - resource - sale_stock - sale - sales_team |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_inherit_sale_mrp |
mrp.production.form | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
view_order_form_inherit_sale_mrp |
sale.order.form.sale.stock.mrp | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (0)No public methods.
sale_name
Char
compute='_compute_sale_name_sale_ref'
help='Indicate the name of sales order.'
string='Sale Name'
sale_ref
Char
compute='_compute_sale_name_sale_ref'
help='Indicate the Customer Reference from sales order.'
string='Sale Reference'
No public methods.
property_ids
Many2many → mrp.property
readonly=True
states={'draft': [('readonly', False)]}
args: 'mrp.property', 'sale_order_line_property_rel', 'order_id', 'property_id', 'Properties'
No public methods.
No new fields.
Public methods (0)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/8.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Odoo Translation Bot, Christophe Matthieu, Martin Trigaux, Fabien Pinckaers, Antony Lesuisse, Olivier Dony, Tejas Tank, Vo Minh Thu, Josse Colpaert, Launchpad Translations on behalf of openerp, Quentin (OpenERP), Denis Ledoux, Christophe Simonis, Xavier Morel, Goffin Simon, Cedric Snauwaert, jke-openerp, Aaron Bohy, sgo@tinyerp.com |
| WEBSITE | |
| WEBSITE | https://www.odoo.com/page/manufacturing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:45:39 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - decimal_precision - base_setup - web_kanban - web - report - procurement - stock_account - stock - board - web_kanban_gauge - web_kanban_sparkline - account - analytic - edi - email_template - resource - sale_stock - sale - sales_team - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_production_form |
mrp.production.form | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
view_order_form_inherit_mrp |
sale.order.form.sale.stock.mrp | sale.order | xpath | Inherits sale.view_order_form |
No new fields.
Public methods (0)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/7.0/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Twinkle Christian (OpenERP), Cecile Tonglet, Rucha (Open ERP), Atul Patel (OpenERP), Stephane Wirtel, Odoo Translation Bot, Turkesh Patel (Open ERP), Harry (OpenERP), ajay javiya (OpenERP), Martin Trigaux, Ajay Chauhan (OpenERP), Purnendu Singh (OpenERP), Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Hardik, Amit Patel (OpenERP), Launchpad Translations on behalf of openerp, Quentin (OpenERP), Kuldeep Joshi (OpenERP), Mayur Maheshwari (OpenERP), Jigar Amin - OpenERP, Dharti Ratani (OpenERP) |
| WEBSITE | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:43:10 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - product - base - process - web - decimal_precision - base_setup - web_kanban - procurement - stock - account - analytic - board - edi - email_template - resource - purchase - sale_stock - sale - account_voucher |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production orders generated
from sales order. It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_production_form |
mrp.production.form | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
No new fields.
Public methods (0)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/6.1/sale_mrp |
| VERSION | |
| VERSION | 1.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | Yes |
| AUTHORS | |
| AUTHORS | OpenERP SA |
| MAINTAINERS | |
| MAINTAINERS | OpenERP SA |
| COMMITTERS | |
| COMMITTERS | Raphael Collet, Stephane Wirtel, Fabien Pinckaers, Olivier Dony, Vo Minh Thu, Launchpad Translations on behalf of openerp, vro, niv-openerp, Carlos Vásquez, Els Van Vossel, Israel Fermin Montilla, Hardik Ansodariy (OpenERP), rch-openerp |
| WEBSITE | |
| WEBSITE | http://www.openerp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-05 23:41:35 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - mrp - procurement - base - process - product - decimal_precision - stock - account - base_setup - analytic - board - edi - email_template - base_tools - resource - purchase - sale |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION |
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================
It is basically used when we want to keep track of production
orders generated from sales order.
It adds sales name and sales Reference on production order.
|
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_production_form |
mrp.production.form | mrp.production | xpath | Inherits mrp.mrp_production_form_view |
No models found for this module.