Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Where is MRP module?

Subscriure's

Get notified when there's activity on this post

This question has been flagged
manufacturingmodulemrp
3 Respostes
2683 Vistes
Avatar
John Yung

I'm trying to find mrp module for manufacturing, but I can't find it within the category. Where is it?

0
Avatar
Descartar
John Yung
Autor

Thank you for the clarification.

I've tried installing Inventory, and I got an error from it.

RPC_ERROR

Odoo Server Error

//Traceback (most recent call last):

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 550, in _tag_root

// f(rec)

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 451, in _tag_record

//record = model._load_records([data], self.mode == 'update')

//File "/home/odoo/src/odoo/saas-16.4/odoo/models.py", line 4729, in _load_records

//records = self._load_records_create([data['values'] for data in to_create])

//File "/home/odoo/src/odoo/saas-16.4/odoo/models.py", line 4640, in _load_records_create

//return self.create(values)

//File "<decorator-gen-203>", line 2, in create

//File "/home/odoo/src/odoo/saas-16.4/odoo/api.py", line 415, in _model_create_multi

//return create(self, arg)

//File "/home/odoo/src/odoo/saas-16.4/addons/stock/models/stock_warehouse.py", line 130, in create

//new_vals = warehouse._create_or_update_sequences_and_picking_types()

//File "/home/odoo/src/odoo/saas-16.4/addons/stock/models/stock_warehouse.py", line 349, in _create_or_update_sequences_and_picking_types

//warehouse_data[picking_type] = PickingType.create(values).id

//File "<decorator-gen-200>", line 2, in create

//File "/home/odoo/src/odoo/saas-16.4/odoo/api.py", line 414, in _model_create_multi

//return create(self, [arg])

//File "/home/odoo/src/odoo/saas-16.4/addons/stock/models/stock_picking.py", line 122, in create

//return super().create(vals_list)

//File "<decorator-gen-12>", line 2, in create

//File "/home/odoo/src/odoo/saas-16.4/odoo/api.py", line 415, in _model_create_multi

//return create(self, arg)

//File "/home/odoo/src/odoo/saas-16.4/odoo/models.py", line 4274, in create

//records = self._create(data_list)

//File "/home/odoo/src/odoo/saas-16.4/odoo/models.py", line 4548, in _create

//records._validate_fields(name for data in data_list for name in data['stored'])

//File "/home/odoo/src/odoo/saas-16.4/odoo/models.py", line 1454, in _validate_fields

//check(self)

//File "/home/odoo/src/odoo/saas-16.4/addons/stock/models/stock_picking.py", line 286, in _check_sequence_code

//raise UserError(_("Sequences %s already exist.",

//odoo.exceptions.UserError: Sequences Severina Services Inc Sequence in already exist.

//The above exception was the direct cause of the following exception:

//Traceback (most recent call last):

//File "/home/odoo/src/odoo/saas-16.4/odoo/http.py", line 1715, in _serve_db

//return service_model.retrying(self._serve_ir_http, self.env)

//File "/home/odoo/src/odoo/saas-16.4/odoo/service/model.py", line 133, in retrying

//result = func()

//File "/home/odoo/src/odoo/saas-16.4/odoo/http.py", line 1742, in _serve_ir_http

//response = self.dispatcher.dispatch(rule.endpoint, args)

//File "/home/odoo/src/odoo/saas-16.4/odoo/http.py", line 1943, in dispatch

//result = self.request.registry['ir.http']._dispatch(endpoint)

//File "/home/odoo/src/odoo/saas-16.4/odoo/addons/base/models/ir_http.py", line 191, in _dispatch

//result = endpoint(**request.params)

//File "/home/odoo/src/odoo/saas-16.4/odoo/http.py", line 717, in route_wrapper

//result = endpoint(self, *args, **params_ok)

//File "/home/odoo/src/odoo/saas-16.4/addons/web/controllers/dataset.py", line 30, in call_kw

//return self._call_kw(model, method, args, kwargs)

//File "/home/odoo/src/odoo/saas-16.4/addons/web/controllers/dataset.py", line 26, in _call_kw

//return call_kw(request.env[model], method, args, kwargs)

//File "/home/odoo/src/odoo/saas-16.4/odoo/api.py", line 466, in call_kw

//result = _call_kw_multi(method, model, args, kwargs)

//File "/home/odoo/src/odoo/saas-16.4/odoo/api.py", line 453, in _call_kw_multi

