تحديث Manifest: إضافة التحديث التلقائي ووصف محسن

This commit is contained in:
Mohamed Eltayar 2025-09-01 00:23:06 +03:00
parent 06924706ad
commit a356c664e2
1 changed files with 24 additions and 10 deletions

View File

@ -1,34 +1,48 @@
{
'name': 'SAR Symbol Font | Saudi Currency Symbol | Riyal Saudi Icon',
'version': '14.0.2.0.0',
'version': '14.0.2.1.0',
'category': 'Accounting',
'summary': 'Add the new Saudi Riyal (SAR) symbol to your Odoo system',
'summary': 'Add the new Saudi Riyal (SAR) symbol to your Odoo system with automatic setup',
'description': """
SAR Symbol Font for Odoo
رمز الريال السعودي اودو Odoo
=======================
This module adds the new Saudi Riyal () symbol to your Odoo system interfaces, including:
This module adds the new Saudi Riyal (ر.س) symbol to your Odoo system interfaces, including:
* PDF Reports
* Point of Sale Interface
* Invoices
* All system views
* Automatic currency symbol update
After installing this module, copy the symbol () and paste it in the currency symbol field
for the Saudi Riyal (SAR) currency in: Accounting > Configuration > Accounting > Currencies.
Features:
=========
Automatic installation - no manual setup required
Compatible with custom themes (uses inherit fonts)
Clean implementation without font conflicts
Supports both Arabic and English interfaces
Note: Please ensure there are no other font-family customizations in your system views and invoices
that might conflict with this module.
Installation:
=============
Simply install the module and the Saudi Riyal symbol will be automatically
applied to your currency settings.
Technical Notes:
================
- Uses dedicated sar-symbol font for the new Saudi Riyal symbol
- Compatible with custom backend themes
- Optimized for performance and minimal conflicts
""",
'author': 'bst-inn, Amro00743',
'author': 'bst-inn, Amro00743, Expert SA',
"support": "amro00743@gmail.com",
'website': 'https://www.linkedin.com/in/amro00743/',
'license': 'LGPL-3',
'price': 0.0,
'currency': 'USD',
'depends': ['base','web'],
'depends': ['base', 'web'],
'data': [
'data/res_currency_data.xml',
'views/assets.xml',
],
'images': ['static/description/banner.png'],
@ -36,4 +50,4 @@ that might conflict with this module.
'auto_install': False,
'application': False,
'license': 'LGPL-3',
}
}