Créer une colonne projet

pour le module PurchaseRequest
This commit is contained in:
walid seghier
2022-05-24 08:55:16 +01:00
parent 6b2c87c964
commit 1fb51a427a

View File

@@ -0,0 +1,14 @@
<?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="PurchaseRequest" lang="java">
<many-to-one name="project" ref="com.axelor.apps.project.db.Project" title="Project" />
</entity>
</domain-models>