Skip to Content
Odoo Menu
  • Log ind
  • Prøv gratis
  • Apps
    Økonomi
    • Bogføring
    • Fakturering
    • Udgifter
    • Regneark (BI)
    • Dokumenter
    • e-Signatur
    Salg
    • CRM
    • Salg
    • POS Butik
    • POS Restaurant
    • Abonnementer
    • Udlejning
    Hjemmeside
    • Hjemmesidebygger
    • e-Handel
    • Blog
    • Forum
    • LiveChat
    • e-Læring
    Forsyningskæde
    • Lagerbeholdning
    • Produktion
    • PLM
    • Indkøb
    • Vedligeholdelse
    • Kvalitet
    HR
    • Medarbejdere
    • Rekruttering
    • Fravær
    • Medarbejdersamtaler
    • Anbefalinger
    • Flåde
    Marketing
    • Markedsføring på sociale medier
    • E-mailmarketing
    • SMS-marketing
    • Arrangementer
    • Automatiseret marketing
    • Spørgeundersøgelser
    Tjenester
    • Projekt
    • Timesedler
    • Udkørende Service
    • Kundeservice
    • Planlægning
    • Aftaler
    Produktivitet
    • Dialog
    • Godkendelser
    • IoT
    • VoIP
    • Vidensdeling
    • WhatsApp
    Tredjepartsapps Odoo Studio Odoo Cloud-platform
  • Brancher
    Detailhandel
    • Boghandel
    • Tøjforretning
    • Møbelforretning
    • Dagligvarebutik
    • Byggemarked
    • Legetøjsforretning
    Mad og værtsskab
    • Bar og pub
    • Restaurant
    • Fastfood
    • Gæstehus
    • Drikkevareforhandler
    • Hotel
    Ejendom
    • Ejendomsmægler
    • Arkitektfirma
    • Byggeri
    • Ejendomsadministration
    • Havearbejde
    • Boligejerforening
    Rådgivning
    • Regnskabsfirma
    • Odoo-partner
    • Marketingbureau
    • Advokatfirma
    • Rekruttering
    • Audit & certificering
    Produktion
    • Tekstil
    • Metal
    • Møbler
    • Fødevareproduktion
    • Bryggeri
    • Firmagave
    Heldbred & Fitness
    • Sportsklub
    • Optiker
    • Fitnesscenter
    • Kosmetolog
    • Apotek
    • Frisør
    Håndværk
    • Handyman
    • IT-hardware og support
    • Solenergisystemer
    • Skomager
    • Rengøringsservicer
    • VVS- og ventilationsservice
    Andet
    • Nonprofitorganisation
    • Miljøagentur
    • Udlejning af billboards
    • Fotografi
    • Cykeludlejning
    • Softwareforhandler
    Gennemse alle brancher
  • Community
    Få mere at vide
    • Tutorials
    • Dokumentation
    • Certificeringer
    • Oplæring
    • Blog
    • Podcast
    Bliv klogere
    • Udannelselsesprogram
    • Scale Up!-virksomhedsspillet
    • Besøg Odoo
    Få softwaren
    • Download
    • Sammenlign versioner
    • Udgaver
    Samarbejde
    • Github
    • Forum
    • Arrangementer
    • Oversættelser
    • Bliv partner
    • Tjenester til partnere
    • Registrér dit regnskabsfirma
    Modtag tjenester
    • Find en partner
    • Find en bogholder
    • Kontakt en rådgiver
    • Implementeringstjenester
    • Kundereferencer
    • Support
    • Opgraderinger
    Github Youtube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Få en demo
  • Prissætning
  • Hjælp

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

  • CRM
  • e-Commerce
  • Bogføring
  • Lager
  • PoS
  • Projekt
  • MRP
All apps
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Du skal være registreret for at interagere med fællesskabet.
All Posts People Emblemer
Tags (View all)
odoo accounting v14 pos v15
Om dette forum
Hjælp

validating the field(s) arch: Invalid XML for View Architecture!'

Tilmeld

Få besked, når der er aktivitet på dette indlæg

Dette spørgsmål er blevet anmeldt
1 Svar
5349 Visninger
Avatar
mihir shah

