Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Gastenverblijf
    • Drankenhandelaar
    • Hotel
    Vastgoed
    • Makelaarskantoor
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accountantskantoor
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textiel
    • Metaal
    • Meubels
    • Eten
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Zonne-energiesystemen
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC-diensten
    Andere
    • Non-profitorganisatie
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

[Solved] Fields not showing after adding to view - Odoo 8

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
fieldsproduct
7 Antwoorden
15197 Weergaven
Avatar
Siobhan

I am trying to add 2 new fields to module Product with this xml code:


<record id="product_product_template_only_form_view" model="ir.ui.view">

<field name="model">product.product</field>

<field name="inherit_id" ref="product.product_template_only_form_view" />

<field name="arch" type="xml">

<field name="list_price" position="after">

<field name="boatlength" />

<field name="fuelcapacity" />

</field>

</field>

</record>


I have no error message but the fields are not showing where they should be. I checked that the view was correct and it seems to be:


Manage Views (product.template)

Sequence

View Name

View Type

Object

External ID

Inherited View

5 product.template.form.inherit Form product.template account.product_template_form_view product.template.common.form

8 product.template.product.form Form product.template product.product_template_only_form_view product.template.common.form

16 product.form.mrp.inherited Form product.template mrp.view_mrp_product_template_form_inherited


list_price is there :


Product Type

Consumable

Sale Price (name= list_price)

65000.00


What am I doing wrong??

0
Avatar
Annuleer
Temur

be aware of priorities of views, maybe there were another view with higher priority (or explicitly stated one) loaded into the UI? you can check that using developer mode.

Saravanan Sakthivel

Hi,Try to inherit using this id product.product_normal_form_view.

Siobhan
Auteur

Saravanan, tried that but got this error: '' cannot be located in parent view.

Avatar
Jusab Sida (jsi)
Beste antwoord

Hi Siobhan,

         Can you try this: 

              <field name="model">product.template</field> and take respective View. 



2
Avatar
Annuleer
Siobhan
Auteur

Yes, tried this and this doesn't work either.. maybe I need to see if it is an inherited form like res.partner. Will keep trying but thank you for your help

Siobhan
Auteur

Jusab, thank you.. add a class that inherited from product.template and then changed the view form and this works... thank you for your help

Jusab Sida (jsi)

enjoy :)

Avatar
Siobhan
Auteur Beste antwoord

Thanks Temur. 

I am new to Odoo and I made the following steps as I have done before to find the view form.

In developer mode, I open a product record, choose "manage views" from the debug dropdown and product.product_template_only_form_view  is the external ID of the one that is selected (I assume that if the radio button is selected then it is the correct view I should be taken). The rest listed seem to be inherited from other modules, tree or kanban views. Not sure what I need to be looking at here to check higher priority.

When I check fields list_price(settings>>data structures) it is under this view: product.product_template_form_view. When I change my xml file to match this, again it is the same. No error, no fields. My two new fields are listed under module product.product. 

The other form I can see is product.product_normal_form_view that has list_price on it. Tried this and got following error:

'<field name="list_price">' cannot be located in parent view

Changed the field to lst_price as this was an alternative name (public price not sale price) and my fields now show up on Product Variant view but not product view. 

Really not sure what I need to here to make this work.

0
Avatar
Annuleer
Siobhan
Auteur

Ok.. this is definitely where I want to put the new fields: This is in form: product.product_template_form_view but when I write the code again with this form it is still not showing

Avatar
Dr Obx
Beste antwoord

If you add field in developers mode, appears ?


If yes, then check in what view it shows this field and add correct view name in xml


0
Avatar
Annuleer
Siobhan
Auteur

Hello Rob Yeah did that and it said the view was "product.product_template_only_form_view"... but didn't work.

Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
How can you compute a product price field in odoo studio? Opgelost
fields product compute
Avatar
Avatar
Avatar
2
dec. 19
5856
Custom field in Product model not showing correct values
fields product odoo12
Avatar
Avatar
1
nov. 19
5443
add custom product field to sale order document (quotation) Opgelost
fields product quotation
Avatar
2
feb. 18
5478
Product Info specified to their Product Category respectively
fields product productcategory
Avatar
Avatar
1
jul. 15
3210
How to disable product autocomplete?
product
Avatar
Avatar
Avatar
2
sep. 25
869
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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