No video

Odoo ORM: RecordSet Operations - Sorted, Filtered & Mapped

#odooorm #recordsetoperation #odoosorted #orminodo
Recorset operation in Odoo. Odoo ORM tutorials. Odoo orm documentation. Recordset operation in odoo erp. Filtered, Mapped and Sorted in Odoo ORM. Odoo filtered, sorted and mapped operations. Recordset in Odoo.
Email: odoomates@gmail.com

Пікірлер: 27

  • @rigeeshmohammed2977
    @rigeeshmohammed29773 жыл бұрын

    1:40 - mapped 5:48 - sorted 10:40 - filtered

  • @user-tl9rp2pm6r
    @user-tl9rp2pm6r3 жыл бұрын

    Great content you provide!

  • @OdooMates

    @OdooMates

    3 жыл бұрын

    happy to know it :)

  • @kashifmanzoor7949
    @kashifmanzoor79494 жыл бұрын

    Thank you.... it was really helpful in clearing the concept.

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    Thanks brother

  • @nadeemkazi2092
    @nadeemkazi20924 жыл бұрын

    Thanks a lot champ ...its awesome

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    Welcome bro...

  • @punisher9270
    @punisher92704 жыл бұрын

    Thank you so much

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    You're most welcome

  • @charoliyamujahid526
    @charoliyamujahid5264 жыл бұрын

    Thanks

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    Welcome

  • @abdelhalimkaddourguettaoui4591
    @abdelhalimkaddourguettaoui45914 жыл бұрын

    It was really helpful

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    Happy to hear it

  • @victordominguez7152
    @victordominguez71522 жыл бұрын

    do you know if its possible to sort a trew view in a server.action function?

  • @OdooMates

    @OdooMates

    2 жыл бұрын

    you can try as follows, call a python function from the server action, and return same view from python code with the views having order by attribute, will this help ? kzread.info/dash/bejne/g6SupMaFh6i9o6g.html Also is this really needed, instead you can click on the column in the tree view to sort it

  • @MudassirDar
    @MudassirDar2 жыл бұрын

    why ain't the sorted function returning the partners with ids as ascending, as when we create a record, ID sequence gets incremented (eg partner(6,) ll have always max create date then partner(7,) ).

  • @OdooMates

    @OdooMates

    2 жыл бұрын

    Can you show us the relevant part of the code

  • @MudassirDar

    @MudassirDar

    2 жыл бұрын

    @@OdooMates In ur vedio where u used the sorted function on create_date, the result was like res. partner(21.32,65,23), which i suppose should be in sequential order (Inc or desc), coz create date always corresponds to ID

  • @sansoftinfotech-career9282
    @sansoftinfotech-career92822 жыл бұрын

    what are the columns in the odoo AccountType master , documentType master and how these are accessed in a code ?

  • @OdooMates

    @OdooMates

    2 жыл бұрын

    if you activate developer mode and navigate go to Settings -> Technical -> Database Structure -> Models, search for the models and open it, then you can see all the fields/columns in the table/model

  • @lenninlawliett
    @lenninlawliett2 жыл бұрын

    HELP! What could be the meaning of "lambda" in 6:33 ?

  • @OdooMates

    @OdooMates

    2 жыл бұрын

    pythonconquerstheuniverse.wordpress.com/2011/08/29/lambda_tutorial/

  • @mostafagamal788
    @mostafagamal7883 жыл бұрын

    can you please talk about odoo jobs in germany herzlichen dank

  • @OdooMates

    @OdooMates

    2 жыл бұрын

    Hi, looking for job here ? search the job websites in the location and drop resume to the odoo companies in the region

  • @charlesdonboscoa4041
    @charlesdonboscoa40414 жыл бұрын

    How to use mapped function in xml file sir

  • @OdooMates

    @OdooMates

    4 жыл бұрын

    There is a lot of examples in odoo code itself, One such sample:

  • @charlesdonboscoa4041

    @charlesdonboscoa4041

    4 жыл бұрын

    Thank you so much Sir