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

Why web/action/load return domain contains python code from OpenERP 7.0?

S'inscrire

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

Cette question a été signalée
android
8014 Vues
Avatar
Claud Kho

When i POST data to web/action/load from my Android device, i got following data:

{ "id" : "r482",
  "jsonrpc" : "2.0",
  "result" : { "auto_refresh" : 0,
      "auto_search" : true,
      "context" : "{'search_default_in':1}",
      "domain" : "[('type','=','in'),('day','<=', time.strftime('%Y-%m-%d')),('day','>',(context_today()-datetime.timedelta(days=15)).strftime('%Y-%m-%d'))]",
      "filter" : false,
      "flags" : {  },
      "groups_id" : [  ],
      "help" : false,
      "id" : 340,
      "limit" : 80,
      "multi" : false,
      "name" : "Incoming Products",
      "res_id" : 0,
      "res_model" : "report.stock.move",
      "search_view" : "{'name': u'report.stock.move.search', 'fields': {'categ_id': {'domain': [], 'string': 'Product Category', 'views': {}, 'relation': 'product.category', 'context': {}, 'selectable': True, 'type': 'many2one'}, 'product_id': {'domain': [], 'string': 'Product', 'views': {}, 'readonly': True, 'relation': 'product.product', 'context': {}, 'selectable': True, 'type': 'many2one'}, 'partner_id': {'domain': [], 'string': 'Partner', 'views': {}, 'readonly': True, 'relation': 'res.partner', 'context': {}, 'selectable': True, 'type': 'many2one'}, 'stock_journal': {'domain': [], 'string': 'Stock Journal', 'views': {}, 'relation': 'stock.journal', 'context': {}, 'selectable': True, 'type': 'many2one', 'select': True}, 'company_id': {'domain': [], 'string': 'Company', 'views': {}, 'readonly': True, 'relation': 'res.company', 'context': {}, 'selectable': True, 'type': 'many2one'}, 'location_dest_id': {'domain': [], 'string': 'Dest. Location', 'views': {}, 'readonly': True, 'relation': 'stock.location', 'context': {}, 'selectable': True, 'type': 'many2one', 'select': True, 'help': 'Location where the system will stock the finished products.'}, 'date': {'selectable': True, 'readonly': True, 'type': 'date', 'string': 'Date', 'views': {}}, 'location_id': {'domain': [], 'string': 'Source Location', 'views': {}, 'readonly': True, 'relation': 'stock.location', 'context': {}, 'selectable': True, 'type': 'many2one', 'select': True, 'help': 'Sets a location if you produce at a fixed location. This can be a partner location if you subcontract the manufacturing operations.'}}, 'arch': '<search string=\"Moves Analysis\">\\n                <filter string=\"Done\" name=\"done\" icon=\"terp-dialog-close\" domain=\"[(\\'state\\',\\'=\\',\\'done\\')]\" help=\"Completed Stock-Moves\"/>\\n                <filter string=\"Todo\" icon=\"terp-gtk-go-back-rtl\" domain=\"[(\\'state\\',\\'in\\',(\\'assigned\\',\\'waiting\\',\\'confirmed\\'))]\" help=\"Future Stock-Moves\"/>\\n                <separator/>\\n                <filter icon=\"terp-go-home\" name=\"in\" string=\"Incoming\" domain=\"[(\\'type\\',\\'=\\',\\'in\\')]\"/>\\n                <filter icon=\"terp-go-home\" name=\"internal\" string=\"Internal\" domain=\"[(\\'type\\',\\'=\\',\\'internal\\')]\"/>\\n                <filter icon=\"terp-go-home\" name=\"out\" string=\"Outgoing\" domain=\"[(\\'type\\',\\'=\\',\\'out\\')]\"/>\\n                <field name=\"product_id\" default_focus=\"1\" modifiers=\"{"readonly": true}\"/>\\n                <field name=\"partner_id\" context=\"{\\'contact_display\\':\\'partner\\'}\" modifiers=\"{"readonly": true}\"/>\\n                <group expand=\"0\" string=\"Extended Filters...\">\\n                    <field name=\"location_id\" modifiers=\"{"readonly": true}\"/>\\n                    <field name=\"location_dest_id\" modifiers=\"{"readonly": true}\"/>\\n                    <field name=\"categ_id\" modifiers=\"{}\"/>\\n                    <field name=\"stock_journal\" modifiers=\"{}\"/>\\n                    <field name=\"company_id\" invisible=\"1\" modifiers=\"{"invisible": true, "readonly": true}\"/>\\n                    <field name=\"date\" modifiers=\"{"readonly": true}\"/>\\n                </group>\\n                <group expand=\"1\" string=\"Group By...\">\\n                    <filter name=\"group_partner\" string=\"Partner\" icon=\"terp-partner\" context=\"{\\'group_by\\':\\'partner_id\\'}\"/>\\n                    <filter name=\"group_categ_id\" string=\"Product Category\" icon=\"terp-stock_symbol-selection\" context=\"{\\'group_by\\':\\'categ_id\\'}\"/>\\n                    <filter name=\"group_product\" string=\"Product\" icon=\"terp-accessories-archiver\" context=\"{\\'group_by\\':\\'product_id\\'}\"/>\\n                    <filter name=\"group_picking\" string=\"Shipment\" icon=\"terp-accessories-archiver\" context=\"{\\'group_by\\':\\'picking_id\\'}\"/>\\n                    <filter string=\"Source Location\" name=\"src_location\" icon=\"terp-gtk-jump-to-rtl\" context=\"{\\'group_by\\':\\'location_id\\'}\"/>\\n                    <filter string=\"Dest. Location\" name=\"dest_location\" icon=\"terp-gtk-jump-to-ltr\" context=\"{\\'group_by\\':\\'location_dest_id\\'}\"/>\\n                    <filter string=\"Type\" name=\"group_type\" icon=\"terp-stock_symbol-selection\" context=\"{\\'group_by\\':\\'type\\'}\" help=\"Shipping type specify, goods coming in or going out\"/>\\n                    <filter string=\"Status\" name=\"group_state\" icon=\"terp-stock_effects-object-colorize\" context=\"{\\'group_by\\':\\'state\\'}\"/>\\n                    <filter string=\"Stock journal\" name=\"group_stock_journal\" icon=\"terp-folder-orange\" context=\"{\\'group_by\\':\\'stock_journal\\'}\"/>\\n                    <filter string=\"Company\" name=\"group_state\" icon=\"terp-go-home\" context=\"{\\'group_by\\':\\'company_id\\'}\" invisible=\"1\" modifiers=\"{"invisible": true}\"/>\\n                    <filter string=\"Day\" icon=\"terp-go-today\" context=\"{\\'group_by\\':\\'day\\'}\" help=\"Day Planned\"/>\\n                    <filter string=\"Month\" icon=\"terp-go-month\" context=\"{\\'group_by\\':\\'date\\'}\" help=\"Month Planned\"/>\\n                    <filter string=\"Year\" icon=\"terp-go-year\" context=\"{\\'group_by\\':\\'year\\'}\" help=\"Year Planned\"/>\\n                </group>\\n            </search>', 'model': 'report.stock.move', 'type': u'search', 'view_id': 536, 'field_parent': False}",
      "search_view_id" : false,
      "src_model" : false,
      "target" : "current",
      "type" : "ir.actions.act_window",
      "usage" : false,
      "view_id" : [ 544,
          "report.stock.move.graph"
        ],
      "view_ids" : [  ],
      "view_mode" : "graph,list",
      "views" : [ [ 544,
            "graph"
          ],
          [ false,
            "list"
          ]
        ]
    }
}

