Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

How do I add a new menuitem to the MRP menu?

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
odoo10e
3 Răspunsuri
6405 Vizualizări
Imagine profil
Daniel Medina

I've trying so hard to figure out on how to add a new menuitem to my MRP module, via a custom module I am developing


The idea of my module is to inherit MRP and add a new menuitem that has a Wizard and Generaters a PDF.


But can't even get inheritance to work, any ideas?



0
Imagine profil
Abandonează
Ray Carnes

Can you post what you have tried? What do you mean "can't even get inheritance to work"? We can guess, but it is better if you share.

Imagine profil
Niyas Raphy (Walnut Software Solutions)
Cel mai bun răspuns

Hi,

To add a menu item under a menu is an easy task what you have to do is define and the new menu and add parent attribute, and give parent="mrp_menu_id" so that your new menu will be created under the MRP.

Along with the menu you have to define the action of the menu, ie what has to be take place upon clicking the menu, if it is not given the menu will not be visible .

<menuitem id="id_for_new_menu" parent="id_of_parent" name="String to display in menu"
action="action_on_clicking_menu/>

This is how you can define a new menu, other than this you can use attributes such as groups and sequence along with the above.

To get the parent id of a menu item, what you can do is activate developer mode and go to Settings -> Technical -> User Interface -> Menu Items -> Search the menu, open it , click on lady debugger button(button near logged in user name) and click on View Meta data, in the opening wizard, you can see the id of the menu, ie XML ID

...


Thanks

3
Imagine profil
Abandonează
Imagine profil
Daniel Medina
Autor Cel mai bun răspuns

Thanks for your answers, I've kinda advanced my code and I get the following error (Model not found):

File "/opt/odoo/odoo-server/odoo/models.py", line 1083, in _validate_fields
    raise ValidationError("%s\n\n%s" % (_("Error while validating constraint"), tools.ustr(e)))
ParseError: "Error mientras se validavan las restricciones

Modelo no encontrado: menu.mrp.test.wizard

Error de contexto:
Vista `Menu MRP`
[view_id: 3532, xml_id: n/a, model: menu.mrp.test.wizard, parent_id: n/a]
None" while parsing /opt/odoo/custom/migsamx/mrp_menu/wizard/mrp_menu_wizard_view.xml:4, near
<record id="oee_report_wizard" model="ir.ui.view">
        <field name="name">Menu MRP</field>
        <field name="model">menu.mrp.test.wizard</field>
        <field name="arch" type="xml">
            <form>
                <group name="date_range">
                    <field name="date_range_id"/>
                </group>
                <group name="date_fields">
                    <field name="date_from"/>
                    <field name="date_to"/>
                </group>
            </form>
        </field>
    </record>

models folder:

__init__.py

# -*- coding: utf-8 -*-

from . import mrp

mrp.py

# -*- coding: utf-8 -*-

from odoo import models


class MrpMenu(models.Model):
_inherit = 'mrp.workcenter'

views folder:

mrp_view.xml

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record model="ir.ui.view" id="view_mrp_specific_form">
<field name="name">mrp.workcenter.form.inherit</field>
<field name="inherit_id" ref="mrp.mrp_workcenter_view"/>
<field name="model">mrp.workcenter</field>
<field name="type">form</field>
</record>
</odoo>

wizard folder:

__init__.py

# -*- coding: utf-8 -*-

from . import mrp_menu_wizard

mrp_menu_wizard.py

# -*- coding: utf-8 -*-

from odoo import models, fields, api


class MenuWizardTest(models.TransientModel):

_name = "menu.mrp.test.wizard"
_description = "OEE Reports"

date_from = fields.Date(Required=True)
date_to = fields.Date(Required=True)

date_range_id = fields.Many2one(
comodel_name='date.range',
string='Date range'
)

@api.onchange('date_range_id')
def onchange_date_range_id(self):
self.date_from = self.date_range_id.date_start
self.date_to = self.date_range_id.date_end

mrp_menu_wizard_view.xml

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<record id="oee_report_wizard" model="ir.ui.view">
<field name="name">Menu MRP</field>
<field name="model">menu.mrp.test.wizard</field>
<field name="arch" type="xml">
<form>
<group name="date_range">
<field name="date_range_id"/>
</group>
<group name="date_fields">
<field name="date_from"/>
<field name="date_to"/>
</group>
</form>
</field>
</record>

<act_window id="action_menu_test_wizard"
name="OEE Reports"
res_model="menu.mrp.test.wizard"
view_type="form"
view_mode="form"
view_id="oee_report_wizard"
target="new" />

</odoo>

mrp_menu (main module folder):

__init__.py

# -*- coding: utf-8 -*-
#Made by Daniel Medina

from . import models
from . import wizard

__manifest__.py

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<menuitem
parent="mrp.menu_mrp_reporting"
id="menu_oee_reports"
name="OEE Reports"
groups="mrp.group_mrp_manager"
/>

<menuitem
parent="menu_oee_reports"
action="action_menu_test"
id="menu_oee_wizard"
sequence="10"
/>

</odoo>

mrp_menu.xml

<?xml version="1.0" encoding="utf-8"?>
<odoo>

<menuitem
parent="mrp.menu_mrp_reporting"
id="menu_oee_reports"
name="OEE Reports"
groups="mrp.group_mrp_manager"
/>

<menuitem
parent="menu_oee_reports"
action="action_menu_test"
id="menu_oee_wizard"
sequence="10"
/>

</odoo>
0
Imagine profil
Abandonează
Daniel Medina
Autor

manifest file:

# -*- coding: utf-8 -*-

{

'name': "mrp_menu",

'summary': """

INHERITANCE TEST""",

'description': """

INHERITANCE TEST.

""",

'author': "Daniel Medina",

'website': "http://www.migsamx.com",

'category': 'Uncategorized',

'version': '0.1',

'depends': [

'mrp',

'date_range',

'report',

],

'data': [

"views/mrp_view.xml",

"wizard/mrp_menu_wizard_view.xml",

"mrp_menu.xml",

],

'installable': True,

'application': True,

'auto_install': False,

'license': 'AGPL-3',

}

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

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

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Sale order Total amount to three decimal places ? Rezolvat
odoo10e
Imagine profil
Imagine profil
Imagine profil
2
ian. 25
16416
Odoo 10 Calendar view with multiple lines
odoo10e
Imagine profil
0
apr. 20
1749
Odoo 10 Python Sockets
odoo10e
Imagine profil
0
feb. 20
6948
odoo error while validating constraint, what to do?
odoo10e
Imagine profil
Imagine profil
2
iul. 17
10897
Odoo10-Enterprise-Survey-Matrix-Text
odoo10e
Imagine profil
0
apr. 17
3190
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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