//result = method(recs, *args, **kwargs)

//File "/home/odoo/src/custom/trial/saas_trial/models/module.py", line 80, in button_immediate_install

//return super(IrModuleModule, self).button_immediate_install()

//File "<decorator-gen-76>", line 2, in button_immediate_install

//File "/home/odoo/src/odoo/saas-16.4/odoo/addons/base/models/ir_module.py", line 74, in check_and_log

//return method(self, *args, **kwargs)

//File "/home/odoo/src/odoo/saas-16.4/odoo/addons/base/models/ir_module.py", line 453, in button_immediate_install

//return self._button_immediate_function(type(self).button_install)

//File "/home/odoo/src/custom/trial/saas_trial/models/module.py", line 52, in _button_immediate_function

//res = super(IrModuleModule, self)._button_immediate_function(function)

//File "/home/odoo/src/odoo/saas-16.4/odoo/addons/base/models/ir_module.py", line 577, in _button_immediate_function

//registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)

//File "<decorator-gen-16>", line 2, in new

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/func.py", line 87, in locked

//return func(inst, *args, **kwargs)

//File "/home/odoo/src/odoo/saas-16.4/odoo/modules/registry.py", line 113, in new

//odoo.modules.load_modules(registry, force_demo, status, update_module)

//File "/home/odoo/src/odoo/saas-16.4/odoo/modules/loading.py", line 480, in load_modules

//processed_modules += load_marked_modules(env, graph,

//File "/home/odoo/src/odoo/saas-16.4/odoo/modules/loading.py", line 364, in load_marked_modules

//loaded, processed = load_module_graph(

//File "/home/odoo/src/odoo/saas-16.4/odoo/modules/loading.py", line 227, in load_module_graph

//load_data(env, idref, mode, kind='data', package=package)

//File "/home/odoo/src/odoo/saas-16.4/odoo/modules/loading.py", line 71, in load_data

//tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 613, in convert_file

//convert_xml_import(env, module, fp, idref, mode, noupdate)

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 679, in convert_xml_import

//obj.parse(doc.getroot())

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 599, in parse

//self._tag_root(de)

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 550, in _tag_root

//f(rec)

//File "/home/odoo/src/odoo/saas-16.4/odoo/tools/convert.py", line 563, in _tag_root

//raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (

//odoo.tools.convert.ParseError: while parsing /home/odoo/src/odoo/saas-16.4/addons/stock/data/stock_data.xml:84, somewhere inside

//<record id="warehouse0" model="stock.warehouse">

//<field name="partner_id" ref="base.main_partner"/>

//<field name="code">WH</field>

//</record>

The above server error caused the following client error:

null

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

mrp module is under category manufacturing.


If you are still unable to see, try enabling debug mode and click on Update Apps list button. 


Hope it helps

0
Avatar
Descartar
Avatar
John Yung
Autor Best Answer

Seems like updating Apps List fixes my issue of not seeing mrp module.

But now there's an RPC_ERROR I have to resolve.

0
Avatar
Descartar
Avatar
Lars Aam
Best Answer

MRP is not a module.  Odoo has put Manufacturing under the term MRP.  But MRP is much more than manufacturing.  MRP is short for: Material Requirement Planning.  

The Inventory module is much more important for material planning than the Manufacturing module.  It is in Inventory you find the Stock report, the replenishment report.  On the products where you find the reordering rules.  You can list products with available stock, and with negative forecast. BOM and Routing found on the products, but can also be accessed from the Manufacturing app.  

MPS is also a planning tool for Materials, found in the Manufacturing app.  This is where you can enter future expected sale, and create orders based on your forecast.

Sentral and can be access from anywhere you have the product, is the Forecast report. You see that red or green symbol next to the product qty in any order.

0
Avatar
Descartar
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrar-se
Related Posts Respostes Vistes Activitat
MRP quantity variation
manufacturing mrp
Avatar
Avatar
1
de febr. 23
5037
One part created via different operations
manufacturing mrp
Avatar
0
de febr. 22
3254
Manufacturing Costing
manufacturing mrp
Avatar
1
de set. 21
2912
MO Consumed Goods values not updated from PO Solved
manufacturing mrp
Avatar
Avatar
1
d’oct. 18
4531
TypeError: argument of type 'bool' is not iterable
manufacturing mrp
Avatar
Avatar
Avatar
3
d’ag. 15
12330
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now