is there a way to convert the domain value to json array in following args:

{ "id" : "r507",
  "jsonrpc" : "2.0",
  "method" : "call",
  "params" : { "args" : [ [ [ "type",
              "=",
              "in"
            ],
            [ "day",
              "<=",
              "2013-09-19"
            ],
            [ "day",
              ">",
              "2013-09-04"
            ],
            [ "type",
              "=",
              "in"
            ]
          ],
          [ "product_qty",
            "categ_id"
          ],
          [ "categ_id" ]
        ],
      "context" : { "lang" : "en_US",
          "tz" : "Europe/Brussels",
          "uid" : 1
        },
      "kwargs" : { "context" : { "lang" : "en_US",
              "search_default_in" : 1,
              "tz" : "Europe/Brussels",
              "uid" : 1
            } },
      "method" : "read_group",
      "model" : "report.stock.move",
      "session_id" : "6a24b963778f436fbe4d901c1d27ac24"
    }
}
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é
odoo mobile android framework
android
Avatar
Avatar
2
oct. 16
8807
Did anyone test the openerp CRM Sales android app ?
android
Avatar
Avatar
1
mars 15
4856
Rental via mobil app
rental android
Avatar
0
mai 22
2038
Integration query via API
api android
Avatar
0
août 21
2591
Need an Android/iOS app for Odoo Résolu
android iphone
Avatar
Avatar
Avatar
Avatar
Avatar
6
déc. 23
38551
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