İçereği Atla
Odoo Menü
  • Portal
  • Ücretsiz deneyin
  • Uygulamalar
    Finans
    • Muhasebe
    • Faturalama
    • Masraf Yönetimi
    • Elektronik Çizelge (BI)
    • Belgeler
    • İmza
    Satış
    • Müşteri İlişkileri Yönetimi (CRM)
    • Satış
    • Satış Noktası Mağaza
    • Satış Noktası Restoran
    • Abonelikler
    • Kiralama
    Web Sitesi
    • Web Sitesi Oluşturucu
    • eTicaret
    • Blog
    • Forum
    • Canlı Sohbet
    • eÖğrenme
    Tedarik Zinciri
    • Envanter
    • Üretim
    • Ürün Yaşam Döngüsü Yönetimi
    • Satın Alma
    • Bakım
    • Kalite
    İnsan Kaynakları
    • Çalışanlar
    • İşe Alım
    • İzin
    • Değerlendirme
    • Referans
    • Filo Yönetimi
    Pazarlama
    • Sosyal Medyada Pazarlama
    • E-posta ile Pazarlama
    • SMS ile Pazarlama
    • Etkinlikler
    • Pazarlama Otomasyonu
    • Anket
    Hizmetler
    • Proje Yönetimi
    • Çalışma Çizelgeleri
    • Saha Hizmeti
    • Yardım Masası
    • Planlama
    • Randevular
    Verimlilik
    • Sohbet
    • Onay
    • Nesnelerin İnterneti
    • VoIP
    • Bilgi Bankası
    • WhatsApp
    Üçüncü taraf uygulamalar Odoo Stüdyo Odoo Bulut Platformu
  • Sektörler
    Perakende satış
    • Kitapçı
    • Giyim Mağazası
    • Mobilya Mağazası
    • Gıda Marketi
    • Hırdavat Dükkanı
    • Oyuncak Dükkanı
    Gıda ve Konaklama
    • Bar ve Pub
    • Restoran
    • Fast Food Restoranı
    • Konuk Evi
    • İçecek Distribütörü
    • Otel
    Gayrimenkul
    • Emlak Acentesi
    • Mimarlık Firması
    • İnşaat
    • Emlak Yönetimi
    • Bahçe Tasarımı
    • Mülk Sahipleri Derneği
    Uzmanlık
    • Muhasebe Firması
    • Odoo Partner
    • Pazarlama Ajansı
    • Hukuk Firması
    • Yetenek Kazanımı
    • Denetim ve Belgelendirme
    Üretim
    • Tekstil
    • Metal
    • Mobilyalar
    • Gıda
    • Bira fabrikası
    • Kurumsal Hediye
    Sağlık ve Spor
    • Spor Kulübü
    • Optik Mağazası
    • Fitness Merkezi
    • Sağlıklı Yaşam Merkezi
    • Eczane
    • Kuaför Salonu
    Ticaret
    • Tamirci
    • BT Donanım & Destek
    • Güneş Enerjisi Sistemleri
    • Ayakkabı İmalatçısı
    • Temizlik Hizmetleri
    • HVAC Hizmetleri
    Diğerleri
    • Kar Amacı Gütmeyen Kuruluş
    • Çevre Ajansı
    • Reklam Panosu Kiralama
    • Fotoğrafçılık
    • Bisiklet Kiralama
    • Yazılım Bayisi
    Tüm Sektörlere Göz Atın
  • Topluluk
    Öğrenim
    • Eğitim Araçları
    • Dokümantasyon
    • Sertifikasyonlar
    • Eğitim Etkinlikleri
    • Blog
    • Podcast
    Eğitim ve Gelişim
    • Eğitim Programı
    • Scale Up! İşletme Oyunu
    • Odoo'yu Ziyaret Edin
    Yazılım
    • İndirin
    • Sürümleri Kıyaslayın
    • Sürümler
    İş Birliği
    • Github
    • Forum
    • Etkinlikler
    • Çeviriler
    • Partner Olun
    • Partnerler için Hizmetler
    • Muhasebe Firmanızı Kaydettirin
    Hizmetler
    • Partner Bulun
    • Muhasebeci Bulun
    • Bir danışmanla görüşün
    • Kurulum Hizmetleri
    • Müşteri Referansları
    • Destek
    • Sürüm Yükseltme
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Demo randevusu alın
  • Fiyatlandırma
  • Yardım

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

  • Müşteri İlişkileri Yönetimi
  • e-Commerce
  • Muhasebe
  • Envanter
  • PoS
  • Proje Yönetimi
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiketler (View all)
odoo accounting v14 pos v15
About this forum
Yardım

