🔧 Fix: حل مشكلة مسارات المكتبات في __manifest__.py
- تصحيح مسار المكتبات من 2.2.0 إلى 2.0.2 (المجلد الموجود فعلياً) - تحديث الإصدار إلى 2.2.1 - تحديث معلومات الشركة
This commit is contained in:
parent
2dd1e31a45
commit
10cfe1b601
|
|
@ -2,31 +2,21 @@
|
|||
|
||||
{
|
||||
'name': 'Web Hijri Datepicker Enhanced',
|
||||
'version': '2.2.0',
|
||||
'version': '2.2.1',
|
||||
'category': 'Web/Tools',
|
||||
'summary': 'Modern Hijri Calendar Integration with Enhanced UI/UX',
|
||||
'summary': 'Modern Hijri Calendar Integration with Enhanced UI/UX - Fixed',
|
||||
'description': """
|
||||
Enhanced Web Hijri Datepicker v2.2.0
|
||||
=====================================
|
||||
Enhanced Web Hijri Datepicker v2.2.1 - All Issues Fixed
|
||||
=========================================================
|
||||
|
||||
🌟 **Major Update with Modern Design and Performance Improvements**
|
||||
🌟 **Major Fixes & Improvements**
|
||||
|
||||
**New Features:**
|
||||
• Updated jQuery Calendars library to v2.2.0
|
||||
• Modern, responsive UI design matching Odoo's aesthetics
|
||||
• Enhanced Arabic/RTL language support
|
||||
• Improved performance and memory optimization
|
||||
• Better error handling and validation
|
||||
• Smooth animations and transitions
|
||||
• Mobile-friendly responsive design
|
||||
|
||||
**Key Improvements:**
|
||||
• 40% faster loading times
|
||||
• 25% reduced memory usage
|
||||
• 60% better responsiveness
|
||||
• Enhanced integration with Odoo forms
|
||||
• Improved accessibility features
|
||||
• Better cross-browser compatibility
|
||||
**Fixed Issues:**
|
||||
• ✅ Fixed __libInput undefined error
|
||||
• ✅ Fixed library paths (2.0.2 instead of 2.2.0)
|
||||
• ✅ Fixed navigation buttons not working
|
||||
• ✅ Improved error handling and stability
|
||||
• ✅ Enhanced CSS for better button interactions
|
||||
|
||||
**Features:**
|
||||
• Automatic conversion between Gregorian and Hijri dates
|
||||
|
|
@ -35,19 +25,21 @@ Enhanced Web Hijri Datepicker v2.2.0
|
|||
• Full Arabic language support with proper RTL
|
||||
• Clear placeholders and intuitive user experience
|
||||
• Seamless integration with all Odoo date fields
|
||||
• Working navigation buttons for months/years
|
||||
• Stable and production-ready
|
||||
|
||||
**Technical Specs:**
|
||||
• Compatible with Odoo 14.0+
|
||||
• Supports multiple Islamic calendar variants
|
||||
• Responsive design for all screen sizes
|
||||
• Modern CSS3 with smooth animations
|
||||
• Enhanced JavaScript with error handling
|
||||
• Enhanced JavaScript with comprehensive error handling
|
||||
• Optimized for production environments
|
||||
|
||||
This module automatically adds Hijri date picker functionality below every standard date field in Odoo, providing users with an intuitive way to work with Islamic calendar dates.
|
||||
""",
|
||||
'author': 'Your Company',
|
||||
'website': 'https://www.yourcompany.com',
|
||||
'author': 'Expert Solutions',
|
||||
'website': 'https://www.exp-sa.com',
|
||||
'license': 'LGPL-3',
|
||||
'depends': ['web'],
|
||||
'data': [
|
||||
|
|
@ -55,20 +47,27 @@ This module automatically adds Hijri date picker functionality below every stand
|
|||
],
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
# ✅ CSS files
|
||||
'web_hijri_datepicker/static/src/scss/hijri_modern.css',
|
||||
'web_hijri_datepicker/static/src/scss/web_hijri_date.scss',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.plugin.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.all.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.plus.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.picker.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.islamic.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.islamic-ar.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.2.0/jquery.calendars.islamic-fa.js',
|
||||
|
||||
# ✅ FIXED: Using correct path 2.0.2 instead of 2.2.0
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.plugin.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.all.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.plus.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.picker.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.islamic.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.islamic-ar.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.calendars.package-2.0.2/jquery.calendars.islamic-fa.js',
|
||||
|
||||
# Time entry files
|
||||
'web_hijri_datepicker/static/lib/jquery.timeentry.package-2.0.1/jquery.timeentry.css',
|
||||
'web_hijri_datepicker/static/lib/jquery.timeentry.package-2.0.1/jquery.plugin.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.timeentry.package-2.0.1/jquery.timeentry.js',
|
||||
'web_hijri_datepicker/static/lib/jquery.timeentry.package-2.0.1/jquery.timeentry-ar.js',
|
||||
|
||||
# ✅ Our custom JavaScript
|
||||
'web_hijri_datepicker/static/src/js/web_hijri_date.js',
|
||||
],
|
||||
},
|
||||
|
|
@ -90,11 +89,11 @@ This module automatically adds Hijri date picker functionality below every stand
|
|||
'python': [],
|
||||
'bin': [],
|
||||
},
|
||||
'maintainers': ['Your Name'],
|
||||
'support': 'support@yourcompany.com',
|
||||
'maintainers': ['Expert Solutions Team'],
|
||||
'support': 'support@exp-sa.com',
|
||||
'price': 0,
|
||||
'currency': 'USD',
|
||||
'live_test_url': 'https://demo.yourcompany.com',
|
||||
'live_test_url': 'https://demo.exp-sa.com',
|
||||
'demo': [],
|
||||
'test': [],
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue