Use Wizards to Get More Information for an Action in ODOO

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

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

  • @Hogan-w9m
    @Hogan-w9m 4 месяца назад +1

    Excellent ! This video help me a lot.

  • @ChristianLePage-d4e
    @ChristianLePage-d4e 4 месяца назад +1

    Excellent ! Many thanks !

  • @michalplacek3393
    @michalplacek3393 4 месяца назад +1

    This is perfect ! Thanks!

  • @ChristianLePage-d4e
    @ChristianLePage-d4e 3 месяца назад +1

    Hello, many thanks again for this. I’ve not found in the description the code you used to define the architecture of the view.

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад +1

      Thank you for the feedback! It should be the third link now.

  • @zackfromAMP
    @zackfromAMP 2 месяца назад +1

    Interesting video, any chance you could make a video on attendance?

    • @odoo-it-yourself
      @odoo-it-yourself  2 месяца назад

      I'm looking into doing this, Zack. Thanks for asking!

  • @AymanMamdouh
    @AymanMamdouh 3 месяца назад +1

    Question: If I am working on Odoo 17 and have various tools, grease, and oils used for maintenance, how can I manage the usage of these items from the maintenance module? For instance, if 12 kg of oil was issued and 2 kg was returned, or if a sanding machine was issued and then returned, how can I adjust this movement so that it is accurately reflected in the inventory to keep the stock balance correct?

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад

      So essentially you want to be able to consume various products during the maintenance, correct?

    • @AymanMamdouh
      @AymanMamdouh 3 месяца назад

      @@odoo-it-yourself correct

    • @odoo-it-yourself
      @odoo-it-yourself  3 месяца назад

      Hmmm...I thought you could already do that, but I'm not seeing it right now. Let me see what I can figure out.

    • @AymanMamdouh
      @AymanMamdouh 3 месяца назад

      @@odoo-it-yourself thank you I'm waiting for it

  • @francisco8956r
    @francisco8956r Месяц назад +1

    is it possible to override a wizard
    for example to create an invoice from a sales order in waiting invoices state by using an scheduled action or a server action ?

    • @odoo-it-yourself
      @odoo-it-yourself  Месяц назад

      There are ways around that, for sure. Depending on how complicated the wizard is, I'll create a record in the transient model for the wizard and then execute the function. Hopefully that's helpful! Let me know if you want a video.

    • @francisco8956r
      @francisco8956r Месяц назад

      @@odoo-it-yourself yes a video would be great. thanks!

  • @HamzaAslam-f9o
    @HamzaAslam-f9o 4 месяца назад

    Well explained and much informative. Sea_mood here 👍🏻

  • @Shaanigaming
    @Shaanigaming 4 месяца назад +1

    How can we create automated Email follow ups for Quotations?? Any tip for automation

    • @odoo-it-yourself
      @odoo-it-yourself  4 месяца назад

      If it's a follow-up, I would do an automation using a date based trigger and have it do it seven days after the quotation is sent, if the quotation hasn't been confirmed.

  • @timd6324
    @timd6324 4 месяца назад +1

    Could this be used to create a purchase order directly from the product form view. How might you handle the product.product vs product.template, hmmmm

    • @EdgarTriias
      @EdgarTriias 4 месяца назад +2

      There is already the Replenish button to do that

    • @timd6324
      @timd6324 4 месяца назад +1

      @@EdgarTriias Ahhh not sure why I've never tired that. It would be nice if you then took you straight to the PO so it can be emailed. But if you're fast enough you can click on the notification. Thank you for the tip!

    • @odoo-it-yourself
      @odoo-it-yourself  4 месяца назад +1

      Replenish is good stuff! You could certainly use a wizard to do something more in depth, Tim, or you could do a mix of the two where you use the replenish function to create the purchase order and then open that record.