-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] option for self-signed cert in configs.xml
[IMP] added network log along with odoo debug trace in Prompt Report dialog [IMP] other minor improvements
- Loading branch information
Kasim Rangwala
committed
Feb 24, 2019
1 parent
c9a1dc4
commit 1aa9967
Showing
14 changed files
with
184 additions
and
33 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -18,6 +18,9 @@ | |
<!-- set your database --> | ||
<string name="pre_config_database_name" translatable="false">db_v11</string> | ||
|
||
<!-- if your server is using self signed certificate for using HTTPS protocol then set self_signed_cert to true --> | ||
<bool name="self_signed_cert">false</bool> | ||
|
||
<!-- Compatible Odoo versions --> | ||
<!-- Any other Odoo versions which are not in the array are considered as incompatible versions. --> | ||
<string-array name="supported_odoo_versions"> | ||
|
@@ -39,6 +42,12 @@ | |
<!-- organization email --> | ||
<string name="preference_contact_summary" translatable="false">[email protected]</string> | ||
|
||
<!-- To add a new language: --> | ||
<!-- 1) Add language name & language code below --> | ||
<!-- 2) Reference language name to the languages array --> | ||
<!-- 3) Reference language code to the languages_codes array --> | ||
<!-- 4) Add strings.xml for that language --> | ||
|
||
<!-- language --> | ||
<string name="language_spanish" translatable="false">Español (experimental)</string> | ||
<string name="language_code_spanish" translatable="false">es</string> | ||
|
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
Oops, something went wrong.