diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..c022e4133 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "restructuredtext.confPath": "" +} \ No newline at end of file diff --git a/web_widget_dropdown_dynamic/README.rst b/web_widget_dropdown_dynamic/README.rst index 855360081..3fe7ae0aa 100644 --- a/web_widget_dropdown_dynamic/README.rst +++ b/web_widget_dropdown_dynamic/README.rst @@ -23,7 +23,7 @@ Dynamic Dropdown Widget :target: https://runbot.odoo-community.org/runbot/162/11.0 :alt: Try me on Runbot -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Dynamic dropdown widget that supports resolving options from backend of: @@ -89,12 +89,14 @@ Credits Authors ~~~~~~~ -* Brainbean Apps OU +* CorporateHub Contributors ~~~~~~~~~~~~ -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh Maintainers ~~~~~~~~~~~ diff --git a/web_widget_dropdown_dynamic/__manifest__.py b/web_widget_dropdown_dynamic/__manifest__.py index 378ded886..c4c580651 100644 --- a/web_widget_dropdown_dynamic/__manifest__.py +++ b/web_widget_dropdown_dynamic/__manifest__.py @@ -1,4 +1,5 @@ # Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { 'name': 'Dynamic Dropdown Widget', @@ -7,7 +8,7 @@ 'version': '11.0.1.0.0', 'license': 'AGPL-3', 'author': - 'Brainbean Apps OU, ' + 'CorporateHub, ' 'Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web/', 'depends': [ diff --git a/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst b/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst index 1c6a35a1e..724bc1d03 100644 --- a/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst +++ b/web_widget_dropdown_dynamic/readme/CONTRIBUTORS.rst @@ -1 +1,3 @@ -* Alexey Pelykh +* `CorporateHub `__ + + * Alexey Pelykh diff --git a/web_widget_dropdown_dynamic_example/__manifest__.py b/web_widget_dropdown_dynamic_example/__manifest__.py index a12c33e24..203f0e6df 100644 --- a/web_widget_dropdown_dynamic_example/__manifest__.py +++ b/web_widget_dropdown_dynamic_example/__manifest__.py @@ -1,4 +1,5 @@ # Copyright 2019-2020 Brainbean Apps (https://brainbeanapps.com) +# Copyright 2020 CorporateHub (https://corporatehub.eu) # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { 'name': 'Dynamic Dropdown Widget: Example', @@ -7,7 +8,7 @@ 'version': '11.0.1.0.0', 'license': 'AGPL-3', 'author': - 'Brainbean Apps OU, ' + 'CorporateHub, ' 'Odoo Community Association (OCA)', 'website': 'https://github.com/OCA/web/', 'depends': [