NoUpdate Attribute In Odoo || ForceCreate Attribute In Odoo || Odoo Noupdate and Forcecreate

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • 𝐕𝐢𝐝𝐞𝐨 𝐍𝐨: 126
    Working of noupdate attribute in Odoo. Force create attribute in Odoo. Odoo noupdate and forcecreate attributes. Noupdate attribute in Odoo.
    𝐉𝐨𝐢𝐧 𝐭𝐡𝐢𝐬 𝐜𝐡𝐚𝐧𝐧𝐞𝐥:
    / @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 Год назад +1

    A lot of information and very well explained... Thank you for sharing

  • @mohamedmaher6398
    @mohamedmaher6398 4 месяца назад

    thank you you are the best for me

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

    👍👍👍

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

    Thank you sir for give your valuable time

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

    Thanks

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

    Great work as always ! 👏❤️

  • @shugupta1811
    @shugupta1811 8 месяцев назад

    what happens when the module is installed first time, will "forcecreate=0" means that the record wont be created even the first time?

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

    i believe that having the noupdate makes forcecreate='0' unnecessary. The 3 active entries you have makes change are deleted and are not updated/created. Only 'mr' which has avoided your deletion because of inactive escape the deletion and well, it is recreated the first time (because it never gets deleted). When 'mr' finally gets deleted, it does not recreate. Anyway, the point is that noupdate function as forececreate='0', in my opinion.

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

      noupdate and forcecreate are entirely differnent.If u create a field in the data file and apply noupdate attribute and update your module, if that field is not already present in the model then it will be created, but if u give forcecreate attribute to that field then it will not get created even if the record if not present in that model.

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

    noupdate cannot be applied to the csv file then? I have put in the noupdate in the csv header and provided the True value but I got KeyError: 'noupdate' when doing the upgrade

  • @TT-ju6mm
    @TT-ju6mm 2 года назад +1

    Hi Bro! Great video! I have a question... Is it possible to make different PDF reports of the same model (according to the view)? Ty!

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

      Yes possible, as we will not able to control the visibility of the report that shows in the print button in the top of the form, add a custom button in the form header and call the report from it.
      And from print button, you can hide report as follows: ruclips.net/video/ktDKoq9bvaI/видео.html

  • @adrianw.7164
    @adrianw.7164 Год назад

    does this forcecreate work for security.xml where i try to create new category and res.groups?

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

    Is this work in odoo 14?

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

      Yes it will work in odoo14 too