<record id="product.product_normal_form_view" model="ir.ui.view"> <field name="name">product.normal.form</field> <field name="model">product.product</field> <field name="type">form</field> <field eval="7" name="priority"/> <field name="arch" type="xml"> <form string="Product" version="7.0"> <sheet> <group colspan="4" col="6"> <group colspan="2" col="4"> <separator string="Name"/> <field name="name"/> <field groups="product.group_product_variant" name="variants"/> <field name="die_number_id" attrs="{'invisible':[('is_die','=',True)]}" context="{'tree_view_ref':'merlin_product_die.product_product_die_tree_view11','form_view_ref':'merlin_product_die.product_die_normal_form_view11'}"/>

                    <field name="metal_id" context="{'die_number_id':die_number_id}"  attrs="{'invisible':[('is_die','=',True)]}" />
                    <field name="die_revision_id" domain="[('die_number_id','=',die_number_id)]" attrs="{'invisible':[('is_die','=',True)]}" />

                        <group colspan="2" col="6" attrs="{'invisible':[('is_die','=',False)]}">
                           <field name="die_type" attrs="{'required':[('is_die','=',True),('multiple_die','!=',True)]}" required="1"/>
                           <field name="die_maker" attrs="{'invisible':[('supplier','=',True)]}"/>
                           <field name="number_of_cavity" attrs="{'required':[('is_die','=',True),('multiple_die','!=',True)],'readonly':[('supplier','=',True)]}" required="1" />
                           <field name="shrinkage" attrs="{'required':[('is_die','=',True),('multiple_die','!=',True)]}" required="1" />
                           <field name="resharpening" />
                           <field name="resharpening_uom" />
                           <field name="common_die_id"/>
                           <field name="die_owner"/>
                        </group>


                    </group>
                <group colspan="1" col="2">
                    <separator string="Codes" colspan="2"/>
                    <field name="default_code" attrs="{'invisible':[('is_die','=',True)]}"/>
                    <field name="ean13" groups="base.group_extended" attrs="{'invisible':[('is_die','=',True)]}"/>

                </group>
                <group colspan="1" col="2" >
                    <separator string="Characteristics" colspan="2"/>
                    <field name="sale_ok"/>
                    <field name="purchase_ok"/>
                    <field name="is_die" invisible="1" />
                    <field name="supplier" attrs="{'invisible':['|','|',('multiple_die','=',True),('is_die','=',False),('common_die','=',True)]}"/>
                    <field name="common_die" attrs="{'invisible':['|',('multiple_die','=',True),('is_die','=',False)]}"/>
                    <field name="multiple_die" attrs="{'invisible':['|',('common_die','=',True),('is_die','=',False)]}"/>

                </group>
               </group>

                <notebook colspan="4">
                    <page string="Information">
                        <group colspan="2" col="2" attrs="{'readonly':[('is_die','=',True)],'invisible':[('is_die','=',True)]}">
                            <separator string="Procurement" colspan="2"/>
                            <field name="type"/>
                            <field name="procure_method" groups="base.group_extended"/>
                            <field name="supply_method"/>
                        </group>
                        <group colspan="2" col="2" attrs="{'invisible':[('is_die','=',True)]}">
                            <separator string="Base Prices" colspan="2"/>
                            <field groups="base.group_extended" name="cost_method"/>
                            <field name="standard_price" attrs="{'readonly':[('cost_method','=','average')]}"/>
                            <field name="list_price"/>
                            <newline/>
                            <field name="price_margin" groups="product.group_product_variant"/>
                            <field name="price_extra" groups="product.group_product_variant"/>
                        </group>

                        <group colspan="2" col="2" groups="base.group_extended" attrs="{'invisible':[('is_die','=',True)]}">
                            <separator string="Weights" colspan="2"/>
                            <field digits="(14, 3)" name="volume" attrs="{'readonly':[('type','=','service')]}"/>
                            <field digits="(14, 3)" name="weight" attrs="{'readonly':[('type','=','service')]}"/>
                            <field digits="(14, 3)" name="weight_net" attrs="{'readonly':[('type','=','service')]}"/>
                        </group>

                        <group colspan="2" col="2" name="status" groups="base.group_extended">
                            <separator string="Status" colspan="2"/>
                            <field name="categ_id"/>
                            <field name="state"/>
                            <field name="product_manager"/>
                        </group>

                        <group colspan="2" col="2" name="uom" attrs="{'invisible':[('is_die','=',True)]}">
                            <separator string="Unit of Measure" colspan="2"/>
                            <field name="uom_id" on_change="onchange_uom(uom_id,uom_po_id)"/>
                            <field name="uom_po_id" groups="base.group_extended"/>
                        </group>

                        <group colspan="2" col="2" name="uos" groups="product.group_uos" attrs="{'invisible':[('is_die','=',True)]}">
                            <separator string="Second UoM" colspan="2"/>
                            <field name="uos_id"/>
                            <field name="uos_coeff"/>
                            <field name="mes_type"/>
                        </group>



                    </page>

                    <page string="Procurement & Locations" >
                        <group colspan="2" col="2" name="delay">
                            <separator string="Delays" colspan="2"/>
                            <field name="sale_delay" attrs="{'readonly':[('sale_ok','=',0)]}"/>
                            <field name="produce_delay"/>
                            <field name="warranty"/>
                        </group>
                        <group colspan="2" col="2" name="store">
                            <separator string="Storage Localisation" colspan="2"/>
                            <field name="loc_rack" attrs="{'readonly':[('type','=','service')]}" />
                            <field name="loc_row" attrs="{'readonly':[('type','=','service')]}"/>
                            <field name="loc_case" attrs="{'readonly':[('type','=','service')]}"/>
                        </group>

                        <group colspan="2" col="2" name="misc" groups="base.group_extended">
                            <separator string="Miscellaneous" colspan="2"/>
                            <field name="active"/>
                            <field name="company_id" groups="base.group_multi_company" widget="selection"/>
                        </group>

                    </page>
                    <page string="Suppliers" attrs="{'invisible':[('is_die','=',True)]}">
                        <field colspan="4" name="seller_ids" nolabel="1"/>
                    </page>
                    <page string="Descriptions">
                        <separator string="Description"/>
                        <field colspan="4" name="description" nolabel="1"/>
                        <separator string="Sale Description"/>
                        <field colspan="4" name="description_sale" nolabel="1"/>
                        <separator string="Purchase Description"/>
                        <field colspan="4" name="description_purchase" nolabel="1"/>
                    </page>
                    <page groups="base.group_extended" string="Packaging" attrs="{'invisible':[('is_die','=',True)]}" >
                        <field colspan="4" name="packaging" nolabel="1">
                            <form string="Packaging" version="7.0">
             <sheet>    
                                <field name="ean"/>
                                <field name="sequence" invisible="1"/>
                                <newline/>
                                <field name="qty"/>
                                <field name="ul"/>
                                <field name="weight_ul"/>
                                <separator colspan="4" string="Palletization"/>
                                <field name="ul_qty"/>
                                <field name="rows"/>
                                <field name="weight"/>
                                <separator colspan="4" string="Pallet Dimension"/>
                                <field name="height"/>
                                <field name="width"/>
                                <field name="length"/>
                                <separator colspan="4" string="Description"/>
                                <field colspan="4" name="name" nolabel="1"/>
                 </sheet>   
                            </form>
                        </field>
                    </page>

                    <page string="Die Revision" attrs="{'invisible':['|',('multiple_die','=',True),('is_die','=',False)]}">
                       <group colspan="4" attrs="{'invisible':[('common_die','=',True)]}">
                           <field name="die_line_id" nolabel="1" colspan="4" view_mode="tree,form" context="{'sh_name':name}"  />      
                       </group> 
                       <group colspan="4" attrs="{'invisible':[('common_die','!=',True)]}">
                           <field name="common_die_line_id" nolabel="1" colspan="4" view_mode="tree,form" context="{'sh_name':name}" readonly="1" />
                       </group>
                     </page>

                    <page string="Metals" attrs="{'invisible':['|',('multiple_die','=',True),('is_die','=',False)]}" >
                        <field colspan="4" name="metal_line_id" nolabel="1"/>
                    </page>

                    <page string="Multiple Dies" attrs="{'invisible':['|',('multiple_die','=',False),('is_die','=',False)]}">
                        <field colspan="4" name="sub_die_line_ids" nolabel="1" view_mode="tree,form" context="{'tree_view_ref':'merlin_product_die.product_product_die_tree_view11','form_view_ref':'merlin_product_die.product_die_normal_form_view11'}" >
                            <tree string="Sub Die" >
                                <field name="name" />
                                <field name="default_code" string="Die No"/>
                            </tree>
                        </field>
                    </page>


                    <page string="Common Dies" attrs="{'invisible':['|','|',('common_die','=',True),('is_die','=',False),('multiple_die','=',True)]}" >
                            <field colspan="4" name="common_product_die_line_ids" nolabel="1">
                              <tree string="Common Dies" editable="top">
                                 <field name="die_id"/>
                             </tree>

                            </field>    
                    </page>


                    <page string="Die Sharing" attrs="{'invisible':[('is_die','=',False)]}" >
                        <field name="die_sharing_ids" view_mode="tree,form" nolabel="1" />    
                    </page>

                    <page string="Die Metal Weight " attrs="{'invisible':[('is_die','=',False)]}" >
                        <field name="revision_metal_weight_line_id" view_mode="tree,form" nolabel="1"  >
                          <tree string= "Die Metal Weight" editable="top">

                              <field name="metal_id" context="{'sh_name':'sunny'}"/>
                              <field name="die_revision_id"  />
                              <field name="weight"/>
                              <field name="weight_uom"/>

                          </tree>
                        </field>      
                    </page>      

                </notebook>
    </sheet>    
            </form>
        </field>
    </record>

