initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<csv-inputs xmlns="http://axelor.com/xml/ns/data-import"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://axelor.com/xml/ns/data-import http://axelor.com/xml/ns/data-import/data-import_5.2.xsd">
|
||||
|
||||
<input file="base_sequence.csv" separator=";" type="com.axelor.apps.base.db.Sequence" search="self.importId = :importId" call="com.axelor.csv.script.SequenceScript:computeFullname">
|
||||
<bind to="yearlyResetOk" column="yearlyResetOk" eval="yearlyResetOk == '1' ? true : false"/>
|
||||
<bind to="nextNum" column="nextNum" eval="nextNum?.empty ? '1' : nextNum"/>
|
||||
<bind to="padding" column="padding" eval="padding?.empty ? '1' : padding"/>
|
||||
<bind to="toBeAdded" column="toBeAdded" eval="toBeAdded?.empty ? '1' : toBeAdded"/>
|
||||
</input>
|
||||
|
||||
</csv-inputs>
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
"code";"manageMultiBanks"
|
||||
"cash-management";"true"
|
||||
|
@@ -0,0 +1,2 @@
|
||||
"importId";"company.importId"
|
||||
1000;1
|
||||
|
@@ -0,0 +1,2 @@
|
||||
"code";"manageMultiBanks"
|
||||
"cash-management";"true"
|
||||
|
@@ -0,0 +1,2 @@
|
||||
"importId";"company.importId"
|
||||
1000;1
|
||||
|
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<csv-inputs xmlns="http://axelor.com/xml/ns/data-import"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://axelor.com/xml/ns/data-import http://axelor.com/xml/ns/data-import/data-import_5.2.xsd">
|
||||
|
||||
<input file="base_appCashManagement.csv" separator=";" type="com.axelor.apps.base.db.AppCashManagement" search="self.code = :code" update="true" />
|
||||
|
||||
</csv-inputs>
|
||||
|
||||
Reference in New Issue
Block a user