Skip to Content
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

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

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
odoo10e
3 Odpowiedzi
6406 Widoki
Awatar
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
Awatar
Odrzuć
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.

Awatar
Niyas Raphy (Walnut Software Solutions)
Najlepsza odpowiedź

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
Awatar
Odrzuć
Awatar
Daniel Medina
Autor Najlepsza odpowiedź

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
Awatar
Odrzuć
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',

}

Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Sale order Total amount to three decimal places ? Rozwiązane
odoo10e
Awatar
Awatar
Awatar
2
sty 25
16416
Odoo 10 Calendar view with multiple lines
odoo10e
Awatar
0
kwi 20
1749
Odoo 10 Python Sockets
odoo10e
Awatar
0
lut 20
6948
odoo error while validating constraint, what to do?
odoo10e
Awatar
Awatar
2
lip 17
10897
Odoo10-Enterprise-Survey-Matrix-Text
odoo10e
Awatar
0
kwi 17
3190
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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