Product Dynamic Codes v.17
The tool to flexibly and automatically update product internal references
This is an Odoo tool to implement product automatic coding. The app is flexible enough to reflect almost any product reference structure since it lets you define as many code parts and as complex criteria as you need.
Advanced rules for product references
Define code positions that will satisfy business specifics. Have as many parts as it's needed. Distinguish complex criteria to apply parts for products of specific kinds and not for others
Automatic code generation
The app regularly checks updates of code rules and of products. Product references are automatically changed accordingly without user interactions
Manual product numbering
Mark certain products as 'Manual reference': their codes will not be influenced by the rules and will become editable. Products with pre-defined codes (e.g. created by import) by default have manual references
Secured codes
The right to define product coding rules belongs only to Odoo administrators
Based on standard Odoo tools
Product coding is global: rules are equally applied for each company, but you can restrict products in rules by using filters by company.
Codes are calculated in a current user language. Avoid using translated fields for code rules.
Automatic product references are based on flexible rules
-
Product references are generated based on code parts. Define as many dynamic and static parts as you need. For example, the first position relates to a category, the second - to a manufacturer, the third - to the attribute 'material', etc.
-
Code positions for certain products might be empty: e.g. for services, there is no sense to have a code part of the attribute 'material'
-
Each position has rules to generate a code value which might be static (e.g. '-AL') or dynamic (e.g. first 2 letters of category name). In order for a code part to be calculated for a product, there should be at least a single rule this product satisfies
-
As dynamic code use any standard or custom field of a product variant or template: char, integer, float, date and date with time, selection, and many2one. In the case of many2one field (e.g. a related product category) you should select its linked field (for example, a category name)
-
For dynamic code, use not only the whole field value but also its part. For instance, apply the first 2 letters (0-1) of a category name or only the month of a manufacture date (5-7). Leave '0' at both the start and the end to retrieve the whole field value.
Product references are auto-updated
-
When a product is created or changed
-
Regularly by the cron job for all products (have a look a the tab 'Configuration', the section 'Scheduled jobs')
-
Manually when you push the button on a product form
-
Manually for all products when you push the button on the configuration page
-
Such complex logic is introduced to avoid slowdowns. The point is that code rules are advanced and there is no way to define recalculation triggers. Generating codes on the fly will result in low performance. That is why to make sure codes are generated, Odoo regularly looks over all products.
কনফিগারেশন ও ইনস্টলেশন টিপস: Product Dynamic Codes Odoo v.17
Scheduled jobs
You may change the frequency of automatic references' updates. To this end:
- Turn on debug mode
- Go to technical settings > Automation > Scheduled jobs
- Find the job 'Construct Dynamic Codes'.
সম্পর্কে সাধারণ জিজ্ঞাসা Product Dynamic Codes Odoo v.17
আপনার সরঞ্জামের হালনাগাদ নীতি কী?
বর্তমান Odoo Apps Store নীতি অনুসারে:
- সংস্করণ 12.0 ও তার আগের জন্য কেনা প্রতিটি মডিউল 12.0 পর্যন্ত সব সংস্করণে প্রবেশ দেয়।
- সংস্করণ 13.0 থেকে প্রতিটি মডিউল সংস্করণ আলাদা কিনতে হয়।
- সংস্করণ যাই হোক, কেনায় সেই প্রধান সংস্করণের সব হালনাগাদ ও বাগ সংশোধনের অধিকার মেলে।
মনে রাখুন, faOtools দল এই নীতি নিয়ন্ত্রণ করে না। সব প্রশ্নে সরাসরি Odoo Apps Store প্রতিনিধিদের সাথে যোগাযোগ করুন।
আপনার অ্যাপ Odoo.sh-এ কীভাবে ইনস্টল করব?
সবচেয়ে সোজা উপায় হল Odoo স্টোরের বিল্ট-ইন ওয়ার্কফ্লো ব্যবহার করা:
1. মডিউলের পৃষ্ঠা খুলুন এবং Deploy on odoo.sh বোতামে ক্লিক করুন
2. তারপর আপনাকে GitHub পৃষ্ঠায় পাঠানো হবে। অ্যাকাউন্টে লগ ইন করুন, তারপর 'Create a new repo' ক্লিক করুন বা বিদ্যমানটি ব্যবহার করুন। রিপোজিটরি যেন প্রাইভেট হয়। OPL-1 লাইসেন্সের অধীনে অ্যাপ প্রকাশ করা অনুমোদিত নয়। প্রয়োজনে Odoo.sh প্রকল্পের জন্য নতুন repo তৈরি করুন
3. তারপর odoo.sh-এ যান এবং Deploy বোতামে ক্লিক করুন। পপ-আপ উইন্ডোতে সিদ্ধান্ত জমা দিন এবং 'Continue.' ক্লিক করুন। এতে ইনস্টলেশন শুরু হবে।
এই ধাপগুলো প্রকল্পের প্রোডাকশন শাখায় অ্যাপ ইনস্টল করবে। অন্য শাখায় অ্যাপ ডিপ্লয় বা মডিউল আপডেট করতে নিচের কাজগুলো করুন:
1. Odoo স্টোর থেকে অ্যাপের সোর্স কোড আপলোড করুন
2. মডিউলটি প্রয়োজনীয় GitHub রিপোজিটরিতে commit করুন। নিশ্চিত করুন অ্যাপের কোনো ফোল্ডার/ফাইল উপেক্ষিত নয় (অর্থাৎ repo-এর .gitignore-এ নেই)। রিপোজিটরি odoo.sh স্বয়ংক্রিয়ভাবে তৈরি করে এবং ডিফল্টে কিছু গুরুত্বপূর্ণ আইটেম থাকতে পারে (যেমন /lib)। মডিউলের সব ডিরেক্টরি, সাবডিরেক্টরি ও ফাইল ব্যতিক্রম ছাড়া আপলোড করুন
3. odoo.sh প্রকল্পের লক্ষ্য শাখা Deploy করুন অথবা, সেটিংস যদি তা ধরে নেয়, স্বয়ংক্রিয়ভাবে তৈরি হওয়া পর্যন্ত অপেক্ষা করুন।
নিজের সার্ভারে আপনার অ্যাপ কীভাবে ইনস্টল করব?
2. Odoo সার্ভার রিস্টার্ট করুন;
3. ডেভেলপার মোড চালু করুন (টেকনিক্যাল সেটিংস);
4. অ্যাপ তালিকা আপডেট করুন (অ্যাপস মেনু);
5. অ্যাপ খুঁজে 'Activate'/'Install' চাপুন;
6. অ্যাপ পৃষ্ঠায় নির্দেশিকা থাকলে অনুসরণ করুন।
আপনার অ্যাপে অতিরিক্ত অ্যাড-অন আছে। পরে কিনতে পারি?
হ্যাঁ, অবশ্যই। একই সাথে Odoo সব নির্ভরতা কার্টে স্বয়ংক্রিয় যোগ করে, তাই দ্বিগুণ অর্থ এড়াতে আগে কেনা টুল বাদ দিন।
আমি আপনার অ্যাপ Odoo.sh-এ ডিপ্লয় করেছি এবং পরীক্ষায় সতর্কতা/ত্রুটি দেখছি
লাল/কমলা সতর্কতা অ্যাপের বৈশিষ্ট্যে প্রভাব ফেলে না। দুঃখজনকভাবে আমাদের মডিউল কখনো স্ট্যান্ডার্ড স্বয়ংক্রিয় পরীক্ষা পাস করে না, কারণ সেগুলো এমন আচরণ ধরে নেয় যা অ্যাপের লক্ষ্যের সাথে সাংঘর্ষিক। যেমন আমরা মূল্য হিসাব বদলাই, অথচ স্ট্যান্ডার্ড Odoo মডিউল পরীক্ষা চূড়ান্ত মূল্যকে স্ট্যান্ডার্ড অ্যালগরিদমের সাথে তুলনা করে।
প্রথমে ডিপ্লয় করা ডাটাবেসের বৈশিষ্ট্য দেখুন। সব ঠিকঠাক কাজ করছে?
যদি তবু মনে করেন সতর্কতা আসল বৈশিষ্ট্যে প্রভাব ফেলে, যোগাযোগ করুন এবং পূর্ণ ইনস্টলেশন লগ ও ডিপ্লয় করা মডিউলের সম্পূর্ণ তালিকা (কোর ও তৃতীয় পক্ষসহ) পাঠান।
আমি কি অ্যাপটি আপনার কোম্পানি থেকে সরাসরি কিনতে পারি?
না, আমরা টুল শুধু অফিসিয়াল Odoo অ্যাপ স্টোর.
আমি ছাড় পেতে চাই
দুঃখিত, ব্যক্তিগত মূল্য দেওয়ার কারিগরি উপায় আমাদের নেই।
আমি কি অ্যাপটি আমার Odoo Online (SaaS) ডাটাবেসে ইনস্টল করতে পারি?
না, তৃতীয় পক্ষের অ্যাপ Odoo Online-এ ব্যবহার করা যায় না। দুঃখজনকভাবে Odoo SaaS সেই সম্ভাবনা আটকে দেয়।
আপনার সরঞ্জাম অন্য অ্যাপের উপর নির্ভর করে। সেগুলো কি কিনতে হবে?
হ্যাঁ, সঠিকভাবে চলতে টুলের নির্ভরতায় চিহ্নিত সব মডিউল দরকার। অ্যাপ পাতার মূল্যে প্রয়োজনীয় নির্ভরতা ইতিমধ্যে অন্তর্ভুক্ত।
মডিউলের মূল্য মার্কিন ডলারে কত? কেন বদলেছে?
আমাদের মডিউলের মূল্য ইউরোতে নির্ধারিত। Odoo স্টোর অভ্যন্তরীণ বিনিময় হার অনুযায়ী অন্য মুদ্রায় রূপান্তর করে। তাই মার্কিন ডলারে মূল্য হার আপডেট হলে বদলাতে পারে।
ইংরেজি ছাড়া অন্য ভাষায় অ্যাপ ও ওয়েবসাইটের শব্দ AI-সহায়তায় এবং অফিসিয়াল Odoo অনুবাদের সাথে মিলিয়ে। ভুল দেখলে, অনুবাদ সঠিকতার টিকিট পাঠান আর আমরা ঠিক করব।
Odoo ডেমো ডেটাবেস (লাইভ প্রিভিউ)
এই অ্যাপের জন্য আমরা বিনামূল্যে ব্যক্তিগত ডেমো ডেটাবেস দিতে পারি।
যোগাযোগে ফোন নম্বর বা ক্রেডিট কার্ড লাগে না। শুধু একটি সংক্ষিপ্ত ইমেইল সাইন-আপ, ৩০ সেকেন্ডের বেশি লাগে না।
আপনার অনুরোধে আমরা একটি ব্যক্তিগত লাইভ প্রিভিউ ডেটাবেস তৈরি করব, যেখানে প্রায় দুই সপ্তাহ যেকোনো পরীক্ষা ও অনুমান যাচাই করতে পারবেন।
বাগ রিপোর্টিং
বাগ বা অসঙ্গত আচরণ দেখলে আমাদের সাথে যোগাযোগ করুন। কেনার ৬০ দিনের মধ্যে সংশোধনের নিশ্চয়তা দিই এবং এই সময়ের পরেও টুল উন্নত করতে আগ্রহী।
যোগাযোগে ফোন নম্বর বা ক্রেডিট কার্ড লাগে না। শুধু একটি সংক্ষিপ্ত ইমেইল সাইন-আপ, ৩০ সেকেন্ডের বেশি লাগে না।
অনুরোধে যতটা সম্ভব বিস্তারিত দিন: স্ক্রিনশট, Odoo সার্ভার লগ, সমস্যা পুনরুৎপাদনের পূর্ণ বিবরণ ইত্যাদি। সাধারণত কোনো সমস্যার কাজের পরিকল্পনা তৈরি (বাগ নিশ্চিত হলে) বা কী করতে হবে তার নির্দেশনা দিতে (অন্যথায়) কয়েক কর্মদিবস লাগে।
পাবলিক ফিচার অনুরোধ ও মডিউল আইডিয়া (বিনামূল্যে উন্নয়ন)
আমরা আমাদের টুল উন্নত করতে দৃঢ়ভাবে অনুপ্রাণিত এবং যেকোনো মতামতের জন্য কৃতজ্ঞ। আপনার প্রয়োজনীয়তা সবার কাজে লাগে এবং দক্ষতার সঙ্গে বাস্তবায়নযোগ্য হলে দল সেগুলো আমাদের টু-ডু তালিকায় রাখবে।
এমন টু-ডু তালিকা নিয়মিত প্রক্রিয়া হয় এবং অতিরিক্ত ফি ধরে না। যদিও আমরা সময়সীমা ও চূড়ান্ত ডিজাইনের প্রতিশ্রুতি দিতে পারি না, বিনিয়োগ ও ঝুঁকি ছাড়া কাঙ্ক্ষিত ফিচার পাওয়ার এটি ভালো উপায় হতে পারে।
যোগাযোগে ফোন নম্বর বা ক্রেডিট কার্ড লাগে না। শুধু একটি সংক্ষিপ্ত ইমেইল সাইন-আপ, ৩০ সেকেন্ডের বেশি লাগে না।
The tool to flexibly structure Odoo attachments in folders and synchronize directories with cloud clients: Google Drive, OneDrive/SharePoint, Nextcloud/ownCloud, Dropbox, Amazon S3, Box, and NAS. DMS. File Manager. Document management system
The tool to automatically synchronize Odoo attachments with OneDrive files in both ways
The tool to build a deep and structured knowledge base for internal and external use. Knowledge System. KMS. Wiki-like revisions.
398€The tool for time-based service management from booking appointments to sales and reviews
The tool to set up KPI targets and control their fulfillment by periods. KPI dashboards. Dashboard designer. KPI charts
198€The tool to automatically synchronize Odoo attachments with Google Drive files in both ways
The tool to configure variant prices based on attributes coefficients and surpluses
98€The tool to calculate stock demand trends and make predictions for future demand statistically
198€