How To Pass New Field Value From Sale Order To Invoice In Odoo

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • How to pass new field value from sale order to invoice in Odoo. How to customize odoo. Steps for developing a new module in Odoo. Odoo customization tutorials. Creating module in Odoo. Pass value from sale order to invoice model.
    𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:
    / @odoomates
    𝐎𝐝𝐨𝐨 𝟏𝟓 𝐏𝐥𝐚𝐲𝐥𝐢𝐬𝐭: • How To Configure Odoo1...
    Sponsor Us: github.com/spo...
    𝐖𝐞𝐛𝐬𝐢𝐭𝐞: www.odoomates....
    𝐈𝐧𝐬𝐭𝐠𝐫𝐚𝐦: / odoomates
    𝐆𝐢𝐭𝐡𝐮𝐛: github.com/odo...
    𝐄𝐦𝐚𝐢𝐥 : odoomates@gmail.com
    𝐅𝐚𝐜𝐞𝐛𝐨𝐨𝐤: / odoomate
    𝐓𝐰𝐢𝐭𝐭𝐞𝐫: / odoomates
    𝐒𝐮𝐩𝐩𝐨𝐫𝐭 𝐔𝐬 𝐢𝐧 𝐊𝐨 𝐅𝐢 : ko-fi.com/odoo...
  • Наука та технологія

КОМЕНТАРІ • 17

  • @kassimgoulamaly9905
    @kassimgoulamaly9905 2 роки тому +1

    I was about to ask a question related to this topic in the Odoo forum haha :D
    You are a hero Sir! Thank you so much

    • @OdooMates
      @OdooMates  2 роки тому +2

      Aaha, that's the timing 😉 whenever you need we are there for you 😜

  • @kalarenga76
    @kalarenga76 9 місяців тому

    Very Useful video. I want to bring a value (eg. customized UI field -PO & project Name ) from invoice to invoice template. How to do that

  • @nadeemkazi2092
    @nadeemkazi2092 2 роки тому +1

    Great cool.. Thanks odoo mates

    • @OdooMates
      @OdooMates  2 роки тому

      Thanks brother ❤️❤️❤️❤️

  • @frankhartwig1256
    @frankhartwig1256 2 роки тому +1

    Hey Odoo Mates, thank you very much for sharing all these great Videos 🙂
    Iam trying to get something similar to work, fields from sales order to purchase order.
    The Purchase Order is created automaticly for a dropshiping product after confirming the sales order and iam struggeling to find the correct function.
    Can you provide any hints where i should look ?

    • @frankhartwig1256
      @frankhartwig1256 2 роки тому +1

      Looks like it's
      Module: purchase_stock
      File: stock_rule.py
      Function: _prepare_purchase_order

    • @OdooMates
      @OdooMates  2 роки тому

      glad you find it out

  • @uchihaobito723
    @uchihaobito723 Рік тому

    Hi i have a car repair module. And i have a button ' create quotation ' that creates a quotation and confirms the sale order automatically. So i would like to add creating invoice in that function . How to click the create invoice button in sale page automatically using function. So that the flow of sales will be correct and the no. Of operations to be done will be low. Please help me

  • @ragulp1145
    @ragulp1145 4 місяці тому

    Hi odoo mates, In manufacturing how to purchase order automatically triger I want that function name , in configuration wise MTO and buy was working but I want code logic , can you please share me the function name in odoo

  • @fionchan967
    @fionchan967 Рік тому

    Hi Odoo Mates,if we create a new field (payment method) in sales order, and create same field in delivery note (stock.picking) so how can we pass sale order 's payment method selected item (likes : "paid by FPS") to delivery note ?

  • @DucTrongPham-e4n
    @DucTrongPham-e4n Рік тому

    There is a problem with this, if the field on Sale order gets changed, the field on Invoice still remains. I think creating computed field could be another solution

  • @ismaelporedaka1662
    @ismaelporedaka1662 Рік тому +1

    How To Pass New Field Value From Sale OrderLine To InvoiceLine In Odoo 14 ?

    • @OdooMates
      @OdooMates  Рік тому

      Either the same method or you can have walk through the code to get the exact method, incase if you didnt get, let us know

  • @rajakarthick6491
    @rajakarthick6491 Рік тому

    Hi ,
    can you share git folder for om_hospital_inheritance