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-yourself4 ай бұрын
Thank you for the feedback! It should be the third link now.
@zackfromAMP4 ай бұрын
Interesting video, any chance you could make a video on attendance?
@odoo-it-yourself3 ай бұрын
I'm looking into doing this, Zack. Thanks for asking!
@AymanMamdouh4 ай бұрын
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-yourself4 ай бұрын
So essentially you want to be able to consume various products during the maintenance, correct?
@AymanMamdouh4 ай бұрын
@@odoo-it-yourself correct
@odoo-it-yourself4 ай бұрын
Hmmm...I thought you could already do that, but I'm not seeing it right now. Let me see what I can figure out.
@AymanMamdouh4 ай бұрын
@@odoo-it-yourself thank you I'm waiting for it
@francisco8956r3 ай бұрын
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-yourself2 ай бұрын
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.
@francisco8956r2 ай бұрын
@@odoo-it-yourself yes a video would be great. thanks!
@HamzaAslam-f9o5 ай бұрын
Well explained and much informative. Sea_mood here 👍🏻
@odoo-it-yourself5 ай бұрын
Thank you so much! Glad it helped!
@Shaanigaming5 ай бұрын
How can we create automated Email follow ups for Quotations?? Any tip for automation
@odoo-it-yourself5 ай бұрын
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.
@timd63245 ай бұрын
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
@EdgarTriias5 ай бұрын
There is already the Replenish button to do that
@timd63245 ай бұрын
@@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-yourself5 ай бұрын
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.