add Invoice approach & parent comment

This commit is contained in:
2022-10-02 15:16:36 +01:00
parent 5c3d39c341
commit e47a7103c7
5 changed files with 18 additions and 4 deletions

View File

@@ -7,5 +7,6 @@
<entity name="ImportationFolder" lang="java">
<many-to-one name="paymentMode" ref="com.axelor.apps.account.db.PaymentMode" title="Payment mode"/>
<many-to-one name="paymentCondition" ref="com.axelor.apps.account.db.PaymentCondition" title="Payment condition"/>
<one-to-many name="invoices" ref="com.axelor.apps.account.db.Invoice" title="Importation Folder" mappedBy="importationFolder" />
</entity>
</domain-models>