From e47a7103c7289ea13f30d37498da534a3a37d95d Mon Sep 17 00:00:00 2001 From: bachir souldi Date: Sun, 2 Oct 2022 15:16:36 +0100 Subject: [PATCH] add Invoice approach & parent comment --- .../axelor-open-suite/axelor-account/build.gradle | 2 +- .../src/main/resources/domains/ImportationFolder.xml | 1 + .../src/main/resources/domains/ImportationFolder.xml | 2 +- .../src/main/resources/domains/Invoice.xml | 12 ++++++++++++ ...{ImortationComment.xml => importationComment.xml} | 5 +++-- 5 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/Invoice.xml rename modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/{ImortationComment.xml => importationComment.xml} (63%) diff --git a/modules/axelor-open-suite/axelor-account/build.gradle b/modules/axelor-open-suite/axelor-account/build.gradle index 3b542c51..e1379c23 100644 --- a/modules/axelor-open-suite/axelor-account/build.gradle +++ b/modules/axelor-open-suite/axelor-account/build.gradle @@ -14,7 +14,7 @@ axelor { dependencies { compile project(":modules:axelor-base") - + compile project(":modules:axelor-purchase") compile 'xalan:xalan:2.7.2' compile group: 'jdom', name: 'jdom', version: '1.1' diff --git a/modules/axelor-open-suite/axelor-account/src/main/resources/domains/ImportationFolder.xml b/modules/axelor-open-suite/axelor-account/src/main/resources/domains/ImportationFolder.xml index 7e0dfa3a..aa620038 100644 --- a/modules/axelor-open-suite/axelor-account/src/main/resources/domains/ImportationFolder.xml +++ b/modules/axelor-open-suite/axelor-account/src/main/resources/domains/ImportationFolder.xml @@ -7,5 +7,6 @@ + \ No newline at end of file diff --git a/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImportationFolder.xml b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImportationFolder.xml index 79b0d887..f18af81e 100644 --- a/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImportationFolder.xml +++ b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImportationFolder.xml @@ -68,7 +68,7 @@ - + diff --git a/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/Invoice.xml b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/Invoice.xml new file mode 100644 index 00000000..158366ec --- /dev/null +++ b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/Invoice.xml @@ -0,0 +1,12 @@ + + + + + + + + + + diff --git a/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImortationComment.xml b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/importationComment.xml similarity index 63% rename from modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImortationComment.xml rename to modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/importationComment.xml index 870dd4f7..21443c06 100644 --- a/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/ImortationComment.xml +++ b/modules/axelor-open-suite/axelor-purchase/src/main/resources/domains/importationComment.xml @@ -4,9 +4,10 @@ - + - + +