Przejdź do zawartości
Odoo Menu
  • Zaloguj się
  • Wypróbuj za darmo
  • Aplikacje
    Finanse
    • Księgowość
    • Fakturowanie
    • Wydatki
    • Arkusz kalkulacyjny (BI)
    • Dokumenty
    • Podpisy
    Sprzedaż
    • CRM
    • Sprzedaż
    • PoS Sklep
    • PoS Restauracja
    • Subskrypcje
    • Wypożyczalnia
    Strony Internetowe
    • Kreator Stron Internetowych
    • eCommerce
    • Blog
    • Forum
    • Czat na Żywo
    • eLearning
    Łańcuch dostaw
    • Magazyn
    • Produkcja
    • PLM
    • Zakupy
    • Konserwacja
    • Jakość
    Zasoby Ludzkie
    • Pracownicy
    • Rekrutacja
    • Urlopy
    • Ocena pracy
    • Polecenia Pracownicze
    • Flota
    Marketing
    • Marketing Społecznościowy
    • E-mail Marketing
    • SMS Marketing
    • Wydarzenia
    • Automatyzacja Marketingu
    • Ankiety
    Usługi
    • Projekt
    • Ewidencja czasu pracy
    • Usługi Terenowe
    • Helpdesk
    • Planowanie
    • Spotkania
    Produktywność
    • Dyskusje
    • Artificial Intelligence
    • IoT
    • VoIP
    • Wiedza
    • WhatsApp
    Aplikacje trzecich stron Studio Odoo Odoo Cloud Platform
  • Branże
    Sprzedaż detaliczna
    • Księgarnia
    • Sklep odzieżowy
    • Sklep meblowy
    • Sklep spożywczy
    • Sklep z narzędziami
    • Sklep z zabawkami
    Żywienie i hotelarstwo
    • Bar i Pub
    • Restauracja
    • Fast Food
    • Pensjonat
    • Dystrybutor napojów
    • Hotel
    Agencja nieruchomości
    • Agencja nieruchomości
    • Biuro architektoniczne
    • Budowa
    • Zarządzanie nieruchomościami
    • Ogrodnictwo
    • Stowarzyszenie właścicieli nieruchomości
    Doradztwo
    • Biuro księgowe
    • Partner Odoo
    • Agencja marketingowa
    • Kancelaria prawna
    • Agencja rekrutacyjna
    • Audyt i certyfikacja
    Produkcja
    • Tekstylia
    • Metal
    • Meble
    • Jedzenie
    • Browar
    • Prezenty firmowe
    Zdrowie & Fitness
    • Klub sportowy
    • Salon optyczny
    • Centrum fitness
    • Praktycy Wellness
    • Apteka
    • Salon fryzjerski
    Transakcje
    • Złota rączka
    • Wsparcie Sprzętu IT
    • Systemy energii słonecznej
    • Szewc
    • Firma sprzątająca
    • Usługi HVAC
    Inne
    • Organizacja non-profit
    • Agencja Środowiskowa
    • Wynajem billboardów
    • Fotografia
    • Leasing rowerów
    • Sprzedawca oprogramowania
    Przeglądaj wszystkie branże
  • Community
    Ucz się
    • Samouczki
    • Dokumentacja
    • Certyfikacje
    • Szkolenie
    • Blog
    • Podcast
    Pomóż w nauce innym
    • Program Edukacyjny
    • Scale Up! Gra biznesowa
    • Odwiedź Odoo
    Skorzystaj z oprogramowania
    • Pobierz
    • Porównaj edycje
    • Wydania
    Współpracuj
    • Github
    • Forum
    • Wydarzenia
    • Tłumaczenia
    • Zostań partnerem
    • Usługi dla partnerów
    • Zarejestruj swoją firmę rachunkową
    Skorzystaj z usług
    • Znajdź partnera
    • Znajdź księgowego
    • Spotkaj się z doradcą
    • Usługi wdrożenia
    • Opinie klientów
    • Wsparcie
    • Aktualizacje
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Zaplanuj demo
  • Cennik
  • Pomoc
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
Wszystkie posty Osoby Odznaki
Tagi (Zobacz wszystko)
odoo accounting v14 pos v15
O tym forum
Pomoc

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

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
android
8789 Widoki
Awatar
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
Awatar
Odrzuć
Podoba Ci się ta dyskusja? Dołącz do niej!

Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!

Zarejestruj się
Powiązane posty Odpowiedzi Widoki Czynność
Did anyone test the openerp CRM Sales android app ? Rozwiązane
android
Awatar
Awatar
2
mar 26
5881
odoo mobile android framework
android
Awatar
Awatar
2
paź 16
9611
Rental via mobil app
rental android
Awatar
0
maj 22
2668
Integration query via API
api android
Awatar
0
sie 21
3236
Need an Android/iOS app for Odoo Rozwiązane
android iphone
Awatar
Awatar
Awatar
Awatar
Awatar
6
gru 23
40075
Społeczność
  • Samouczki
  • Dokumentacja
  • Forum
Open Source
  • Pobierz
  • Github
  • Runbot
  • Tłumaczenia
Usługi
  • Hosting Odoo.sh
  • Wsparcie
  • Aktualizacja
  • Indywidualne rozwiązania
  • Edukacja
  • Znajdź księgowego
  • Znajdź partnera
  • Zostań partnerem
O nas
  • Nasza firma
  • Zasoby marki
  • Skontaktuj się z nami
  • Oferty pracy
  • Wydarzenia
  • Podcast
  • Blog
  • Klienci
  • Informacje prawne • Prywatność
  • Bezpieczeństwo Odoo
الْعَرَبيّة 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 to pakiet aplikacji biznesowych typu open source, które zaspokoją wszystkie potrzeby Twojej firmy: CRM, eCommerce, księgowość, inwentaryzacja, punkt sprzedaży, zarządzanie projektami itp.

Unikalną wartością Odoo jest to, że jest jednocześnie bardzo łatwe w użyciu i w pełni zintegrowane.

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