this code is giving me following error 'ValidateError', u'Error occurred while validating the field(s) arch: Invalid XML for View Architecture!'

and in terminal it says that

is not found where should i put this tag ..

0
Avatar
Kassér
Avatar
bandish09
Bedste svar

Try this:

<page string="Procurement & amp; Locations">

because & sign does not work in xml.

so you have to use & amp;

Remove the space between & and amp.because here not showing properly.

2
Avatar
Kassér
Enjoying the discussion? Don't just read, join in!

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

Tilmeld dig
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Oversættelser
Tjenester
  • Odoo.sh-hosting
  • Support
  • Opgradere
  • Individuelt tilpasset udvikling
  • Uddannelse
  • Find en bogholder
  • Find en partner
  • Bliv partner
Om os
  • Vores virksomhed
  • Brandaktiver
  • Kontakt os
  • Stillinger
  • Arrangementer
  • Podcast
  • Blog
  • Kunder
  • Juridiske dokumenter • Privatlivspolitik
  • Sikkerhedspolitik
الْعَرَبيّة 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 er en samling open source-forretningsapps, der dækker alle dine virksomhedsbehov – lige fra CRM, e-handel og bogføring til lagerstyring, POS, projektledelse og meget mere.

Det unikke ved Odoo er, at systemet både er brugervenligt og fuldt integreret.

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