How To Add New Field To Sale Report Model In Odoo || Inherit Database View In Odoo

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • How to add new field to sale report model in Odoo. How to inherit and add field to database view in Odoo. How to add new field purchase report model. Inheritance in odoo. Add custom field to sale report 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...

Комментарии • 18

  • @S1eth
    @S1eth Год назад +5

    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

  • @aldrinalvarez22
    @aldrinalvarez22 Год назад +1

    Thank you! This helps a lot.

  • @libertadcapital2395
    @libertadcapital2395 2 года назад +1

    You are the one!😉💪
    Thanks!!!!

    • @OdooMates
      @OdooMates  2 года назад

      welcome and thanks for the support

  • @legend-facts
    @legend-facts 2 года назад

    Odoomates help full thanks alot

  • @samaradel22
    @samaradel22 25 дней назад

    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

  • @legend-facts
    @legend-facts 2 года назад

    Really help full

  • @giuliannabortone5247
    @giuliannabortone5247 6 месяцев назад

    I’m in Odoo 16 and I want to add a group by suppliers. How can I do this?

  • @ammaralmoalmi3769
    @ammaralmoalmi3769 2 года назад

    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.

    • @OdooMates
      @OdooMates  2 года назад

      ruclips.net/video/SkKAXURqNfQ/видео.html

    • @ammaralmoalmi3769
      @ammaralmoalmi3769 2 года назад

      @@OdooMates Maybe I was not clear enough , I was mentioning report as Profit and Loss in accounting module. How to make customer one.

  • @lucianoortiz3736
    @lucianoortiz3736 Год назад

    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 :)

  • @PhuongTran-jf7kn
    @PhuongTran-jf7kn Год назад

    i want to add new field that standard_price field of product.product model. How can i do?

  • @haythemvip
    @haythemvip Год назад +1

    confirmed user field not in sales order odoo 15

    • @OdooMates
      @OdooMates  Год назад +1

      this is a custom field, we have added to show how to inherit an existing function in odoo in one of our tutorials