Siirry sisältöön
Odoo Menu
  • Kirjaudu sisään
  • Kokeile ilmaiseksi
  • Sovellukset
    Talous
    • Kirjanpito
    • Laskutus
    • Kulut
    • Datataulukot (BI)
    • Asiakirjat
    • Allekirjoita
    Myynti
    • CRM
    • Myynti
    • Kassajärjestelmä myymälään
    • Kassajärjestelmä ravintolaan
    • Tilaukset
    • Vuokraus
    Verkkosivut
    • Verkkosivun Rakennustyökalu
    • Verkkokauppa
    • Blogi
    • Foorumi
    • Livechat
    • Verkko-oppiminen
    Toimitusketju
    • Varastointi
    • Tuotanto
    • Tuotteen elinkaaren hallinta (PLM)
    • Ostot
    • Huolto
    • Laatu
    Henkilöstöhallinto
    • Työntekijät
    • Rekrytointi
    • Vapaat
    • Arvioinnit
    • Suositukset
    • Kuljetuskalusto
    Markkinointi
    • Somemarkkinointi
    • Sähköpostimarkkinointi
    • Tekstiviestimarkkinointi
    • Tapahtumat
    • Markkinoinnin automaatio
    • Kyselyt
    Palvelut
    • Projekti
    • Työaikakirjaukset
    • Kenttähuolto
    • Asiakaspalvelu
    • Suunnittelu
    • Ajanvaraukset
    Tuottavuus
    • Viestintä
    • Hyväksynnät
    • IoT
    • IP-puhe
    • Tietokirjasto
    • WhatsApp
    Kolmannen osapuolen sovellukset Odoo-Studio Odoo-Pilvialusta
  • Toimialat
    Vähittäiskauppa
    • Kirjakauppa
    • Vaatekauppa
    • Huonekaluliike
    • Ruokakauppa
    • Laitteistokauppa
    • Lelukauppa
    Ruoka & Majoitus
    • Baari ja Pubi
    • Ravintola
    • Pikaruoka
    • Majatalo
    • Juomien jakelija
    • Hotelli
    Kiinteistöt
    • Kiinteistönvälitystoimisto
    • Arkkitehtitoimisto
    • Rakentaminen
    • Kiinteistönhallinta
    • Puutarhanhoito
    • Kiinteistön omistajien yhdistys
    Konsultointi
    • Tilitoimisto
    • Odoo-kumppani
    • Markkinointitoimisto
    • Lakitoimisto
    • Osaajahankinta
    • Tilintarkastus & sertifiointi
    Tuotanto
    • Tekstiili
    • Metalli
    • Huonekalut
    • Ruoka
    • Panimo
    • Yrityslahjat
    Terveys & Liikunta
    • Urheiluseura
    • Silmälasiliike
    • Kuntokeskus
    • Hyvinvointialan ammattilaiset
    • Apteekki
    • Kampaamo
    Kaupat
    • Yleismies
    • IT-laitteisto & Tuki
    • Aurinkoenergiajärjestelmät
    • Suutari
    • Siivouspalvelut
    • LVI-palvelut
    Muut
    • Voittoa tavoittelematon järjestö
    • Ympäristötoimisto
    • Mainostaulujen vuokraus  
    • Valokuvaus
    • Leasing-pyörät
    • Ohjelmistojen jälleenmyyjä
    Selaa kaikkia toimialoja
  • Yhteisö
    Opi
    • Kurssit
    • Dokumentaatio
    • Todistukset
    • Koulutus
    • Blogi
    • Podcast
    Kannusta kouluttautumaan
    • Koulutusohjelmat
    • Scale Up! Liiketoimintapeli
    • Vieraile Odoolla
    Hanki ohjelmisto
    • Lataa
    • Vertaile versioita
    • Julkaisut
    Tee yhteistyötä
    • Github
    • Foorumi
    • Tapahtumat
    • Käännökset
    • Ryhdy kumppaniksi
    • Kumppanipalvelut
    • Rekisteröi tilitoimistosi
    Hanki palveluja
    • Löydä kumppani
    • Löydä kirjanpitäjä
    • Varaa asiantuntijatapaaminen
    • Implementaatiopalvelut
    • Asiakasreferenssit
    • Tuki
    • Versionkorotukset
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Varaa demo
  • Hinnoittelu
  • Asiakaspalvelu

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

  • CRM
  • e-Commerce
  • Kirjanpito
  • Varastointi
  • PoS
  • Projekti
  • MRP
All apps
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Sinun on rekisteröidyttävä, jotta voit olla vuorovaikutuksessa yhteisön kanssa.
Kaikki kirjoitukset Ihmiset Merkit
Tunnisteet (Näytä kaikki)
odoo accounting v14 pos v15
Tietoa tästä foorumista
Apua

Send email for sign request through API

Tilaa

Saat ilmoituksen, kun tähän viestiin ilmaantuu aktiviteettia

Tämä kysymys on merkitty
emailapixmlrpctypeerrorsign
3 Vastaukset
6113 Näkymät
Avatar
Juan Botero Tech

I'm trying to send an email with sign request with API XMLM/RPC in Python client


For this, I implement 5 calls to the API:

1. Upload file with Method sign.template and method upload_template, send the PDF file and got the Document ID

2. Update contract sign, update pdf file with the field or fields to fill with user data (name, company sign..).

3. Create the email request with message data (receiver, pdf file, text message).

