Monetary Field And Widget Monetary In Odoo || Odoo Currency Fields

Поділитися
Вставка
  • Опубліковано 5 жов 2024
  • 𝐕𝐢𝐝𝐞𝐨 𝐍𝐨: 122
    How to add monetary field in Odoo. Monetary field and widget monetary in Odoo. Odoo currency fields. How to add currency field in Odoo. Currency field in Odoo. Convert float field to monetary field in odoo. Working of odoo monetary fields.
    𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:
    / @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...
  • Наука та технологія

КОМЕНТАРІ • 21

  • @hectorherrera4193
    @hectorherrera4193 2 роки тому +3

    Very complete. Thanks for sharing

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

      Glad it helped and thanks for the support ❤️❤️

  • @ShadHastam
    @ShadHastam 7 місяців тому

    Thanks

  • @aymandakir4631
    @aymandakir4631 10 місяців тому

    hello there, i'm working on odoo 17 and when i use monetary it gives me an error ('odoo.fields' has no attribute 'Monetary') and odoo won't start up. in my case i want to use it in this example { Price = fields.Monetary(String="Price per unit") }. Please help :)

  • @DorcasBahizire
    @DorcasBahizire 3 місяці тому

    How can I add another subtotal in the other currency. In case where the company have Two currencies

    • @OdooMates
      @OdooMates  3 місяці тому

      you can add extra monetary field which is computed and set currency_field value for monetary field as the secondary currency field

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

    if i want to make monetary field is required , how is that ?

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

    back to smart button, how to make sum instead of count?

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

      you can compute the value to the field and display it, compute field: ua-cam.com/video/RirBoceNT5Q/v-deo.html

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

    widget="monetary" is not working for me. Just like the other widget 'gauge', They only works when there is 'option' present for customization.

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

    👍👍👍

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

    If I want to do subtotal of all line ...how can I do??

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

      Hi, by using computed field, it can be achieved

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

      Yea but can u please share code?

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

      @@kajalmaheshwari9908 did you try adding a computed field ?

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

      Yes

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

      @@kajalmaheshwari9908 can we see the code