From 70597f362fbe41cf4fdb036e6d0d26424766ae3e Mon Sep 17 00:00:00 2001 From: ivan deng Date: Sun, 5 Dec 2021 22:05:42 +0800 Subject: [PATCH] add sale commission --- .idea/.gitignore | 8 + .idea/app-odoo.iml | 12 ++ .idea/deployment.xml | 140 ++++++++++++++++++ .../inspectionProfiles/profiles_settings.xml | 7 + .idea/misc.xml | 84 +++++++++++ .idea/modules.xml | 8 + .idea/vcs.xml | 6 + 7 files changed, 265 insertions(+) create mode 100644 .idea/.gitignore create mode 100644 .idea/app-odoo.iml create mode 100644 .idea/deployment.xml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..4ad9cf92 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/../../../../../:\PjWeb\o15.odooapp.cn\app-odoo\.idea/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/app-odoo.iml b/.idea/app-odoo.iml new file mode 100644 index 00000000..8b8c3954 --- /dev/null +++ b/.idea/app-odoo.iml @@ -0,0 +1,12 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml new file mode 100644 index 00000000..a5b613f2 --- /dev/null +++ b/.idea/deployment.xml @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 00000000..c60c33bb --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,7 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..66cd8125 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..28633367 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..94a25f7f --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file