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
    Food & Hospitality
    • 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
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et 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
    Browse all 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
    • Devenez partenaire
    • Services for Partners
    • 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

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
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

Create new picking list report

S'inscrire

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

Cette question a été signalée
createpickingreportlistnew
5884 Vues
Avatar
kim

Hi,

I create new report module for the warehouse delivery order picking list but when i pick it it show the error message

Field 'move_lines' does not exist in object 'browse_record(product.product, 1)' (<type 'exceptions.attributeerror'="">, AttributeError(KeyError("Field 'move_lines' does not exist in object 'browse_record(product.product, 1)'",),), <traceback object="" at="" 0x7ff9172497e8="">)

product_moves.py

import time from openerp.report import report_sxw from openerp.osv import osv from openerp import pooler

class product_moves(report_sxw.rml_parse):

def __init__(self, cr, uid, name, context):
    super(picking, self).__init__(cr, uid, name, context=context)
    self.localcontext.update({
        'time': time,
        'get_product_desc':self.get_product_desc
    })


def get_product_desc(self,move_line):
    desc = move_line.product_id.name
    if move_line.product_id.default_code:
        desc = '[' + move_line.product_id.default_code + ']' + ' ' + desc
    return desc

 report_sxw.report_sxw('report.product_moves', 'stock.picking', 'addons/extra_reports/reports/product_moves.rml', parser=product_moves)

product_moves.rml

