İç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 my own view?

Abone Ol

Get notified when there's activity on this post

Bu soru işaretlendi
formviewcreate
4 Cevaplar
20558 Görünümler
Avatar
Frankie Chan

Hi, I have modified the form view by inheritance by the following code in the py file:

-----------------------------------------------------------------------------------------------------------------------------------

<?xml version="1.0" encoding="utf-8"?>
<openerp>
  <data>
    <record model="ir.ui.view" id="view_ct_form">
        <field name="name">res.partner.form</field>
        <field name="model">res.partner</field>
        <field name="inherit_id" ref="base.view_partner_form" />
        <field name="arch" type="xml">

            <field name="street2" position="attribute">          
            <attribute name="invisible">1</attribute>
            </field>
       </field>          
   </record>
-----------------------------------------------------------------------------------------------------------------------------------

Now I would like to create my own form view, "view_ct_form", instead of replacing fields, adding fields, deleting fields and so on. What is the code I should use?

Thanks a lot.

0
Avatar
Vazgeç
Emipro Technologies Pvt. Ltd.

Hi Frankie, Can you brief more about your question what exactly you want to do for creating a view, because when you say "my own form view" then  along with it you will have to modify the "action" * which will open your view instead of default. If you inherit a view than it will be mandatory to use the *"position" *attribute for putting a field *"after, before or replace"*  on the form view.

OdooBot
Hi Hiren,

I am new to openerp.

I want to change "res_partner_view.xml". More accurately, I only want to change "view_partner_form" and "view_partner_tree" and keep others, such as action, menu-item, unchanged.

How can it be done?

Furthermore, can I copy the whole "res_partner_view.xml" to a new xml file called "new_view.xml" and just edit "view_partner_form" and "view_partner_tree"? Should I copy other files, e.g. css, __openerp__.py?

Thanks a lot.

Frankie


On Fri, Jul 4, 2014 at 8:32 PM, <Hiren@mail1.openerp.com> wrote:

Hi Frankie, Can you brief more about your question what exactly you want to do for creating a view, because when you say "my own form view" then  along with it you will have to modify the "action" * which will open your view instead of default. If you inherit a view than it will be mandatory to use the *"position" *attribute for putting a field *"after, before or replace"*  on the form view.

Hiren Vora,
Sr. OpenERP Technical Engineer,
Emipro Technologies, India.
www.emiprotechnologies.com
info@emiprotechnologies.com

Sent by OpenERP S.A. using OpenERP. Access your messages and documents in Odoo

Sehrish

All about views in odoo: https://learnopenerp.blogspot.com/2020/09/create-form-tree-view-odoo13.html

Avatar
Manoj
En İyi Yanıt

first of all you havre to create the form view like below....        

<record id="myfirst_form_view" model="ir.ui.view">
            <field name="name">scholar.details.form</field>
            <field name="model">scholar.details</field> ------>this is the model name(class name)
            <field name="type">form</field>
            <field name="arch" type="xml">
                <form string="student.details" version="7.0">
                    <sheet string="student">
                        <h1>
                            <label string="Add Scholar Details"/>
                        </h1>
                        <group string="My First Form View">
                            <field name="name"/>
                            <field name="age"/>
                            <field name="dob"/>
                            <field name="stream_id"/>
                            <field name="status"/>
                        </group>
                        <field name="subject_id"/>
                    </sheet>
                </form>
            </field>
        </record>

then you have to create action view like...

        <record id="action_scholar_details" model="ir.actions.act_window">
            <field name="name">My First Action</field>
            <field name="res_model">scholar.details</field>
            <field name="view_type">form</field>
            <field name="view_mode">tree,form</field> ----> here we provide for both tree and form view , while tree view will come erlier
            <field name="help" type="html">
                <p class="oe_view_nocontent_create">
                    test
                </p><p>
                    Description goes Here.
                </p>
            </field>
        </record>

and finally you have to create the menu item like..

        <menuitem id="menu_base_scholar" name="Scholar"/>
        <menuitem id="menu_section_scholar" parent="menu_base_scholar" name="Scholar_Record"/>
        <menuitem id="menu_item_scholar" parent="menu_section_scholar" name="Record Codes" action="action_scholar_details"/>

 

if this will work then its fine else you have to create and add tree view also (you can add this one before or after the form view)

        <record id="myfirst_tree_view" model="ir.ui.view">
            <field name="name">scholar.details.tree</field>
            <field name="model">scholar.details</field>
            <field name="arch" type="xml">
                <tree string="My First Tree View">
                    <field name="name"/>
                    <field name="age"/>
                    <field name="dob"/>
                    <field name="subject_id"/>
                    <field name="stream_id"/>
                    <field name="status"/>
                </tree>
            </field>
        </record>

I think this will surely help you in creating your own view.

1
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
Form view aligned to the left side Çözüldü
form view
Avatar
Avatar
1
Kas 25
2534
OpenERP 7: hide Form Header for read only purpose Çözüldü
form view
Avatar
Avatar
1
Eyl 21
10246
"many2many_tags" show a refrence of the tag not the name !! Çözüldü
form view
Avatar
Avatar
1
Oca 24
17826
create form view by replacing the previous screen
form view
Avatar
0
Mar 15
3988
sheet tag in a form
form view
Avatar
Avatar
1
Mar 15
10711
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