Skip to Content
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
    • Zatwierdzenia
    • IoT
    • VoIP
    • Baza wiedzy
    • 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

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

  • CRM
  • e-Commerce
  • Księgowość
  • Zapasy
  • PoS
  • Projekt
  • MRP
All apps
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

Issue: Newly Created account.move Records Not Showing in Odoo Interface

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
invoicexmlrpcaccount.moveinterface
4 Odpowiedzi
4430 Widoki
Awatar
Sohail Bhatti

We have encountered an issue where newly created records in the account.move model are not appearing in the Odoo interface after being successfully created via the XML-RPC API. Despite ensuring valid authentication and data integrity, the records remain invisible in the interface, specifically in the invoice dashboard. We have performed various troubleshooting steps, including checking filters, refreshing the interface, verifying permissions, and reviewing server logs, but the issue persists. Any guidance or assistance in resolving this matter would be greatly appreciated.

0
Awatar
Odrzuć
Awatar
Jainesh Shah(Aktiv Software)
Najlepsza odpowiedź

Hi Sohail Bhatti,


If newly created account.move records are not showing up in the Odoo interface, there are several potential reasons and troubleshooting steps you can follow:


1. Check Filters and Search Criteria:

Ensure that the filters and search criteria in the view are not excluding the records you're trying to find. Double-check the search bar and any filters applied to the list view.


2. Date Range:

Verify that the date range in your view includes the period in which the new account.move records were created.


3. Access Rights:

Ensure that the user has the necessary access rights to view the account.move records. Check the user's group settings to make sure they have the appropriate permissions.


4. Record Status:

Check the status of the records. For example, if you are using a workflow or have a specific status field, ensure that the records are in a state that allows them to be displayed.


5. Reload/Refresh the Page:

Sometimes, changes might not immediately reflect in the Odoo interface. Try refreshing or reloading the page to see if the new records appear.


6. Check Server Logs:

Examine the Odoo server logs for any error messages or warnings related to the creation or retrieval of account.move records. This can provide insights into potential issues.


7. Custom Code or Modules:

If you have custom code or additional modules that modify the behavior of account.move records or related views, check if they are affecting the visibility of records.


8. Database Integrity:

Perform a check on the database integrity. Sometimes, issues with the database can lead to data not being displayed correctly.


9. Cache Issues:

Odoo relies on caching for performance. Clear the browser cache or try accessing Odoo from a different browser to rule out any caching issues.


10. Check Server Resources:

Ensure that your Odoo server has sufficient resources (CPU, memory, etc.) to handle the requests. Lack of resources might lead to incomplete data retrieval.


11. Review Odoo Version and Modules:

Confirm that you are using a compatible version of Odoo and that all relevant modules are updated to the appropriate versions.


Feel free to contact me if needed

Hope this will help you.

Thanks & Regards,
Email:  odoo@aktivsoftware.com           

Skype: kalpeshmaheshwari

0
Awatar
Odrzuć
Awatar
Niyas Raphy (Walnut Software Solutions)
Najlepsza odpowiedź

Hi,
Can you ensure the created invoice exists in the db level ? See if the record exists in account.move table at PostgreSQL level and just hidden from odoo user interface ?

Also did you pass move_type while creating the invoice ? if not, check in the journal entries menu and see if you can see the created record there.

Thanks

0
Awatar
Odrzuć
Awatar
Sohail Bhatti
Autor Najlepsza odpowiedź

Thank you for your suggestions. We have already checked the filters, search criteria, and access rights, and everything seems to be in order. We can create and read the newly created records programmatically using the XML-RPC API without any issues. However, records created manually are visible in the interface. Any further guidance on troubleshooting this issue would be greatly appreciated. Thank you!

0
Awatar
Odrzuć
Awatar
Sahil Patel
Najlepsza odpowiedź
  1. Check Filters and Search Criteria: Ensure that any filters or search criteria applied in the interface are not excluding the newly created records. Sometimes, records may not appear due to specific filtering settings.
  2. Check Access Rights and Record Rules: Verify that the user has appropriate access rights to view the account.move records. Additionally, check if there are any record rules applied that might restrict access to certain records based on specific criteria.
  3. Check Domain Filters: Examine any domain filters applied to views or actions related to account.move records. Domains can restrict which records are displayed based on predefined conditions. Make sure that the domain filters are not inadvertently excluding the newly created records.

You can domain from action menu(Open debug mode > Click debug menu > Click Edit Action Menu).

Thankyou.

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ść
Odoo13 Create Invoice via API/xmlrpc
invoice api xmlrpc account.move Odoo13
Awatar
0
maj 20
5173
receivable amount not updated (move not balanced) after adding new tax line
invoice balance account.move
Awatar
0
lut 24
2881
Create Invoice from Sales Order via xmlrpc
invoice xmlrpc sales.order
Awatar
Awatar
2
lut 24
6677
Error in studio domain
invoice account.move studio
Awatar
Awatar
1
lut 23
2446
Create invoice via xmlrpc Rozwiązane
python invoice xmlrpc
Awatar
Awatar
1
lis 22
4236
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 ภาษาไทย 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