Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Restauration & Hôtellerie
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brasserie
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Commerce
    • Bricoleur
    • Matériel informatique & support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Parcourir toutes les industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenir partenaire
    • Services pour partenaires
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

XmlRpc Unknown exception while creating Sales.Order.Line

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
xmlrpc
3 Réponses
4341 Vues
Avatar
Harun Baris Bulut

With the fields below I can successfully create sales order line;

order_id
name,
product_uom,
product_uom_qty,
price_unit,
state,
delay

 This is the DEBUG log from Odoo which has a result "Unknown exception";

object.execute('MyDatabase',
                6,
                '*',
                'sale.order.line',
                'create',
                {'company_id': 1,
                 'delay': 1,
                 'name': 'Sample Product',
                 'order_id': 79,
                 'order_partner_id': 1362,
                 'price_unit': 39.64,
                 'product_id': 554,
                 'product_uom': 5,
                 'product_uom_qty': 1.0,
                 'state': 'draft',
                 'tax_id': [[6, 0, [1]]]})

XMLRPC Request and Response;

 

<?xml version="1.0" encoding="UTF-8"?>
<methodCall>
 <methodName>execute</methodName>
 <params>
  <param>
   <value>
    <string>MyDatabase</string>
   </value>
  </param>
  <param>
   <value>
    <int>6</int>
 </value>
  </param>
  <param>
   <value>
    <string>myPassword</string>
   </value>
  </param>
  <param>
   <value>
    <string>sale.order.line</string>
   </value>
  </param>
  <param>
   <value>
    <string>create</string>
   </value>
  </param>
  <param>
   <value>
    <struct>
     <member>
      <name>company_id</name>
      <value>
       <int>1</int>
      </value>
     </member>
     <member>
      <name>order_partner_id</name>
      <value>
       <int>1362</int>
      </value>
     </member>
     <member>
      <name>order_id</name>
      <value>
       <int>79</int>
      </value>
     </member>
     <member>
      <name>product_id</name>
      <value>
       <int>554</int>
      </value>
     </member>
     <member>
      <name>name</name>
      <value>
       <string>Sample Produc</string>
      </value>
     </member>
     <member>
      <name>product_uom</name>
      <value>
       <int>5</int>
      </value>
     </member>
     <member>
      <name>product_uom_qty</name>
      <value>
       <double>1.</double>
      </value>
     </member>
     <member>
      <name>price_unit</name>
      <value>
       <double>39.64</double>
       </value>
     </member>
     <member>
      <name>state</name>
      <value>
       <string>draft</string>
      </value>
     </member>
     <member>
      <name>delay</name>
      <value>
       <int>1</int>
      </value>
     </member>
     <member>
      <name>tax_id</name>
      <value>
       <array>
        <data>
         <value>
          <array>
           <data>
            <value>
             <int>6</int>
            </value>
            <value>
             <int>0</int>
            </value>
            <value>
             <array>
              <data>
               <value>
                <int>1</int>
               </value>
              </data>
             </array>
            </value>
           </data>
          </array>
         </value>
        </data>
       </array>
      </value>
     </member>
    </struct>
   </value>
  </param>
 </params>
</methodCall>
<?xml version="1.0" encoding="UTF-8"?>
<methodResponse>
 <params>
  <param>
   <value><nil/></value>
  </param>
 </params>
</methodResponse>


Odoo version; 8.0 (Nightly build) Just updated on September 1st 2015

 However when I add product_id field it gives unknown error exception. By the way I 5 times quadruple checked that product_id is correct by creating sample sales order from Odoo itself and print the sales order data by API.

 I tried every kind of log-level directive, but cannot retrieve the error.

Where do you think is the problem ? 

0
Avatar
Ignorer
Jérémy Kersten (jke)

could you provide your script and odoo version to test... thanks

Harun Baris Bulut
Auteur

Sorry Jeremy I cannot send code as it is embedded in our main application but I have attached the object that is sent to Odoo.

Avatar
Harun Baris Bulut
Auteur Meilleure réponse

Any thoughts?

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
xmlrpc Error when attempting to connect to my local instance Résolu
xmlrpc
Avatar
Avatar
Avatar
3
juil. 25
5208
Cannot marshal None unless allow_none is enabled
xmlrpc
Avatar
1
oct. 24
3726
How to run a method from external api as the superuser
xmlrpc
Avatar
Avatar
1
avr. 24
3731
<methodName>execute</methodName>
xmlrpc
Avatar
0
sept. 23
2956
XmlRpc read failed
xmlrpc
Avatar
Avatar
1
juin 23
3335
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenir partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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