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

populate wizard form dynamically

Tilaa

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

Tämä kysymys on merkitty
wizard
6 Vastaukset
22299 Näkymät
Avatar
Drew

I'm relatively new to OpenERP development but I think I can gain much understanding if I could get a rough example of how to do the following (in OpenERP version 7):

I created a wizard. In a view I have a button to open the wizard form:

This opens up correctly the window (dialog) and I can call methods to do stuff from buttons within this wizard form defined in the wizard object.

I want to be able to populate the form view dynamically using records from another model (and then do other stuff upon saving form).

For example in "purchase orders" and for a specific purchase order, I want to get all the products linked to this purchase order (that would be displayed in the tree view).

If I have the button (to launch window/dialog form) placed within the view of the purchase order, the main thing I would like to be able to do is populate the form for the given purchase order with the products for this purchase order.

My question is how do I instantiate the wizard form with the id of the current purchase order, then access the product items for this purchase order.

I've looked into other examples but with older version of OpenERP.

Any help/pointers is appreciated!

1
Avatar
Hylkää
Avatar
Brett Lehrer
Paras vastaus

The ID of the record you're coming from is in the context, context['active_id']. You'll also have context['active_ids'], which is a list of the IDs you came from, which is used if you're coming from a list where more than one record is checked.

To load those in automatically, add a field for that ID (or those IDs) and set a default value in the wizard to a function that reads context for the active_id or active_ids. Something like:

def _get_active_id(self, cr, uid, ids, context=None):
    if context is None: context = {}
    return context.get('active_id', False)

_columns = {
    'purchase_id': fields.many2one('purchase.order', 'Purchase Order'),
}

_defaults = {
    'purchase_id': _get_active_id,
}

def onchange_purchase(self, cr, uid, ids, purchase_id, context=None):
    if context is None: context = {}
    res = {}
    if purchase_id:
        # Do extra stuff here now that you have the ID loaded
        # res['field_name'] = important_value
    return {'value': res}

An alternative method you might want to use instead is to create the wizard record FIRST, and then load the popup with all of the values in place (there are some technical reasons why that's nice but I'll let you find out why). Your button from the original form would be an object type rather than an action type, and the function it calls would be something like this:

def open_wizard(self, cr, uid, ids, context=None):
    if context is None: context = {}
    # generic error checking
    if not ids: return False
    if not isinstance(ids, list): ids = [ids]

    wizard_id = self.pool['my.wizard'].create(cr, uid, vals={'purchase_id':ids[0]}, context)
    return {
        'name': 'Purchase Wizard',
        'view_type': 'form',
        'view_mode': 'form',
        'res_model': 'my.wizard',
        'res_id': wizard_id,
        'type': 'ir.actions.act_window',
        'target': 'new',
        'context': context,
    }
2
Avatar
Hylkää
Drew
Tekijä

great, thank you. I will get back on my results.

Slim BHIRI

This solutions don't work for me.

Salim Rahal

it works in my context. Odoo8. Opening a wizard with default values - customer payment.

Avatar
Salim Rahal
Paras vastaus

This solution works in my context: Custome rpayment, add a button that opens a wizard. This wizard have default values set in place when you have instantiate the wizrd.

0
Avatar
Hylkää
Avatar
Omar Torres
Paras vastaus

Maybe this solution can help you, work for odoo 11 ...


XML file:

<record id="purchase_wizard_server_action" model="ir.actions.server">
    <field name="name">Purchase Wizard</field>
    <field name="type">ir.actions.server</field>
    <field name="model_id" ref="model_purchase_wizard"/>
    <field name="state">code</field>
    <field name="code">action = env['purchase.wizard'].create_wizard()</field> 
</record>
<menuitem id="purchase_wizard_menu" name="Purchase Wizard" action="purchase_wizard_server_action"/>


Model file:

from odoo import fields, models, api 
class PurchaseWizard(models.TransientModel):
    _name = 'purchase.wizard'
    @api.multi
    def create_wizard(self):

        wizard_id = self.create({})

        # YOUR POPULATION CODE HERE

        return {
            'name': 'Purchase Wizard',
            'view_type': 'form',
            'view_mode': 'form',
            'res_model': 'purchase.wizard',
            'res_id': wizard_id.id,
            'type': 'ir.actions.act_window',
            'target': 'new',
            'context': self.env.context
        }


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
Load currnet record values when calling wizard Ratkaistu
wizard
Avatar
Avatar
1
jouluk. 22
4201
What is wizard ? Ratkaistu
wizard
Avatar
Avatar
Avatar
3
marrask. 23
34227
Close wizard in onchange
wizard
Avatar
Avatar
4
heinäk. 25
5565
IntegrityError: null value in column "res_model" violates not-null constraint Ratkaistu
wizard
Avatar
Avatar
2
jouluk. 23
18550
How To call wizard from python in odoo10 Ratkaistu
wizard
Avatar
Avatar
5
jouluk. 23
19000
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