Basic Python in ODOO for Beginners Part 1

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 18

  • @kevincackler5477
    @kevincackler5477 Рік тому +6

    Good stuff in this series. Please keep it up.
    For reference, if your string is surrounded by single quotes and you want to use a single quote in it, you can just escape it by putting a backslash in front of it. raise UserError('I don\'t like that number') OR surround your string with double quotes raise UserError("I don't like that number").

  • @timd6324
    @timd6324 Рік тому +1

    That was a great easy to digest intro. Looking forward to more!

    • @odoo-it-yourself
      @odoo-it-yourself  Рік тому +1

      Thank you! Anything you'd like for the next one?

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

      @@odoo-it-yourself It's one of those things where I don't know what I don't know. Let me throw a specific case out there though. I have a web form that is submitted and creates a lead in crm. It's assigned to a sales team, not a person because people change and I don't want to update the form all the time. Upon lead creation I want Odoo to send an email to all members of the associated sales team.

    • @odoo-it-yourself
      @odoo-it-yourself  Рік тому

      @@timd6324 So I'd actually create a next activity, because then they can choose whether to have an email or not. I'd set up an automated action that uses python to loop through the users in the team and adds a next activity for each of them. I could see that being super useful. Nice work!

  • @Doggy_Styles_Coding
    @Doggy_Styles_Coding Рік тому +2

    you have a fitting voice for tutorials :) great work

  • @zackfromAMP
    @zackfromAMP 11 місяців тому +1

    Great video! It was a nice refresher on basic Python topics, and to also see basic python implemented in an application use.

    • @odoo-it-yourself
      @odoo-it-yourself  11 місяців тому

      Thank you! I appreciate the positive feedback. I take it you're a developer. Anything you would add?

  • @gchumbes
    @gchumbes 9 місяців тому +1

    thanks for the video very didactic

  • @cparker4486
    @cparker4486 Рік тому +1

    How do I hire you? You don't seem to have a website and I don't use LinkedIn.

    • @odoo-it-yourself
      @odoo-it-yourself  Рік тому

      Happy to talk to you. Please hit me up at aelaw326@gmail.com.

  • @blueslee8352
    @blueslee8352 Рік тому +1

    Thanks! Very helpful!

  • @warci
    @warci Рік тому +1

    awesome!!!