32.How To Open Wizard From Button || Button Type Action || Target New in Odoo Action

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • How to open wizard from button in odoo. Launch wizard from button in Odoo. Button type action in odoo. Working of target new in odoo actions. Odoo 14 development tutorials about how to launch wizard from button. Types of button in odoo. Difference between button type object and button type action in odoo. Create and launch wizard from button click in Odoo.
    Odoo 14 Playlist: • 2. How To Create Modul...
    Module: apps.odoo.com/...
    Website: www.odoomates....
    Github: github.com/odo...
    Email : odoomates@gmail.com
    Facebook: / odoomate
    Twitter: / odoomates
    Support Us in Ko Fi : ko-fi.com/odoo...

Комментарии • 29

  • @NMNaufaldo
    @NMNaufaldo 2 года назад +1

    Thank you

  • @worlddigitalinformationsys6650
    @worlddigitalinformationsys6650 3 года назад

    Thanks for the explanation..

  • @ihsannuruliman3656
    @ihsannuruliman3656 2 года назад +1

    how do you select automatically the patient that we're currently looking at to the selection field?

    • @OdooMates
      @OdooMates  2 года назад +1

      May be we pass default value in context. ruclips.net/video/QRXvW5yCoF8/видео.html

  • @indeveloperid6061
    @indeveloperid6061 2 года назад +2

    Why we have to use %(action_name)d instead of action_name directly ?

    • @OdooMates
      @OdooMates  2 года назад +1

      The odoo designed syntax is like this, inside the db, in the views, in the same place we will see the id instead of actions_name, may be for getting/parsing the ID

    • @indeveloperid6061
      @indeveloperid6061 2 года назад +1

      @@OdooMates thankyou sir, :)

    • @OdooMates
      @OdooMates  2 года назад

      Welcome brother

  • @malikkamil6596
    @malikkamil6596 2 года назад +1

    hi hope u r fine i buy a module for manufacturing back date enteries it alow m to back date enteries in manu but it dont change the date of journal entry i tried a lot plz help me how can chnge the date of journal entry by creating manufac order

    • @OdooMates
      @OdooMates  2 года назад

      If it is a paid module, you can raise it as an issue, and the author of the module is responsible to fix it, may I know which module it is

  • @uwuyt507
    @uwuyt507 3 года назад +1

    hello sir, how do I make a button that directly transfers the fields in the form to another place (for example, I have a form then I add a button, the button directly creates the data on the form into another form without filling in the initial fields (such as transaction results)) how how sir?

    • @OdooMates
      @OdooMates  3 года назад

      Will this help? ruclips.net/video/z-4MQVh5R_0/видео.html

    • @OdooMates
      @OdooMates  3 года назад

      ruclips.net/video/XEs_01mDsCw/видео.html

  • @majdhazem8718
    @majdhazem8718 2 года назад +1

    Hello,
    I applied the same code but an error message appears (ValueError: External ID not found in the system: om_hospital.action_create_appointment
    )
    What is the problem? Knowing that I did not make a wizard through Menu as in the previous video.. Does this have anything to do with the matter?

    • @OdooMates
      @OdooMates  2 года назад +1

      Yes, you should have an action with the given id inside the module

    • @majdhazem8718
      @majdhazem8718 2 года назад +1

      @@OdooMates Thank you so much ,I am very grateful to you for helping me in my career

    • @OdooMates
      @OdooMates  2 года назад +1

      @@majdhazem8718 happy to help

  • @widadelbekkouri6274
    @widadelbekkouri6274 2 года назад +2

    You can add -u om_hospital after the path of your .conf file in Edit Configurations/Parameters so you don't need to upgrade your module manually every time you add something

    • @widadelbekkouri6274
      @widadelbekkouri6274 2 года назад +1

      Then you'll just refresh the page to see the changes you made

    • @OdooMates
      @OdooMates  2 года назад +1

      @@widadelbekkouri6274 sure

    • @OdooMates
      @OdooMates  2 года назад +1

      @@widadelbekkouri6274 ruclips.net/video/ErzOia_A21w/видео.html

  • @uwuyt507
    @uwuyt507 3 года назад +1

    Hello sir, I have a project, but I can't be related in the wizard, how do I auto-fill data such as related

    • @OdooMates
      @OdooMates  3 года назад +1

      what value you have to autofill in wizard ? the default_get method will help in this case.
      Default Get: ruclips.net/video/OBw0PFhOAnM/видео.html
      Active ID: ruclips.net/video/QRXvW5yCoF8/видео.html

    • @uwuyt507
      @uwuyt507 3 года назад +1

      Thank you sir

    • @OdooMates
      @OdooMates  3 года назад

      @@uwuyt507 welcome

    • @futhedude4848
      @futhedude4848 2 года назад +1

      Combine this 2 links together and it resolved the problem i'm was about to asking too.
      Thanks Odoo Mates