add comments to importation folder

This commit is contained in:
2022-09-18 15:01:57 +01:00
parent cfdd98edda
commit 5c62ecbda3
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<domain-models xmlns="http://axelor.com/xml/ns/domain-models"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://axelor.com/xml/ns/domain-models http://axelor.com/xml/ns/domain-models/domain-models_5.2.xsd">
<module name="purchase" package="com.axelor.apps.purchase.db"/>
<entity name="ImportationComment" sequential="true" lang="java">
<string name="comments" large="true" multiline="true" title="Note"/>
<string name="step" title="Step" selection="purchase.importation.folder.status.select" />
</entity>
</domain-models>

View File

@@ -4,8 +4,6 @@
<module name="purchase" package="com.axelor.apps.purchase.db"/> <module name="purchase" package="com.axelor.apps.purchase.db"/>
<sequence name="importation.seq" initial="1" increment="1" padding="5" prefix="DOSIMP"/>
<entity name="ImportationDocument" sequential="true" lang="java"> <entity name="ImportationDocument" sequential="true" lang="java">
<many-to-one name="docFile" ref="com.axelor.meta.db.MetaFile" title="Doc file" /> <many-to-one name="docFile" ref="com.axelor.meta.db.MetaFile" title="Doc file" />

View File

@@ -56,6 +56,7 @@
<boolean name="reception_magasin_status" title="Store received statut" /> <boolean name="reception_magasin_status" title="Store received statut" />
<one-to-many name="importationDocumentList" ref="ImportationDocument" title="Information document" /> <one-to-many name="importationDocumentList" ref="ImportationDocument" title="Information document" />
<one-to-many name="importationCommentList" ref="ImportationComment" title="Comments" />
<date name="date_liquidation_invoice" title="Date liquidation facture" /> <date name="date_liquidation_invoice" title="Date liquidation facture" />