How to create a new module and iframe inside each menu?

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
newmoduleiframeodoo16features
1 Cevapla
48761 Görünümler
Avatar
Jeffrey

Hi Guys,

I am trying to create a new module, which will have different menus, inside different menus, different iframe will be appeared.

This is my code which is not working, can anybody tell me the correct way to get what I want? Thank you!

PS: wasn't able to paste my current code here properly, command/image/link are not working, please help.

update 1:

I successfully added the iframe under the menu now, but every time I select to another module and then go back to the iframe under the menu, it will refresh, how to make iframe remember the status during switching modules? Thanks.

​​
​​​ ​

0
Avatar
Vazgeç
Avatar
LandLogic IT s.n.c.
En İyi Yanıt

To create a new Odoo module with different menus containing iframes, follow these steps. Additionally, we'll address how to maintain the iframe state during module switches.

1. Module Creation Basics

a. Folder Structure

Create the following directory structure for your custom module:

custom_module/
├── __init__.py
├── __manifest__.py
├── models/
│   ├── __init__.py
├── views/
│   ├── custom_module_views.xml
│   ├── custom_module_menus.xml

2. Define __manifest__.py

This file specifies the metadata for your module:

{
    'name': 'Custom Iframe Module',
    'version': '16.0.1.0',
    'summary': 'A module to add menus with iframes',
    'description': 'This module adds menus that display specific iframes.',
    'author': 'Your Name',
    'website': 'https://yourwebsite.com',
    'category': 'Custom',
    'depends': ['base'],
    'data': [
        'views/custom_module_menus.xml',
        'views/custom_module_views.xml',
    ],
    'installable': True,
    'application': True,
    'license': 'LGPL-3',
}

3. Add Menus in custom_module_menus.xml

Define menus and link them to actions for the iframe views:

<odoo>
    <menuitem id="menu_custom_module" name="Custom Module" sequence="10" />
    <menuitem id="menu_iframe_1" name="Iframe 1" parent="menu_custom_module" action="action_iframe_1" sequence="20" />
    <menuitem id="menu_iframe_2" name="Iframe 2" parent="menu_custom_module" action="action_iframe_2" sequence="30" />
</odoo>

4. Define Views with Iframes in custom_module_views.xml

Here’s an example of how to embed iframes:

<odoo>
    <!-- Action for Iframe 1 -->
    <record id="action_iframe_1" model="ir.actions.act_window">
        <field name="name">Iframe 1</field>
        <field name="res_model">custom.module.iframe</field>
        <field name="view_mode">form</field>
        <field name="target">inline</field>
        <field name="context">{'iframe_url': 'https://example.com/page1'}</field>
    </record>

    <!-- Action for Iframe 2 -->
    <record id="action_iframe_2" model="ir.actions.act_window">
        <field name="name">Iframe 2</field>
        <field name="res_model">custom.module.iframe</field>
        <field name="view_mode">form</field>
        <field name="target">inline</field>
        <field name="context">{'iframe_url': 'https://example.com/page2'}</field>
    </record>

    <!-- Form View to Display the Iframe -->
    <record id="view_custom_module_form" model="ir.ui.view">
        <field name="name">custom.module.form</field>
        <field name="model">custom.module.iframe</field>
        <field name="arch" type="xml">
            <form>
                <sheet>
                    <iframe style="width: 100%; height: 800px;" src="javascript:void(0);" t-att-src="context.get('iframe_url')"/>
                </sheet>
            </form>
        </field>
    </record>
