From a356c664e26f0cfc3393f0444a8faa467452b68f Mon Sep 17 00:00:00 2001 From: Mohamed Eltayar <152964073+maltayyar2@users.noreply.github.com> Date: Mon, 1 Sep 2025 00:23:06 +0300 Subject: [PATCH] =?UTF-8?q?=D8=AA=D8=AD=D8=AF=D9=8A=D8=AB=20Manifest:=20?= =?UTF-8?q?=D8=A5=D8=B6=D8=A7=D9=81=D8=A9=20=D8=A7=D9=84=D8=AA=D8=AD=D8=AF?= =?UTF-8?q?=D9=8A=D8=AB=20=D8=A7=D9=84=D8=AA=D9=84=D9=82=D8=A7=D8=A6=D9=8A?= =?UTF-8?q?=20=D9=88=D9=88=D8=B5=D9=81=20=D9=85=D8=AD=D8=B3=D9=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odex25_base/am_sar_symbol/__manifest__.py | 34 ++++++++++++++++------- 1 file changed, 24 insertions(+), 10 deletions(-) diff --git a/odex25_base/am_sar_symbol/__manifest__.py b/odex25_base/am_sar_symbol/__manifest__.py index f39333e0d..cebbdb56f 100644 --- a/odex25_base/am_sar_symbol/__manifest__.py +++ b/odex25_base/am_sar_symbol/__manifest__.py @@ -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', -} +} \ No newline at end of file