- Видео 8
- Просмотров 24 483
YOUCEF
Объединенные Арабские Эмираты
Добавлен 26 июл 2016
Hi! I'm Youcef, an ERP and digital transformation expert with 10 years of experience. Here, I share my knowledge on navigating the ever-evolving world of technology. We'll explore best practices for ERP selection, implementation, and strategies to optimize your digital transformation journey. Join me for valuable insights and actionable advice!
Analyzing NBA Data with Pandas and Matplotlib: A Deep Dive
In this video, we take a deep dive into NBA data using powerful Python libraries, Pandas and Matplotlib. 🏀📊
We'll start by accessing and loading the NBA API data, providing a comprehensive overview of how to retrieve and prepare this data for analysis. With Pandas, we'll clean and transform the dataset, demonstrating techniques for handling missing values, filtering data, and creating meaningful summaries.
Contact me:
Email: messelemy@gmail.com
Telegram: @dxbcoder971
Telegram Channel: t.me/+Img8EItL24JiZGQ0
#dataanalysis #pythonprogramming #pandaslibrary #matplotlib #datascience #datavisualization #pythondatasciencetutorial #analytics #datainsights #datadrivenmarketing #PandasTips
We'll start by accessing and loading the NBA API data, providing a comprehensive overview of how to retrieve and prepare this data for analysis. With Pandas, we'll clean and transform the dataset, demonstrating techniques for handling missing values, filtering data, and creating meaningful summaries.
Contact me:
Email: messelemy@gmail.com
Telegram: @dxbcoder971
Telegram Channel: t.me/+Img8EItL24JiZGQ0
#dataanalysis #pythonprogramming #pandaslibrary #matplotlib #datascience #datavisualization #pythondatasciencetutorial #analytics #datainsights #datadrivenmarketing #PandasTips
Просмотров: 50
Видео
How to Create a field and Control It Using Toggle Button With Odoo Studio
Просмотров 843 месяца назад
In this video I have create a text field as an example and showed how to control its appearance using a toggle button. all that by using only Odoo Studio. Contact me via: Email: messelemy@gmail.com Telegram: @dxbcoder971 Telegram Channel: t.me/ Img8EItL24JiZGQ0 #Odoo #OdooERP #OdooCommunity #OdooImplementation #OdooModules #OdooStudio #OdooDevelopment #OdooCustomization #OdooExperts #OdooSoluti...
How To Import Inventory Count With Multiple Locations In Odoo 17
Просмотров 63910 месяцев назад
This video will show you how you can Import a file or multiple files with different locations in order to perform an inventory count. Find me on: Github: github.com/MesselemYoucef Website: www.dxbcoder.com email: messelemy@gmail.com X: @dxb_coder
ODOO16 | How to Import Inventory Adjustment From Excel File
Просмотров 12 тыс.Год назад
This video will show you the proper way to upload an inventory adjustment through an Excel file while you can apply all the counted quantities in just one click. Email: messelemy@gmail.com Twitter: dxb_coder Github: github.com/MesselemYoucef Please subscribe and share the video.
How to Import Products to Odoo 16
Просмотров 11 тыс.Год назад
This video shows how we can import mass list of products to Odoo16 enterprise edition. Also, we can use the same method for the Community edition. I used a CSV file imported from Kaggle. The fields used are: Name, Barcode, Sales Price, cost and Description.\ Follow me on: Twitter: dxb_coder Linkedin: www.linkedin.com/in/youcef-messelem-0b99221ab/ Github: github.com/MesselemYoucef re...
PRICELISTS IN ODOO
Просмотров 1122 года назад
In this video I tried to explain a little bit how the pricelist mechanism works with #Odoo. Especially when you try to create a different pricelist and set it up to a particular product. Please do not hesitate to contact me on my social media links My Email: messelemy@gmail.com My Twitter: iamyoussi My Github: github.com/MesselemYoucef My Linkedin: www.linkedin.com/in/youcef-messele...
Add more accounting options to Odoo15 Community Version
Просмотров 793 года назад
In this video I will show you how to add a user to the show full accounting features group, where you will be able to unlock the dashboard of accounting as well as other features such as: -Journal Entries -Journal Items -Chart of accounts -Journals ... etc If you have any questions or enquiries do not hesitate to contact me via: - Linkedin: www.linkedin.com/in/youcef-messelem-0b99221ab/ - Twitt...
Odoo Sales Bonus | Odoo Sales
Просмотров 2633 года назад
The purpose of video is to implement a bonus system related to product categories where each category has its own score of bonus: in our example we created 3 categories: Category 1 with Score of 2 : Contains the products that are easy to sell Category 2 with Score of 4 : Contains the products that are medium to sell Category 3 with Score of 6 : Contains the products that are hard to sell The bo...
THANK YOU
how to import with color variation and size variation file on odoo 17 ?
First you need to define the variations within your odoo instance and then there will be the attributes field to import from.
@@dxb_coder That means I need to import variation first and then import variant product SKU?
اذا كان هناك عدد سابق للمنتج ورفعت كمية جديدة يتم تجميع الكميتين السابقة والجديدة ... كيف الحل لو سمحت
لما بيكون فيه كمية غير الصفر واضيف الكمية اللي انا عايزها بيجمع الكمية القديمة+الكمية الجديدة انا عايز اضيف الكمية الجديدة بس من غير الحركة دي ... أعمل ايه
Thank you very much for this video ! I am using V17 and for some reason, I cannot find the right handle (name, display name, id, ...) how to link the counted quantity to the right product. #desperate
I will post an inventory management for the 17 after two days
I have a problem i follow your steps but after importing and asjusting with one single product it generates a new row with the counted quality i imported but the previous record appears in a totally different row the counted quantity is not in the row it is suppose to be. What am i doing wrong?
I have the same issue. Apparently, Odoo doesn't recognize a product based on product_id, which is basically the internal reference + the product name. Oddly enough, if you export the external ID of the product template, or of the stock adjustment and then try to re-import it with adjusted counted stock values, it yields an error.
What product ID are you importing? If you have product variants in your DB then you should import your products from the variant section not the product section
HELLO I HAVE THE SAME PROBLEM, HAVE YOU FOUND A SOLUTION?
@@dxb_coder كيف ارجوك ؟
I have exactly the same problem, it will just add up the current stock with the new count instead of updating the number.
i have three products with same name but with different internal reference numbers and these three products are located in three rack locations. Assuming I want to use the Excel file to do bulk update, what are the headers to use to set the three products inside the three locations to ZERO?
You need to do it separately. Each location with a separate file. You can do them in one file but the risk of an error to be generated is high.
Where can I find meta data with latest product pictures, prices etc for UK retail grocery market?
Check www.kaggle.com/
How to know the last 30days sales and current stock we have before purchasing? Bcoz its always helpful to know this to make the Qty for new purchase
through the sales report -> check for the parameter qty invoiced
And Pictures ? how you can import Product Pictures ?
Pictures cannot be imported through excel. You have two options. Either you download an app that can help you perform this task from the odoo app store, or seek technical help from an Odoo expert.
@@dxb_coder You can import images. I did this yesterday using Excel. However, with a picture link. But only one main picture. Where can I find the image fields in the CSV file? What do I have to write at the top of the CSV so that I can add more images with a link? when I enter "Image" fields as CSV, only recognizes a main image. For more pictures I have to give new fields. Do you know the ID for this ?
I love you hahah great explaination
Thank you!!!
How to import product quantity with the same name but different category?
if you have two products with the same name ... in that case you have to use External ID field and not the name
@@dxb_coder Thank you so much ❤
Hi. I have a question. Once imported all files, if we tap on each product, will it be possible to edit like put photos and change the description? I hope you could help. Thank you so much.
Hello, Yes absolutely you can :)
hey , please i don't have all the type of odoo fields, what can the problem be?
Hello, Can you elaborate more please?
اشكرك
لا شكر على واجب اخي العزيز
Great tutorial! clear and focused explanation, thank you I was lost with all the tutorials, you made it seems very easy!
Glad it helped!
The process is a bit different where you are using Warehouses and Locations. In that case each Location/Product combination will have a unique id that needs to be included in the upload template.
Yes indeed! What I suggest here is to create an inventory for each location where you can group the ids of location in each inventory.
@@dxb_coder I have uploaded a file to inventory adjustment and it is adding the counted quantity my on hand stock. How can i correct this.
@@dxb_coder Hi! Thank you very much for this tutorial. Do you have anything recorded to Import inventory using warehouses and locations?
@alevilarino7 hello...yes you can check my channel I already uploaded a video for that purpose.
well explained, sir what about product with quantity, now you only imported information without product quantity.
Thanks for the comment. Incase you want to update the quantity of the products you cannot do it straight away from the product creation. After creating the products you need to perform another export at the inventory app. Please check this video: ruclips.net/video/W7QvIBZgsDQ/видео.html
So far, this is the BEST explanation for uploading products I've found. CLEAR, CONSISE, with EXPLAINATIONS!! Wow...what a concept! Thank you!
Wow, thank you!
Excellent tutorial, thank you for that. Would you know how to import more than 1 image for the same product? Many thanks
Thanks for your kind works... Actually for the images it's a bit tricky where you can upload the name of the image in the db, then you transfer these images into the folder of images where you host your odoo instance. It's a technical hustle. What I suggest is to try to do them one by one, only if you have a massive amount of products only then you going to need an expert.
How to Import Products multi languges to Odoo 16
Hello, Do you mean a product name with it's Translation?
In that case, you have first to upload the products with the English naming then you need to export them all and change the software to other preferred language. After that, you can upload the products with the translated name through the external ID. If this explanation wasn't helpful I can make a video for you.
You did an amazing job, Youcef. thank you for sharing.
Welcome!
Hey youcef thank you for sharing, it is very helpful. can you please share how to create the Bonus features? I would love to add this feature to my project, Thanks
Welcome!, you can check the bonus implimentation through this link: studio.ruclips.net/user/video110zRBo1sNk/edit