for Odoo 16, this is what the ovewritten method looks like: def _select_additional_fields(self): res = super()._select_additional_fields() res['confirmed_user_id'] = "s.confirmed_user_id" return res
May I suggest topic of video, I want to build a custom profit and lose report same as odoo way, I do not want to modify the current report. Can you explain the whole logic for generating a report Odoo way.
Hello Mate. I have to add a new measure in report.pos.order module. This native module doesn't have the "_query" function, how can I do it without this function? I need to add margin_percent from sale_margin module. Thanks :)
i am using odoo 17 and iam a developer is there a way I can inherit a report to add group by ??? the report appear when I click on an action button for print i am using pycharm
for Odoo 16, this is what the ovewritten method looks like:
def _select_additional_fields(self):
res = super()._select_additional_fields()
res['confirmed_user_id'] = "s.confirmed_user_id"
return res
Thank you! This helps a lot.
Glad it helped!
Odoomates help full thanks alot
thanks brother
You are the one!😉💪
Thanks!!!!
welcome and thanks for the support
Really help full
thanks brother
May I suggest topic of video, I want to build a custom profit and lose report same as odoo way, I do not want to modify the current report. Can you explain the whole logic for generating a report Odoo way.
th-cam.com/video/SkKAXURqNfQ/w-d-xo.html
@@OdooMates Maybe I was not clear enough , I was mentioning report as Profit and Loss in accounting module. How to make customer one.
Hello Mate. I have to add a new measure in report.pos.order module. This native module doesn't have the "_query" function, how can I do it without this function? I need to add margin_percent from sale_margin module. Thanks :)
I’m in Odoo 16 and I want to add a group by suppliers. How can I do this?
i am using odoo 17 and iam a developer is there a way I can inherit a report to add group by ??? the report appear when I click on an action button for print
i am using pycharm
did you get the solution ?
confirmed user field not in sales order odoo 15
this is a custom field, we have added to show how to inherit an existing function in odoo in one of our tutorials
i want to add new field that standard_price field of product.product model. How can i do?
did you get the solution ?