v1.0.11 - Plugin BCV Exchange Rate para iDempiere v10

This commit is contained in:
2026-07-03 15:00:31 -04:00
commit e9c19b4b3b
16 changed files with 1700 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
name="com.venezuela.bcvrate.factory.BCVProcessFactory"
immediate="true">
<implementation class="com.venezuela.bcvrate.factory.BCVProcessFactory"/>
<service>
<provide interface="org.adempiere.base.IProcessFactory"/>
</service>
<property name="service.ranking" type="Integer" value="100"/>
<property name="component.name" type="String" value="com.venezuela.bcvrate.factory.BCVProcessFactory"/>
</scr:component>