Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Artificial Intelligence
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Property Management
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

what is wrong with this code? error is ParseError: "null value in column "name" violates not-null constraint

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
moduleserrorxmlodoo9.0
2 Replies
10703 Rodiniai
Portretas
Ahmed

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

<openerp>

<data>

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

<field name = 'date'>Order Date</field>

<field name = 'customer'>Customer</field>

<field name = 'product'>Product</field>

<field name = 'quantity'>Order Quantity</field>

<field name = 'deliverydate'>Delivery Date</field>

<field name = 'supplier'>Supplier</field>

<field name = 'vehiclenum'>Vehicle Number</field>

<field name = 'drivername'>Driver Name</field>

<field name = 'drivernum'>Driver Number</field>

<field name = 'deliveredquantity'>Delivered Quantity</field>

<field name = 'deliverylocation'>Delievery Location</field>

<field name = 'takinglocation'>Shipment From</field>

<field name = 'saleprice'>Sale Price</field>

<field name = 'Costprice'>Cost Price</field>

<field name = "model">oil.ordertaking</field>

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

<form string = "Oil Order Taking">

<sheet>

<group>

<field name= 'date' string="Order Date" />

<field name = 'customer' string="Customer"/>

<field name = 'product' string="Product"/>

<field name = 'quantity' string="Order Quantity"/>

<field name = 'deliverydate' string="Delivery Date"/>

<field name = 'supplier' string="Supplier"/>

<field name = 'vehiclenum' string="Vehicle Number"/>

<field name = 'drivername' string="Driver Name"/>

<field name = 'drivernum' string="Driver Number" />

<field name = 'deliveredquantity' string="Delivered Quantity"/>

<field name = 'deliverylocation' string="Delievery Location"/>

<field name = 'saleprice' string="Sale Price"/>

<field name = 'takinglocation' string="Shipment From"/>

<field name = 'Costprice' string="Cost Price"/>

</group>

</sheet>

</form>

</field>

</record>

<record model=s"ir.actions.act_window" id="order_data">

<field name='customer'>Order Date</field>

<field name='customer'>Customer</field>

<field name='product'>Product</field>

<field name='quantity'>Order Quantity</field>

<field name='customer'>Delivery Date</field>

<field name='supplier'>Supplier</field>

<field name='vehiclenum'>Vehicle Number</field>

<field name='drivername'>Driver Name</field>

<field name='drivernum'>Driver Number</field>

<field name='deliveredquantity'>Delivered Quantity</field>

<field name='deliverylocation'>Delievery Location</field>

<field name='takinglocation'>Shipment From</field>

<field name='saleprice'>Sale Price</field>

<field name='Costprice'>Cost Price</field>

<field name='res_model'>oil.ordertaking</field>

<field name='view_type'>form</field>

<field name='view_mode'>form</field>

</record>-->

<menuitem id="oil_main_head" action="order_data" name="Oil Kinetics Sale Order" sequence="10"/>

</data>

</openerp> 

0
Portretas
Atmesti
Baiju KS

thank you Akhil 

Portretas
Akhil P Sivan
Best Answer

Hi,

The syntax of your view definition is completely wrong. You may check the Odoo tutorial or refer some addons view definition in the xml files.

Here, you may change the code like following & check:

 <openerp>
     <data>
         <record model ="ir.ui.view" id="order_data_form_view">
<field name="name">order.data.form.view</field>
<field name ="model">oil.ordertaking</field>
<field name ="arch" type="xml">
<form string = "Oil Order Taking">
<sheet>
<group>
<field name= 'date' string="Order Date" />
<field name = 'customer' string="Customer"/>
<field name = 'product' string="Product"/>
<field name = 'quantity' string="Order Quantity"/>
<field name = 'deliverydate' string="Delivery Date"/>
<field name = 'supplier' string="Supplier"/>
<field name = 'vehiclenum' string="Vehicle Number"/>
<field name = 'drivername' string="Driver Name"/>
<field name = 'drivernum' string="Driver Number" />
<field name = 'deliveredquantity' string="Delivered Quantity"/>
<field name = 'deliverylocation' string="Delievery Location"/>
<field name = 'saleprice' string="Sale Price"/>
<field name = 'takinglocation' string="Shipment From"/>
<field name = 'Costprice' string="Cost Price"/>
</group>
</sheet>
</form>
</field>
</record>
<record model="ir.actions.act_window" id="order_data">
<field name="name">Order Details</field>
<field name="type">ir.actions.act_window</field>
<field name='res_model'>oil.ordertaking</field>
<field name='view_type'>form</field>
<field name='view_mode'>form</field>
</record>

<menuitem id="oil_main_head" action="order_data" name="Oil Kinetics Sale Order" sequence="10"/>
     
     </data>
</openerp>

Hope this helps

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

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

Registracija
Related Posts Replies Rodiniai Veikla
Error while Installing a module
modules error xml
Portretas
Portretas
Portretas
2
rugs. 18
5790
xml Syntax error
modules error xml
Portretas
Portretas
1
bal. 16
10616
[9.0] Search for translation problems
error xml translation odoo9.0
Portretas
Portretas
1
kov. 16
4621
Can't install (nor unistall) any module. Strance traceback
installation modules error xml
Portretas
Portretas
1
gruod. 15
6436
How to add image on each page in account invoice report in odoo9 ?
xml odoo9.0
Portretas
0
spal. 17
4579
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 Svenska ภาษาไทย Türkçe українська Tiếng Việt

Odoo yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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