</odoo>

5. Define the Model in models/__init__.py

For a simple iframe display, you don’t need a complex model, but you can define a dummy model:

from . import models

6. Handle State Persistence

By default, the iframe will refresh when navigating back to its menu. To preserve its state:

  1. Use Local Storage in JavaScript: Extend the web client to save and restore the iframe state.
    Create a file static/src/js/custom_iframe.js:
    odoo.define('custom_module.iframe_state', function (require) {
        "use strict";
    
        const AbstractAction = require('web.AbstractAction');
    
        const CustomIframe = AbstractAction.extend({
            start: function () {
                const iframeElement = this.$('iframe');
                const urlKey = this.context.iframe_url;
    
                // Restore saved state
                const savedState = localStorage.getItem(urlKey);
                if (savedState) {
                    iframeElement.attr('src', savedState);
                }
    
                // Save state on navigation
                iframeElement.on('load', function () {
                    localStorage.setItem(urlKey, iframeElement.attr('src'));
                });
    
                return this._super.apply(this, arguments);
            }
        });
    
        return CustomIframe;
    });
    
  2. Include the Script in the Manifest: Add this JavaScript file to the module’s assets:
    'assets': {
        'web.assets_backend': [
            'custom_module/static/src/js/custom_iframe.js',
        ],
    },
    

7. Restart and Install the Module

  1. Restart your Odoo server:
    sudo service odoo restart
    
  2. Go to Apps, update the app list, and install the module.

8. Test and Debug

  • Navigate to the custom menus and confirm the iframes display the correct content.
  • Switch between modules and ensure the iframe remembers its state.

With this implementation, you have a scalable and stateful iframe module in Odoo 16.

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

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

Üye Ol
İlgili Gönderiler Cevaplar Görünümler Aktivite
How to write Token into cookie in <iframe>
token iframe OWL odoo16features
Avatar
0
Mar 23
2684
Issue of new module now showing
development newmodule windows11 odoo16features
Avatar
Avatar
2
Oca 24
4090
DeprecationWarning: The longpolling-port is a deprecated alias to the gevent-port option, please use the latter Çözüldü
odoo16features
Avatar
Avatar
Avatar
Avatar
Avatar
5
Eyl 25
24379
How to Add wizard under print button inside the form view.
odoo16features
Avatar
Avatar
Avatar
Avatar
3
Ağu 25
3728
How to add @api.onchange in _get_view() method odoo 16
odoo16features
Avatar
Avatar
1
May 25
3614
Topluluk
  • Eğitim Araçları
  • Dokümantasyon
  • Forum
Açık Kaynak
  • İndirin
  • Github
  • Runbot
  • Çeviriler
Hizmetler
  • Odoo.sh Hosting
  • Destek
  • Sürüm Yükseltme
  • Özel Geliştirmeler
  • Eğitim
  • Muhasebeci Bulun
  • Partner Bulun
  • Partner Olun
Hakkında
  • Şirketimiz
  • Pazarlama Gereçleri
  • İletişim
  • Kariyer
  • Etkinlikler
  • Podcast
  • Blog
  • Müşteriler
  • Hukuki • Gizlilik
  • Güvenlik
الْعَرَبيّة 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, müşteri ilişkileri yönetimi, eTicaret, muhasebe, envanter, satış noktası, proje yönetimi gibi şirketinizin tüm ihtiyaçlarını karşılayan bir açık kaynak işletme uygulamaları paketidir.

Odoo’nun eşsiz değer önermesi, aynı anda hem kullanımının çok kolay olup hem de tamamen entegre olmasıdır.

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