forked from OCA/delivery-carrier
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request OCA#96 from yvaucher/import-bauprojekt
Import bauprojekt
- Loading branch information
Showing
9 changed files
with
6,493 additions
and
16 deletions.
There are no files selected for viewing
3,364 changes: 3,364 additions & 0 deletions
3,364
Scenario/OERPScenario.local/data/setup/building.project.csv
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,697 changes: 1,697 additions & 0 deletions
1,697
Scenario/OERPScenario.local/data/setup/crm.phonecall.csv
Large diffs are not rendered by default.
Oops, something went wrong.
297 changes: 297 additions & 0 deletions
297
Scenario/OERPScenario.local/data/setup/dummy.opportunity.csv
Large diffs are not rendered by default.
Oops, something went wrong.
572 changes: 572 additions & 0 deletions
572
Scenario/OERPScenario.local/data/setup/dummy.opportunity2.csv
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,3 +30,12 @@ scenario.res_users_ish,ish,Shtanaj,Ilir,changeme,de_DE,,base.ch,Europe/Zurich,sc | |
scenario.res_users_rwa,rwa,Wälchli,Roman,changeme,de_DE,,base.ch,Europe/Zurich,scenario.group_slx_base | ||
scenario.res_users_swe,swe,Weber,Stefan,changeme,de_DE,[email protected],base.ch,Europe/Zurich,scenario.group_slx_base | ||
scenario.res_users_vzu,vzu,Zullino,Valentina,changeme,de_DE,[email protected],base.ch,Europe/Zurich,scenario.group_slx_base | ||
scenario.res_users_bla,bla,Langenegger,Bruno,changeme,de_DE,,base.ch,Europe/Zurich, | ||
scenario.res_users_mca,mca,Careddu,Massimo,changeme,de_DE,,base.ch,Europe/Zurich, | ||
scenario.res_users_cmu,cmu,Müller,Christoph,changeme,de_DE,[email protected],base.ch,Europe/Zurich, | ||
scenario.res_users_pwi,pwi,Wietlisbach,Patrick,changeme,de_DE,,base.ch,Europe/Zurich, | ||
scenario.res_users_snu,snu,Mohammed Nure,Saad,changeme,de_DE,[email protected],base.ch,Europe/Zurich, | ||
scenario.res_users_sfi,sfi,Fischer,Sandra,changeme,de_DE,,base.ch,Europe/Zurich, | ||
scenario.res_users_nem,nem,Emge,Nina,changeme,de_DE,[email protected],base.ch,Europe/Zurich, | ||
scenario.res_users_oru,oru,Rüegg,Oliver,changeme,de_DE,[email protected],base.ch,Europe/Zurich, | ||
scenario.res_users_afo,afo,Förster,Alan,changeme,de_DE,[email protected],base.ch,Europe/Zurich, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
specific-parts/specific-addons/specific_building_project/data/building_project_stage.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
specific-parts/specific-addons/specific_building_project/data/building_project_type.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
<?xml version="1.0"?> | ||
<odoo> | ||
<record model="building.project.type" id="building_project_type_office"> | ||
<record model="building.project.type" id="type_office"> | ||
<field name="name">Büro / Verwaltung / Behörden</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_public"> | ||
<record model="building.project.type" id="type_public"> | ||
<field name="name">Öffentliche Bauten, Kultur</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_house"> | ||
<record model="building.project.type" id="type_house"> | ||
<field name="name">Wohnbauten</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_industy"> | ||
<record model="building.project.type" id="type_industy"> | ||
<field name="name">Industrie und Gewerbe</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_hospital"> | ||
<record model="building.project.type" id="type_hospital"> | ||
<field name="name">Spitälter und Heime</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_school"> | ||
<record model="building.project.type" id="type_school"> | ||
<field name="name">Shulen und Universitäten</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_mall"> | ||
<record model="building.project.type" id="type_mall"> | ||
<field name="name">Einkaufszentren</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_hotel"> | ||
<record model="building.project.type" id="type_hotel"> | ||
<field name="name">Gastronomie und Hotellerie</field> | ||
</record> | ||
<record model="building.project.type" id="building_project_type_bank"> | ||
<record model="building.project.type" id="type_bank"> | ||
<field name="name">Banken und Versicherungen</field> | ||
</record> | ||
</odoo> |