add Invoice approach & parent comment
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user