4. Some method required to check the email before send:  

    Model sign.send.request method: read, and Model sign.send.request.signer method read

5. Send email with model sign.send.request and method send_request with args the email template created before, like this:

request_sign = api.execute_kw(database, uid, api_key, "sign.send.request","send_request", [template_email_id])

template created before, like this: All steps executes well, but the last one gives me this:
 

xmlrpc.client.Fault:
...
line 534, in dump_nil\n raise TypeError("cannot marshal None unless allow_none is enabled")\nTypeError: cannot marshal None unless allow_none is enabled\n'>

I declare the connection with allow_none = True:

api = client.ServerProxy("%s/xmlrpc/2/object" % self.url, allow_none=True)

I don't know what Am I doing wrong with the method call.

0
Avatar
Hylkää
Juan Botero Tech
Tekijä

Thank you for your answers.

I migrate the code to use OdooRPC module and can prepare the email to send later.

# Prepare email request

sign_email =self.odoo.env['sign.send.request']

email_id = sign_email.create(request_fields)

request_sign = sign_email.send_request(email_id)

The email is created in Odoo but is not delivered to the recipients.

Christopher DATO

You have to setup your Outgoing Mail Server

Avatar
loic m.
Paras vastaus

Hi,

I'm working on the same kind of project but with API XMLM/RPC in PHP client.

I manage to create partners, upload documents, create sign template and email template but I'm stuck on the creation of signers.

When I try with $models->execute_kw($db, $uid, $password, 'sign.send.request.signer', 'create', array(array('role_id'=>'2','partner_id'=>'7')));

It returns the following error :

TypeError: SignSendRequestSigner.create() missing 1 required positional argument: \'vals_list\'

I've check that partner_id 7 exists and it's the only required field along with role_id

Does anybody knows what am I doing wrong ?

Regards,

0
Avatar
Hylkää
loic m.

Ok, I found the right syntax / missing positional argument to create signer_ids :

$signer_ids = array([0, 'client_signature', ['role_id'=> 2, 'partner_id'=> $client_id]],[0, 'employee_signature', ['role_id'=> 3, 'partner_id'=> $employee_id]]);

Avatar
Ashish Hirpara
Paras vastaus

It looks like the issue is with the send_request method in the sign.send.request model. The error message indicates that the method is trying to marshal a None value, but the allow_none option is not enabled.

To fix this issue, you can try enabling the allow_none option when calling the send_request method. You can do this by passing the allow_none=True option as an argument to the send_request method, like this:

request_sign = api.execute_kw(database, uid, api_key, "sign.send.request", "send_request", [template_email_id], allow_none=True)

Alternatively, you can try setting the allow_none option to True when creating the ServerProxy object, like this:

api = client.ServerProxy("%s/xmlrpc/2/object" % self.url, allow_none=True)
request_sign = api.execute_kw(database, uid, api_key, "sign.send.request", "send_request", [template_email_id])

Either of these approaches should fix the issue and allow the send_request method to be called successfully.

0
Avatar
Hylkää
Avatar
Jainesh Shah(Aktiv Software)
Paras vastaus

Hi @Juan Botero Tech

Hope you are doing well

Even if the allow_none is True if the method that you are calling doesn't return anything or None it will throw the error.
As a workaround, inherit the method and add return True at the end after calling super.

I hope this will be helpful.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

0
Avatar
Hylkää
Nautitko keskustelusta? Älä vain lue, vaan osallistu!

Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!

Rekisteröidy
Aiheeseen liittyviä artikkeleita Vastaukset Näkymät Toimenpide
I want to sent invoice to the coustomer email using external api Ratkaistu
email external api xmlrpc
Avatar
Avatar
1
heinäk. 24
5102
XML-RPC API search_read method 100 records' limitation
api xmlrpc
Avatar
Avatar
Avatar
3
tammik. 23
9432
XMLRPC API Search and Read - How to Supply Multiple Filters Ratkaistu
api xmlrpc
Avatar
1
maalisk. 22
6534
(\'Error, a partner cannot follow twice the same object.\', None)\n'>
api xmlrpc
Avatar
Avatar
1
helmik. 22
6686
Logging XML RPC requests and responses into another log file Ratkaistu
api xmlrpc
Avatar
Avatar
1
heinäk. 20
10392
Yhteisö
  • Kurssit
  • Dokumentaatio
  • Foorumi
Avoin lähdekoodi
  • Lataa
  • Github
  • Runbot
  • Käännökset
Palvelut
  • Odoo.sh hosting
  • Tuki
  • Versionkorotus
  • Räätälöidyt kehitykset
  • Koulutus
  • Löydä kirjanpitäjä
  • Löydä kumppani
  • Ryhdy kumppaniksi
Meistä
  • Yrityksemme
  • Tavaramerkki
  • Ota yhteyttä
  • Työpaikat
  • Tapahtumat
  • Podcast
  • Blogi
  • Asiakkaat
  • Oikeudellinen ilmoitus • Yksityisyys
  • Tietoturva
الْعَرَبيّة 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 on kokoelma avoimen lähdekoodin yrityssovelluksia, jotka kattavat kaikki yrityksesi tarpeet: asiakkuudenhallinta eli CRM, verkkokauppa, kirjanpito, varastointi, kassajärjestelmä, projektinhallinta, jne.

Odoon uniikki arvolupaus on olla samanaikaisesti erittäin helppokäyttöinen ja täysin integroitu.

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