TIP: You can type at any time to perform a new search.
Estimated costs in manufacturing orders
mrp_production_estimated_cost · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.2.1
- Category
- Manufacturing
- Folder size
- 0.78 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.odoomrp.com
- Last tracking update
- 2026-08-07 07:03:07
- Authors
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun IngenerÃa S.L., OdooMRP team
- Maintainers
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun IngenerÃa S.L., OdooMRP team
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, agaldona, Antonio Espinosa, Oihane Crucelaegui
Code Analysis ⓘ
Views touched (13)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
estimated_cost_list_view |
estimated.cost.list.view | account.analytic.line | tree | New |
mrp.mrp_production_buttons |
mrp.production.buttons | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp.mrp_production_form_view_costs |
mrp.production.form.view.costs | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp_production_buttons_inh_estimatedcost |
mrp.production.buttons.inh.estimatedcost | mrp.production | form | Inherits mrp.mrp_production_buttons |
mrp_production_form_view |
Manufacturing order form (active field) | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp_production_form_view_inh_estimatedcost |
mrp.production.form.view.inh.estimatedcost | mrp.production | form | Inherits mrp.mrp_production_form_view_costs |
mrp_production_tree_view_inh_estimatedcost |
mrp.production.tree.view.inh.estimatedcost | mrp.production | tree | Inherits mrp.mrp_production_tree_view |
product_product_form_view_bom_button_inh_estimatedcost |
product.product.form.view.bom.button.inh.estimatedcost | product.product | form | Inherits mrp.product_product_form_view_bom_button |
product_template_form_view |
product.template.form.view.estimatedcost | product.template | form | Inherits product.product_template_form_view |
product_template_form_view_bom_button_inh_estimatedcost |
product.template.form.view.bom.button.inh.estimatedcost | product.template | form | Inherits mrp.product_template_form_view_bom_button |
view_account_analytic_line_form_inh_estimatedcost |
view.account.analytic.line.form.inh.estimatedcost | account.analytic.line | form | Inherits account.view_account_analytic_line_form |
view_account_analytic_line_tree_inh_estimatedcost |
view.account.analytic.line.tree.inh.estimatedcost | account.analytic.line | tree | Inherits account.view_account_analytic_line_tree |
wiz_create_virtual_mo_view |
wiz.create.virtual.mo.view | wiz.create.virtual.mo | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (2)
-
estim_avg_costFloatdigits=dp.get_precision('Product Price')string='Estimated Average Cost' -
estim_std_costFloatdigits=dp.get_precision('Product Price')string='Estimated Standard Cost'
No public methods.
New fields (10)
-
activeBooleandefault=Truestring='Active' -
analytic_line_idsOne2many → account.analytic.linecomodel_name='account.analytic.line'inverse_name='mrp_production_id'string='Cost Lines' -
avg_costFloatcompute='_compute_unit_avg_cost'store=Truestring='Estimated Average Cost' -
created_estimated_costIntegercompute='_count_created_estimated_cost'string='Estimated Costs' -
nameChardefault='/' -
product_costFloatrelated='product_id.standard_price'string='Product Cost' -
product_manual_costFloatrelated='product_id.manual_standard_cost'string='Product Manual Cost' -
std_costFloatcompute='_compute_unit_std_cost'store=Truestring='Estimated Standard Cost' -
unit_avg_costFloatcompute='_compute_unit_avg_cost'store=Truestring='Estimated Average Unit Cost' -
unit_std_costFloatcompute='_compute_unit_std_cost'store=Truestring='Estimated Standard Unit Cost'
-
action_confirm(self)@api.multi -
action_show_estimated_costs(self)@api.multi -
calculate_production_estimated_cost(self)@api.multi -
create(self, values)@api.model -
load_product_std_price(self)@api.multi
New fields (1)
-
manual_standard_costFloatdigits=dp.get_precision('Product Price')string='Manual Standard Cost'
-
write(self, vals)@api.multi
New fields (1)
-
manual_standard_costFloatdigits=dp.get_precision('Product Price')string='Manual Standard Cost'
No public methods.
New fields (3)
-
analytic_account_idMany2one → account.analytic.accountcomodel_name='account.analytic.account'string='Analytic account' -
date_plannedDatetimedefault=fields.Datetime.nowrequired=Truestring='Scheduled Date' -
load_on_productBooleanargs: 'Load cost on product'
-
do_create_virtual_mo(self)@api.multi