- 89
- 318 401
Muhammad Nasser
Приєднався 2 гру 2023
🚀 Welcome to My Channel! 🌐
Embark on a comprehensive journey into the realms of Python and Odoo with your seasoned guide! I'm Muhammad Nasser, a Python and Odoo instructor at ITI. Explore the intricacies of programming and business management through meticulously crafted tutorials, designed to cater to coders of all levels-from enthusiastic beginners to seasoned experts. Together, let's delve into the world of coding mastery.
Ready to Level Up Your Coding Skills? Let's Begin!
Embark on a comprehensive journey into the realms of Python and Odoo with your seasoned guide! I'm Muhammad Nasser, a Python and Odoo instructor at ITI. Explore the intricacies of programming and business management through meticulously crafted tutorials, designed to cater to coders of all levels-from enthusiastic beginners to seasoned experts. Together, let's delve into the world of coding mastery.
Ready to Level Up Your Coding Skills? Let's Begin!
Odoo 17 Development Course(78) - OWL: 1. Client Actions.
In the 79th video of our Odoo tutorial series, we take our first steps into OWL (Odoo Web Library). Learn how to leverage OWL to create dynamic client actions, enhancing the user experience on the client side. This is your gateway to mastering OWL and building interactive, modern interfaces in Odoo!
Переглядів: 977
Відео
Odoo 17 Development Course(77) - Generating Excel Reports in Odoo.
Переглядів 1,4 тис.2 місяці тому
In the 78th video of our Odoo tutorial series, we explore the process of generating Excel reports directly within your Odoo application. Discover how to create structured and styled reports that can effectively present your data.
Odoo 17 Development Course(76) - Practice Task 3: (Phase Three).
Переглядів 7612 місяці тому
In the 77th video of our Odoo tutorial series, we tackle Phase Three of the To-Do App enhancement! Dive into advanced features that elevate your app to the next level. This practice task will challenge you to apply your growing Odoo development skills by adding new functionalities and refining the user experience. Let's continue building on what we started, step by step. Telegram Group: t.me/ M...
Odoo 17 Development Course(75) - How to Execute SQL Queries in Odoo.
Переглядів 1,1 тис.3 місяці тому
In the 76th video of our Odoo tutorial series, we'll show you how to harness the power of SQL queries within Odoo. Learn when and how to use SQL queries as an alternative to ORM methods, giving you greater control over database interactions and optimizing performance for complex data tasks. Perfect for developers seeking to deepen their Odoo expertise, this video will guide you through the proc...
Odoo 17 Development Course(74) - APIs in Odoo: Part 9 Integrate with another app.
Переглядів 1,3 тис.4 місяці тому
In the 75th video of our Odoo tutorial series, we explore the integration of Odoo with external applications by calling endpoints. Learn how to effectively connect Odoo with other systems, facilitating seamless data exchange and enhancing the functionality of your applications.
Odoo 17 Development Course(73) - APIs in Odoo: Part 8 Pagination.
Переглядів 1 тис.4 місяці тому
In the 74th video of our Odoo API tutorial series, we tackle the concept of pagination in the get list endpoint. Discover how to manage large datasets efficiently by implementing pagination, ensuring smooth and user-friendly data retrieval. This tutorial provides step-by-step guidance on setting up pagination, making it an essential resource for developers aiming to optimize their Odoo applicat...
Odoo 17 Development Course(72) - APIs in Odoo: Part 7 Handling Response Structure.
Переглядів 1,1 тис.4 місяці тому
In the 73rd video, we dive into handling response structures. Learn how to effectively interpret and manage the data returned from API calls, ensuring seamless integration and data handling within your Odoo applications.
Odoo 17 Development Course(71) - APIs in Odoo: Part 6 (5. Get list of records with filtration.)
Переглядів 1,2 тис.5 місяців тому
In the 72nd video of our Odoo API tutorial series, we explore the Get List Endpoint with Filtration. Discover how to retrieve filtered lists of records from your Odoo database using powerful query techniques. This tutorial provides step-by-step instructions and practical examples, enabling you to efficiently access and manage data based on specific criteria. Perfect for developers looking to en...
Odoo 17 Development Course(70) - APIs in Odoo: Part 5 (CRUD) 4. Delete Operation.
Переглядів 9686 місяців тому
In the 71st video of our Odoo tutorial series, we delve into the Delete operation. Learn how to delete existing records in your Odoo database using APIs.
Odoo 17 Development Course(69) - APIs in Odoo: Part 4 (CRUD) 3. Read Operation.
Переглядів 1,1 тис.6 місяців тому
We focus on the Read operation in the 70th video of our Odoo API tutorial series. Discover how to efficiently retrieve and display data from your Odoo database using APIs. We'll guide you through the methods and best practices for accessing and manipulating your data, ensuring you can maximize your Odoo applications.
Odoo 17 Development Course(68) - APIs in Odoo: Part 3 (CRUD) 2. Update Operation.
Переглядів 1,4 тис.6 місяців тому
Welcome to the 69th video in our Odoo development course, where we delve into the Update operation. Learn how to modify existing data with precision and efficiency, ensuring data integrity and accuracy in your Odoo applications. Whether you're a beginner or an experienced developer, this video provides valuable insights and techniques to master the Update operation. Join us as we empower you to...
Odoo 17 Development Course(66) - APIs in Odoo: Part 2 (CRUD) 1. Create Operation (Part 2).
Переглядів 1,8 тис.6 місяців тому
In the 68th installment of our Odoo development course, we continue our exploration of CRUD operations with Part 2 of the Create operation. Building upon the foundation laid in the previous video, we delve deeper into the intricacies of creating records in Odoo using APIs. Learn advanced techniques and best practices for creating records efficiently and effectively. Whether you're a seasoned de...
Odoo 17 Development Course(66) - APIs in Odoo: Part 2 (CRUD) 1. Create Operation (Part 1).
Переглядів 2,4 тис.7 місяців тому
"In our 67th tutorial video, we dive deeper into the world of Odoo APIs with Part 2. This installment focuses on CRUD operations, starting with the Create operation. Learn how to harness the power of Odoo APIs to create records in your database programmatically. We'll walk you through the process step-by-step, covering everything from authentication to sending requests and handling responses. W...
Odoo 17 Development Course(65) - APIs in Odoo: Part 1 - Create Endpoint.
Переглядів 3,6 тис.7 місяців тому
In our 66th video tutorial, we embark on an exciting journey into the realm of APIs in Odoo. APIs (Application Programming Interfaces) play a vital role in integrating Odoo with external systems, automating processes, and extending the functionality of your applications. Join us as we explore the fundamentals of APIs in Odoo, including RESTful APIs, XML-RPC, and JSON-RPC. Learn how to leverage ...
Odoo 17 Development Course(64) - Adding Unit Test To Your App.
Переглядів 2,7 тис.7 місяців тому
In our 65th video tutorial, we dive into the world of unit testing in Odoo. Unit testing is crucial for ensuring the reliability and stability of your Odoo applications. Learn how to write effective unit tests to validate the functionality of your code, identify bugs early in the development process, and maintain code quality. Join us as we explore best practices for writing unit tests and inte...
Odoo 17 Development Course(63) - Adding Custom Fonts and Using Them in Reports in Odoo.
Переглядів 2 тис.8 місяців тому
Odoo 17 Development Course(63) - Adding Custom Fonts and Using Them in Reports in Odoo.
Odoo 17 Development Course(62) - Adding Custom Buttons to Inherited Form Views in Odoo.
Переглядів 1,3 тис.8 місяців тому
Odoo 17 Development Course(62) - Adding Custom Buttons to Inherited Form Views in Odoo.
Odoo 17 Development Course(61) - 'readonly' Attribute in Form View.
Переглядів 1,2 тис.8 місяців тому
Odoo 17 Development Course(61) - 'readonly' Attribute in Form View.
Odoo 17 Development Course(60) - Enhance Your Odoo Form Views with 'Smart Buttons'.
Переглядів 1,7 тис.8 місяців тому
Odoo 17 Development Course(60) - Enhance Your Odoo Form Views with 'Smart Buttons'.
Odoo 17 Development Course(59) - Enhance Your Odoo Form Views with 'web_ribbon'.
Переглядів 1,3 тис.8 місяців тому
Odoo 17 Development Course(59) - Enhance Your Odoo Form Views with 'web_ribbon'.
Odoo 17 Development Course(58) - Security in Odoo From UI: 1. Access Rights. 2. Record Rules.
Переглядів 1,4 тис.9 місяців тому
Odoo 17 Development Course(58) - Security in Odoo From UI: 1. Access Rights. 2. Record Rules.
Odoo 17 Development Course(57) - Security in Odoo: Record Rules(Part 2).
Переглядів 2 тис.9 місяців тому
Odoo 17 Development Course(57) - Security in Odoo: Record Rules(Part 2).
Odoo 17 Development Course(56) - Understanding Search Domain in Odoo.
Переглядів 1,7 тис.9 місяців тому
Odoo 17 Development Course(56) - Understanding Search Domain in Odoo.
Odoo 17 Development Course(55) - Security in Odoo: Access Rights and Groups(Part 1).
Переглядів 2,4 тис.9 місяців тому
Odoo 17 Development Course(55) - Security in Odoo: Access Rights and Groups(Part 1).
Odoo 17 Development Course(54) - Adding Translations to Your Custom App.
Переглядів 1,7 тис.9 місяців тому
Odoo 17 Development Course(54) - Adding Translations to Your Custom App.
Odoo 17 Development Course(53) - Answering Your Questions: Command Tuples/DateTime Default Values
Переглядів 1,5 тис.9 місяців тому
Odoo 17 Development Course(53) - Answering Your Questions: Command Tuples/DateTime Default Values
Odoo 17 Development Course(52) - How to Create Wizards in Odoo: A Step-by-Step Guide.
Переглядів 2,7 тис.9 місяців тому
Odoo 17 Development Course(52) - How to Create Wizards in Odoo: A Step-by-Step Guide.
Odoo 17 Development Course(51) - Enforcing Edit Restrictions and Cross-Model Creation.
Переглядів 1,9 тис.10 місяців тому
Odoo 17 Development Course(51) - Enforcing Edit Restrictions and Cross-Model Creation.
Odoo 17 Development Course(50) - How to Add Sequences in Odoo.
Переглядів 2,1 тис.10 місяців тому
Odoo 17 Development Course(50) - How to Add Sequences in Odoo.
Odoo 17 Development Course(49) - Exploring the Env Object in Odoo.
Переглядів 1,8 тис.10 місяців тому
Odoo 17 Development Course(49) - Exploring the Env Object in Odoo.
بطل استمر في OWL
من فضلك استمرفي هذا المحتوى التعليمي ل Odoo و OWL, هذه الدورة افضل دورة شرح لتطوير اودو في اليوتيوب, شكرا جزيلا بكل صدق.
جزاك الله خيرا علي الشرح المفصل 🤍
شكرا جزيلا من افضل الكورسات ال شفتها عن odoo بالعربي اتمني انك تعملنا فيديو عن owl في pos مثلا اضافة button في شاشة pos او وراثة button وتغيير فيها بتمني جدااات محتاجه هذا الشيئ كل الدعم والحب 😊
عااااااااااااش
ربنا يجازيك خير يا هندسه وينفع بيك يارب
❤🙏
كنت عاوز اسأل حضرتك عن السبب المبيخليش ال موديل يظهر معايا في ال tables في pgadmin
نا الملف بتاع ال models البعملو جديد مبيظهرش معايا في ال tables لو حد يعرف السبب يقولي
we need to knowing more explanation about APIs (building && Fetching) .... Please
وفقك الله يا بشمهندس
عودا حميدا يا بشمهندس
السلام عليكم يا باشمهندس انا بيظهرلي ايرور و حاولت احله لكن ما وصلتش لحل ياريت لو حضرتك تساعدني فيه انا مشيت بنفس الخطوات اللي حضرتك ماشي بيها بس مغير اسم الموديول ل owl_17: Cannot find owl_17.action_list_view in this registry!
وبيظهر معايا نفس المشكله
me too , Uncaught Promise > Cannot find app_one.action_list_view in this registry!
ضيف owl_17 بدل app_one
ربنا يباركلك يهندسة
منتظرين حضرتك بفارغ الصبر، جزاكم الله خيراً
شكرا جدا لحضرتك ، جزاك الله خيرا
شكرا جزيلا يا بشمهندس
🔥🔥
عندي مشكلة Internal Server Error عند رابط login؟
Thank you very much sir
طيب يا بشمهندس الموضوع الي حد ما، اعتقد تنفيذ ستورد جاهزة بشكل مباشر بدل كتابة الكويري inline هيكون عملي اكتر، هل دا متاح و ممكن تشرحهولنا ؟ شكرا
في برامج تم تنزيلها قبل odoo ارجو منكم شرح لها، وكم برنامج يجب تحميله قبل بدأ في تحميل برنامج odoo
👍👍
Can you speak in English plz
السلام عليكم ممكن رابط القناة على التيليجرام
حضرتك بتدي كورسات خاص اونلاين ؟
ربنا يكرمك يا رب
السلام عليكم مهندس محمد ... محتاج رقم للتواصل مع حضرتك للضرورة بعد اذنك
نفع الله بك البلاد والعباد
الصوت منخفض جدا
تم حل المشكلة في الفيديوهات التالية. جزاك الله خيرًا.
عايزين نبقي نعرف ازاي نعمل upgrade addon from 16 or 17 to 18 ايه الخطوات الي نعمل حسابنا فيها وهكذا
thank you so much 🙏🙏🙏🙏🙏🙏🙏🙏
صوتك منخفض جدا
تم حل المشكلة في الفيديوهات التالية جزاكم الله خيرًا.
عندي الكثير من هذه المهارات وانا خريج تقنية المعلومات كيف يمكنني اقدم
@Muhammad Nasser طيب سؤال يا هندسه، General احنا في الفيديو منعنا صلاحية في ال و سمحنا بيها للجروب ماذا لو العكس ؟ General بمعنى لو ال بيسمح (١) لكن الجروب اللي اليوزر فيه بيمنع ؟ هل هيخضع للجروب وياخد منع ؟ ولا هياخد الصلاحيه من الجنرال ؟
ممكن كود ال property view xml عشان بتلغبط فيه ؟
from odoo import models,fields from odoo.addons.test_impex.models import field class Property(models.Model): _name = 'property' name = fields.Char() description = fields.Text() postcode = fields.Char() date_availability = fields.Date() expected_price = fields.Float() selling_price = fields.Float() bedrooms = fields.Integer() living_area = fields.Integer() facades = fields.Integer() garage = fields.Boolean() garden = fields.Boolean() garden_area = fields.Integer() garden_orientation = fields.Selection([ ('east','East'), ('west','West'), ('north','North'), ('south','South') ])
كيف احصل ترخيص odoo enterprise لو تكرمت
شكراً عالشرح الرائع، كيف ممكن أتواصل معك؟
I was about to get tired, but I found this code. class/oe_chatter doesn't work in 18. <chatter reload_on_post=‘True’/> works automatically for both thread and activity.
@MuhammadNasserOfficial سؤال يا بشمهندس (user, 2) للأوبجكت كله بدل ما يجيلي مثلاً watch هل أقدر أعمل بحيث أقدر اشوف كل ال بروبرتس اللي جواه ؟
Thanks for all videos Changelog.... The <tree> tag was changed to <list> in version 18.
Thanks for all videos Changelog.... The <tree> tag was changed to <list> in version 18.
سلام عليكم يا بشمهندس آخر دقيقتين في الفيديو عملنا ٣ اكشن ل ٣ state هل ممكن نعمل اكشن واحد ياخد بارمتر ال state و في ال button نباصي بطريقة ما اسم ال state للفنكشن ؟ من باب عدم التكرار
هل من الممكن إضافة قيم إفتراضية للـ lines مع كل property ؟ بمعنى أن كل property عندي فيها اثنين bedrooms أو أكثر فهل أستطيع فأريد مباشرة مجرد ما أنشئ property يكون فيها 2 lines bedrooms
🙏🙏
نفذت اللي موجود في الفيديو بالظبط بس الrecords اللي اتعملها post ماظهرتش في الtree view ل property اي الحل عشان نخليها تظهر ؟
جزاك الله كل خير ياهندسة انا ممكن اعمل كدا و تطلع نفس النتيجة بتاعت ال filtration return request.make_json_response([{ "user_id": property_id.env.uid, "name": property_id.name, "Id": property_id.id, "ref": property_id.ref, "owner": property_id.owner_id.name, } for property_id in property_ids if property_id.state == params['state'][0]], status=200) بس طبعاً الdomin لا غنى عنه اكيد
I got this error: Invalid Python Interpreter: but solved by choosing python3.12
external_layout مش بيظهر ايه الاسباب؟ html is ok, pdf blank header/footer
عرفت السبب؟ اصل انا بردو بواجه نفس المشكله مع html تمام انما مش شغال مع pdf
how to create report from wizard odoo 17 ,i want to get parameter wizard and passing parameter to report