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 :)
@ShadHastam9 ай бұрын
Thanks
@OdooMates9 ай бұрын
Welcome
@DorcasBahizire6 ай бұрын
How can I add another subtotal in the other currency. In case where the company have Two currencies
@OdooMates6 ай бұрын
you can add extra monetary field which is computed and set currency_field value for monetary field as the secondary currency field
@moterrag9749 Жыл бұрын
if i want to make monetary field is required , how is that ?
@mohamedsobh26262 жыл бұрын
back to smart button, how to make sum instead of count?
@OdooMates2 жыл бұрын
you can compute the value to the field and display it, compute field: kzbin.info/www/bejne/iJrVc6KZmrOHa7M
@aunnfriends2 жыл бұрын
widget="monetary" is not working for me. Just like the other widget 'gauge', They only works when there is 'option' present for customization.
@Hamzajaanmovies2 жыл бұрын
me too, it's not working
@wildbeauty92572 жыл бұрын
👍👍👍
@OdooMates2 жыл бұрын
❤️❤️❤️
@kajalmaheshwari99082 жыл бұрын
If I want to do subtotal of all line ...how can I do??
@OdooMates2 жыл бұрын
Hi, by using computed field, it can be achieved
@kajalmaheshwari99082 жыл бұрын
Yea but can u please share code?
@OdooMates2 жыл бұрын
@@kajalmaheshwari9908 did you try adding a computed field ?