<document filename="Packing List.pdf">
<template pagesize="(595.0,842.0)" title="Packing List" author="OpenERP S.A.(sales@openerp.com)" allowsplitting="20"> <pagetemplate id="first"> <frame id="first" x1="0.0" y1="57.0" width="538" height="728"/> </pagetemplate> </template>
<stylesheet> <blocktablestyle id="Standard_Outline"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> </blocktablestyle> <blocktablestyle id="Table_Address_detail"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> </blocktablestyle> <blocktablestyle id="Table_Title_String"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> </blocktablestyle> <blocktablestyle id="Header_Order_Reference_Tbl"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="0,0" stop="0,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="0,0" stop="0,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="0,-1" stop="0,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="1,0" stop="1,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="1,0" stop="1,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="1,-1" stop="1,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="2,0" stop="2,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="2,0" stop="2,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="2,-1" stop="2,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="3,0" stop="3,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="3,0" stop="3,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="3,-1" stop="3,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="4,0" stop="4,-1"/> <linestyle kind="LINEAFTER" colorname="#e6e6e6" start="4,0" stop="4,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="4,0" stop="4,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="4,-1" stop="4,-1"/> </blocktablestyle> <blocktablestyle id="Content_Order_Reference_Table"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="0,0" stop="0,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="0,0" stop="0,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="0,-1" stop="0,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="1,0" stop="1,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="1,0" stop="1,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="1,-1" stop="1,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="2,0" stop="2,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="2,0" stop="2,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="2,-1" stop="2,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="3,0" stop="3,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="3,0" stop="3,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="3,-1" stop="3,-1"/> <linestyle kind="LINEBEFORE" colorname="#e6e6e6" start="4,0" stop="4,-1"/> <linestyle kind="LINEAFTER" colorname="#e6e6e6" start="4,0" stop="4,-1"/> <linestyle kind="LINEABOVE" colorname="#e6e6e6" start="4,0" stop="4,0"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="4,-1" stop="4,-1"/> </blocktablestyle> <blocktablestyle id="Move_Line_Header"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEBELOW" colorname="#000000" start="0,-1" stop="0,-1"/> <linestyle kind="LINEBELOW" colorname="#000000" start="1,-1" stop="1,-1"/> <linestyle kind="LINEBELOW" colorname="#000000" start="2,-1" stop="2,-1"/> <linestyle kind="LINEBELOW" colorname="#000000" start="3,-1" stop="3,-1"/> <linestyle kind="LINEBELOW" colorname="#000000" start="4,-1" stop="4,-1"/> </blocktablestyle> <blocktablestyle id="Move_Line_Contect_Assign_State"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="0,-1" stop="0,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="1,-1" stop="1,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="2,-1" stop="2,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="3,-1" stop="3,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="4,-1" stop="4,-1"/> </blocktablestyle> <blocktablestyle id="Table1"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="0,-1" stop="0,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="1,-1" stop="1,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="2,-1" stop="2,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="3,-1" stop="3,-1"/> <linestyle kind="LINEBELOW" colorname="#e6e6e6" start="4,-1" stop="4,-1"/> </blocktablestyle> <blocktablestyle id="Table2"> <blockalignment value="LEFT"/> <blockvalign value="TOP"/> <linestyle kind="LINEABOVE" colorname="#000000" start="1,0" stop="1,0"/> <linestyle kind="LINEABOVE" colorname="#000000" start="2,0" stop="2,0"/> </blocktablestyle> <initialize> <parastyle name="all" alignment="justify"/> </initialize> <parastyle name="Standard" fontname="Helvetica"/> <parastyle name="Heading" fontname="Helvetica" fontsize="14.0" leading="17" spacebefore="12.0" spaceafter="6.0"/> <parastyle name="Text body" fontname="Helvetica" spacebefore="0.0" spaceafter="6.0"/> <parastyle name="List" fontname="Helvetica" spacebefore="0.0" spaceafter="6.0"/> <parastyle name="Caption" fontname="Helvetica-Oblique" fontsize="12.0" leading="15" spacebefore="6.0" spaceafter="6.0"/> <parastyle name="Index" fontname="Helvetica"/> <parastyle name="terp_header" fontname="Helvetica-Bold" fontsize="12.0" leading="15" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_header_Centre" fontname="Helvetica-Bold" fontsize="12.0" leading="15" alignment="CENTER" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_8" fontname="Helvetica" fontsize="8.0" leading="10" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Bold_8" fontname="Helvetica-Bold" fontsize="8.0" leading="10" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_tblheader_Details" fontname="Helvetica-Bold" fontsize="9.0" leading="11" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_tblheader_Details_Centre" fontname="Helvetica-Bold" fontsize="9.0" leading="11" alignment="CENTER" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Centre_8" fontname="Helvetica" fontsize="8.0" leading="10" alignment="CENTER" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Centre_9" fontname="Helvetica" fontsize="9.0" leading="11" alignment="CENTER" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_tblheader_General" fontname="Helvetica-Bold" fontsize="8.0" leading="10" alignment="LEFT" spacebefore="6.0" spaceafter="6.0"/> <parastyle name="terp_tblheader_General_Centre" fontname="Helvetica-Bold" fontsize="8.0" leading="10" alignment="CENTER" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="Table Contents" fontname="Helvetica"/> <parastyle name="Footer" fontname="Helvetica"/> <parastyle name="Table Heading" fontname="Helvetica" alignment="CENTER"/> <parastyle name="Horizontal Line" fontname="Helvetica" fontsize="6.0" leading="8" spacebefore="0.0" spaceafter="14.0"/> <parastyle name="Heading 9" fontname="Helvetica-Bold" fontsize="75%" leading="NaN" spacebefore="12.0" spaceafter="6.0"/> <parastyle name="terp_tblheader_General_Right" fontname="Helvetica-Bold" fontsize="8.0" leading="10" alignment="RIGHT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_tblheader_Details_Right" fontname="Helvetica-Bold" fontsize="9.0" leading="11" alignment="RIGHT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Right_8" fontname="Helvetica" fontsize="8.0" leading="10" alignment="RIGHT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_header_Right" fontname="Helvetica-Bold" fontsize="15.0" leading="19" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_address" fontname="Helvetica" fontsize="10.0" leading="13" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_9" fontname="Helvetica" fontsize="9.0" leading="11" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Bold_9" fontname="Helvetica-Bold" fontsize="9.0" leading="11" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_Right_9" fontname="Helvetica" fontsize="9.0" leading="11" alignment="RIGHT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_2" fontname="Helvetica" fontsize="2.0" leading="3" alignment="LEFT" spacebefore="0.0" spaceafter="0.0"/> <parastyle name="terp_default_5cm_Above_Space" fontname="Helvetica" fontsize="8.0" leading="10" alignment="LEFT" spacebefore="6.0" spaceafter="0.0"/> <parastyle name="terp_default_1cm_above_space" fontname="Helvetica" fontsize="8.0" leading="10" alignment="LEFT" spacebefore="3.0" spaceafter="0.0"/> <images/> </stylesheet> <story> <pto> <pto_header> <blocktable colwidths="256.0,73.0,59.0,59.0,71.0" repeatrows="1" style="Move_Line_Header"> <para style="terp_tblheader_Details">Description</para> <para style="terp_tblheader_Details_Centre">Lot</para> <para style="terp_tblheader_Details_Centre">Status</para> <para style="terp_tblheader_Details_Right">Location</para> <para style="terp_tblheader_Details_Right">Quantity</para> </blocktable> </pto_header> <para style="terp_default_8">[[repeatIn(objects,'picking')]] </para> <para style="terp_default_8">[[picking.type == 'out' and picking.partner_id and setLang(picking.partner_id.lang) or '']]</para> <para style="terp_default_9"> </para> <blocktable colwidths="269.0,269.0" style="Table_Address_detail"> <para style="terp_default_Bold_9">Supplier Address : [[ (picking.type == 'in' or removeParentNode('para')) and '' ]]</para> <para style="terp_default_Bold_9">Customer Address : [[ (picking.type == 'out' or removeParentNode('para')) and '' ]]</para> <para style="terp_default_Bold_9">Warehouse Address : [[ (picking.type == 'internal' or removeParentNode('para')) and '' ]]</para> <para style="terp_default_9">[[ (picking.partner_id and picking.partner_id.id and picking.partner_id.title.name) or '' ]] [[ picking.partner_id and picking.partner_id.id and picking.partner_id.name ]]</para> <para style="terp_default_9">[[ picking.partner_id and display_address(picking.partner_id) ]]</para> <para style="terp_default_9">[[ picking.partner_id.phone or picking.partner_id.email or removeParentNode('para')]]</para> <para style="terp_default_Bold_9">Contact Address :</para> <para style="terp_default_9">[[ picking.partner_id and picking.partner_id.title.name or '' ]] [[ picking.partner_id and picking.partner_id.name or '' ]]</para> <para style="terp_default_9">[[ picking.partner_id and display_address(picking.partner_id) ]] </para> <para style="terp_default_9">[[ picking.partner_id.phone or picking.partner_id.email or removeParentNode('para')]]</para> </blocktable> <para style="terp_default_5cm_Above_Space"> </para> <para style="terp_default_5cm_Above_Space"> </para> <blocktable colwidths="538.0" style="Table_Title_String"> <para style="terp_header">Delivery Order 123: [[ (picking.type == 'out' or removeParentNode('para')) and '' ]] [[ picking.name ]]</para> <para style="terp_header">Incoming Shipment : [[ (picking.type == 'in' or removeParentNode('para')) and '' ]] [[ picking.name ]]</para> <para style="terp_header">Internal Shipment : [[ (picking.type == 'internal' or removeParentNode('para')) and '' ]] [[ picking.name ]]</para> </blocktable> <para style="terp_default_5cm_Above_Space"> </para> <blocktable colwidths="100.0,154.0,161.0,109.0" style="Header_Order_Reference_Tbl"> <para style="terp_tblheader_General_Centre">Journal</para> <para style="terp_tblheader_General_Centre">Order(Origin)</para> <para style="terp_tblheader_General_Centre">Schedule Date</para> <para style="terp_tblheader_General_Centre">Weight</para> </blocktable> <blocktable colwidths="100.0,154.0,162.0,109.0" style="Content_Order_Reference_Table"> <para style="terp_default_Centre_8">[[ picking.stock_journal_id.name]]</para> <para style="terp_default_Centre_8">[[ picking.origin or '']]</para> <para style="terp_default_Centre_8">[[ formatLang(picking.min_date,date_time = True) ]]</para> <para style="terp_default_Centre_8">[[ 'weight' in picking._columns.keys() and picking.weight or '']]</para> </blocktable> <para style="terp_default_5cm_Above_Space"> </para> <blocktable colwidths="256.0,73.0,59.0,59.0,71.0" repeatrows="1" style="Move_Line_Header"> <para style="terp_tblheader_Details">Description</para> <para style="terp_tblheader_Details_Centre">Serial Number</para> <para style="terp_tblheader_Details_Centre">Status</para> <para style="terp_tblheader_Details_Right">Location</para> <para style="terp_tblheader_Details_Right">Quantity</para> </blocktable> <section> <para style="terp_default_2">[[ repeatIn([line for line in picking.move_lines if ((line.state == 'confirmed' or line.state=='done' or line.state=='assigned') and not line.scrapped)],'move_lines') ]]</para> <para style="terp_default_2">[[ (picking.move_lines!=[] and removeParentNode('para')) or removeParentNode('section')]]</para> <blocktable colwidths="256.0,74.0,58.0,60.0,73.0" style="Move_Line_Contect_Assign_State"> <para style="terp_default_9">[[ get_product_desc(move_lines) ]] </para> <para style="terp_default_Centre_9">[[ (move_lines.prodlot_id and move_lines.prodlot_id.name) or '' ]]</para> <para style="terp_default_9">[[ move_lines.state ]]</para> <para style="terp_default_Right_9">[[ (move_lines.location_id and move_lines.location_id.name) or '' ]] </para> <para style="terp_default_Right_9">[[ formatLang(move_lines.product_qty) ]] [[ move_lines.product_uom.name ]]</para> </blocktable> </section> <para style="terp_default_Bold_9">[[ ([line for line in picking.move_lines if (line.state == 'draft' or line.state=='waiting' )]) and 'Non Assigned Products:' or removeParentNode('para') ]]</para> <para style="terp_default_2"/> <section> <para style="terp_default_2">[[ repeatIn([line for line in picking.move_lines if (line.state == 'draft' or line.state=='waiting')],'move_lines') ]]</para> <para style="terp_default_2">[[ (picking.move_lines!=[] and removeParentNode('para')) or removeParentNode('section')]]</para> <blocktable colwidths="256.0,74.0,57.0,61.0,72.0" style="Table1"> <para style="terp_default_9">[[ get_product_desc(move_lines) ]] </para> <para style="terp_default_Centre_9">[[ (move_lines.prodlot_id and move_lines.prodlot_id.name) or '' ]]</para> <para style="terp_default_9">[[ (picking.type == 'in' or removeParentNode('para')) ]][[ move_lines.state == 'done' and 'Received' or move_lines.state]]</para> <para style="terp_default_9">[[ (picking.type == 'out' or removeParentNode('para')) ]][[ move_lines.state == 'done' and 'Delivered' or move_lines.state]]</para> <para style="terp_default_9">[[ (picking.type == 'internal' or removeParentNode('para')) ]][[ move_lines.state == 'done' and 'Transferred' or move_lines.state]]</para> <para style="terp_default_Right_9">[[ (move_lines.location_id and move_lines.location_id.name) or '' ]] </para> <para style="terp_default_Right_9">[[ formatLang(move_lines.product_qty) ]] [[ move_lines.product_uom.name ]]</para> </blocktable> </section> <para style="terp_default_2"> </para> </pto> </story> </document>

0
Avatar
Ignorer
sepdau

You should check in product.product? Is that contain move_lines fields?

kim
Auteur

yup, i found that problem but thanks

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é
Openerp 7 create new account report
create account report new
Avatar
0
mars 15
4684
How to create stock picking from python in a custom module? Résolu
create picking
Avatar
Avatar
Avatar
4
nov. 20
10487
report_picking not only product_id but even stock.move.name
picking report name
Avatar
Avatar
1
févr. 19
4304
Why is this RML not giving any output?
rml report list
Avatar
Avatar
1
mars 15
4240
any know how to create xsl report?
create xsl report
Avatar
0
mars 15
4075
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
  • Devenez 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 ภาษาไทย 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