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

Odoo 13 / Sale order / Automated task to use button "send by email" method action_quotation_send

Zaprenumeruj

Otrzymaj powiadomienie o aktywności w tym poście

To pytanie dostało ostrzeżenie
sale.ordermethodsOdoo13.0AutomatedActions
3 Odpowiedzi
5497 Widoki
Awatar
florent.uagolf@gmail.com

Hi !
I've looked at few messages about this topic but no one has the same objective/solution.

I want to create an automated action to "click" on the sale order button "send by email" aka method action_quotation_send

I've tried many ways  based on previous experience that worked on similar case :
I've created an automated action triggered on creation :
- 1 :
record.action_quotation_send()

-2:

for rec in record:

  if rec.state == "draft":

        rec.action_quotation_send()

     also tried  : action = rec.action_quotation_send()

 

-3:

records.action_confirm()


I've successfuly done something similar ton confirm sale ordrer ( action_confirm() ) but not succeded to this one....


thanks,

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

Hello florent

Base on your comments when you call automated action it will be clicked send by email button 

--> on that button click wizard(a popup will open)

So, you have to click that send button from wizard then it will work.

Thanks

Regards,




Email:      odoo@aktivsoftware.com  

Skype: kalpeshmaheshwari

1
Awatar
Odrzuć
Divyansh Tripathi

I don't think a wizard will open from that automated action

Leonardo de Abreu Ladeira

Jainesh,

How do I click second button by python code?
could you please give an example of the code?

Best regards,

Awatar
Divyansh Tripathi
Najlepsza odpowiedź

Action Quotation send isn't working because that method doesn't actually send email to the customer but returns a widget with the values rendered necessary to compose the email. Then when you press on the "Send" button in that wizard then only your email gets sent. In order to send that email, you'll need to use the values returned by the method and then call send method from there.


The following snippet is of automated action to send email


The following snippet is of automated action to update stage


The following snippet is of calling multiple actions at once



Try it and let me know.

Thanks and Regards,

Divyansh

0
Awatar
Odrzuć
florent.uagolf@gmail.com
Autor

Hi both,

So I'v tried using a multiple action that :

- 1st : send email

- 2nd : execute python code to change 'state' to 'sent'

But the 2nd doesn't work I got a message "A quotation can't be modified if not in "draft" '.

Is there is another "ghost" state before "Draft" ?

Divyansh Tripathi

Hey,

First of all, Draft is the first stage, there's no ghost stage before that.

Second why are you trying to use the python code to update the stage, in the "Actions to do" field just select the option of "Update the record", the in the fields to update table in the bottom, just select the field , in your case it would be "State" and for value write "sent".

Third, In order to fire the automated actions you created, create on more automated action, and in it's "Action To do" field just select the option of "Execute Several Actions", in the bottom an Actions table will appear and in that table select both your actions, it'll all work.

Thanks and Regards,

Divyansh

florent.uagolf@gmail.com
Autor

Hi !

Strange, I've posted another comment wich is not published !?

In fact I tried the multiple action 1st send the email, 2nd update the record to 'sent' but nothing more.

I have an error message telling that it's not possible to update a sale order that is not in 'draft'.......

If I did the action I want in a module it's ok I'm able to change state to 'sent' but not in automated action.

Divyansh Tripathi

I'll post another answer with screenshots of automated actions that I tried on my local which is workingn because I can't post screenshot in comments

Divyansh Tripathi

I updated my answer please check

florent.uagolf@gmail.com
Autor

Hi !

Following your update :

That's what I did, but I got this message when I ADD PRODUCT in cart before confirming order !! ? (the reason of my question about "ghost") :

"

Oops! Something went wrong.

Take a look at the error message below.

Message d'erreur :

Il est interdit de modifier un bon de commande qui n'est pas en l'étape Brouillon. "

Wich means its forbidden to change state of a sale order that's not in draft !

thanks a lot

Divyansh Tripathi

all the scenarios u said are working for me, not sure what issue are u facing now....

florent.uagolf@gmail.com
Autor

Hum ! Not my day ! I'll investigate further so.....

Thanks a lot !

Why do you delay the state update for 1 min ?

Divyansh Tripathi

divyansht40@gmail.com you can drop me an email if u need further help and you've trouble asking here

Awatar
florent.uagolf@gmail.com
Autor Najlepsza odpowiedź

Hi both,

So I'v tried using a multiple action that :
- 1st  : send email
- 2nd : execute python code to change 'state' to 'sent'

But the 2nd doesn't work I got a message "A quotation can't be modified if not in "draft" '.
Is there is another "ghost" state before "Draft" ?

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ść
How to set value when create stock picking via confirming a sale order? Rozwiązane
stock_picking sale.order Odoo13.0
Awatar
Awatar
2
cze 24
4233
Automated Action on ODOO13
leavemanagement Odoo13.0 AutomatedActions
Awatar
0
wrz 21
2181
How to obtain the serial number of a product from a sales order?
serial_number sale.order Odoo13.0 rma
Awatar
0
cze 24
1550
How to validate delivery order forcefully in Odoo 13? Rozwiązane
sale.order picking_out Odoo13.0 odoo13CE
Awatar
Awatar
1
cze 22
2996
Button to reach specific record of a module
mail button_url Odoo13.0 AutomatedActions
Awatar
0
mar 22
2118
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