diff --git a/README.md b/README.md index 956011c88..9790ee126 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Odoo documentation +# Documentation ## Build the documentation locally diff --git a/content/contributing.rst b/content/contributing.rst index dc141711f..1cfbdc273 100644 --- a/content/contributing.rst +++ b/content/contributing.rst @@ -52,11 +52,11 @@ lists the most important of them. * :doc:`How-to guides ` - Developers with experience in Python and web development * - Contribute to the documentation - - Submit corrections and improvements to the Odoo documentation. The product evolves fast, and + - Submit corrections and improvements to the Documentation. The product evolves fast, and it can be challenging to consistently reflect these changes in the documentation. By updating the documentation, you can help many users find their way in Odoo. - * :doc:`Guide: Contributing to the documentation ` - - Anyone interested in improving the Odoo documentation + - Anyone interested in improving the Documentation * - Create custom modules - Develop new modules to extend the functionality of Odoo. Custom modules can be made available for free or paid on the Odoo App Store or on any other Odoo modules library. By creating diff --git a/content/developer/howtos/website_themes/pages.rst b/content/developer/howtos/website_themes/pages.rst index 0e3299a2b..c5b09c0b0 100644 --- a/content/developer/howtos/website_themes/pages.rst +++ b/content/developer/howtos/website_themes/pages.rst @@ -93,7 +93,7 @@ Alternatively, replace the default content of these pages using XPath. .. seealso:: - `Odoo eLearning: Search Engine Optimization (SEO) `_ - - :doc:`Odoo Documentation on SEO <../../../applications/websites/website/pages/seo>` + - :doc:`Documentation on SEO <../../../applications/websites/website/pages/seo>` Theme pages =========== diff --git a/content/index.rst b/content/index.rst index 952a7a6a7..1300eba6d 100644 --- a/content/index.rst +++ b/content/index.rst @@ -1,7 +1,7 @@ :nosearch: ================== -Odoo Documentation +Documentation ================== diff --git a/extensions/odoo_theme/layout_templates/footer.html b/extensions/odoo_theme/layout_templates/footer.html index d60af502e..c9b860c5a 100644 --- a/extensions/odoo_theme/layout_templates/footer.html +++ b/extensions/odoo_theme/layout_templates/footer.html @@ -2,8 +2,8 @@
diff --git a/extensions/odoo_theme/layout_templates/header.html b/extensions/odoo_theme/layout_templates/header.html index 9f5496978..1712e0181 100644 --- a/extensions/odoo_theme/layout_templates/header.html +++ b/extensions/odoo_theme/layout_templates/header.html @@ -2,7 +2,7 @@
diff --git a/extensions/odoo_theme/layout_templates/homepage.html b/extensions/odoo_theme/layout_templates/homepage.html index 09df56e4c..5a5484afa 100644 --- a/extensions/odoo_theme/layout_templates/homepage.html +++ b/extensions/odoo_theme/layout_templates/homepage.html @@ -1,6 +1,6 @@
-

{{ _("Odoo Documentation") }}

+

{{ _("Documentation") }}

diff --git a/extensions/odoo_theme/static/img/favicon.ico b/extensions/odoo_theme/static/img/favicon.ico index 961390fdd..3d02605c4 100644 Binary files a/extensions/odoo_theme/static/img/favicon.ico and b/extensions/odoo_theme/static/img/favicon.ico differ diff --git a/extensions/odoo_theme/static/img/logos/odoo_logo.png b/extensions/odoo_theme/static/img/logos/odoo_logo.png index 1dfd0c774..d9b8c0297 100644 Binary files a/extensions/odoo_theme/static/img/logos/odoo_logo.png and b/extensions/odoo_theme/static/img/logos/odoo_logo.png differ diff --git a/extensions/odoo_theme/static/img/logos/odoo_logo.svg b/extensions/odoo_theme/static/img/logos/odoo_logo.svg index 9d458600a..81f332723 100644 --- a/extensions/odoo_theme/static/img/logos/odoo_logo.svg +++ b/extensions/odoo_theme/static/img/logos/odoo_logo.svg @@ -1,21 +1,9 @@ - - - - - - - - - + + Layer_1 + + + + + + \ No newline at end of file diff --git a/extensions/odoo_theme/static/img/logos/odoo_logo_small.png b/extensions/odoo_theme/static/img/logos/odoo_logo_small.png index 56bd7b1ff..2ef13aab5 100644 Binary files a/extensions/odoo_theme/static/img/logos/odoo_logo_small.png and b/extensions/odoo_theme/static/img/logos/odoo_logo_small.png differ diff --git a/extensions/odoo_theme/static/img/logos/old/odoo_logo.png b/extensions/odoo_theme/static/img/logos/old/odoo_logo.png new file mode 100644 index 000000000..1dfd0c774 Binary files /dev/null and b/extensions/odoo_theme/static/img/logos/old/odoo_logo.png differ diff --git a/extensions/odoo_theme/static/img/logos/old/odoo_logo.svg b/extensions/odoo_theme/static/img/logos/old/odoo_logo.svg new file mode 100644 index 000000000..9d458600a --- /dev/null +++ b/extensions/odoo_theme/static/img/logos/old/odoo_logo.svg @@ -0,0 +1,21 @@ + + + + + + + + + diff --git a/extensions/odoo_theme/static/img/logos/old/odoo_logo_small.png b/extensions/odoo_theme/static/img/logos/old/odoo_logo_small.png new file mode 100644 index 000000000..56bd7b1ff Binary files /dev/null and b/extensions/odoo_theme/static/img/logos/old/odoo_logo_small.png differ diff --git a/extensions/odoo_theme/static/scss/bootstrap_overridden.scss b/extensions/odoo_theme/static/scss/bootstrap_overridden.scss index 061516307..20c1573f1 100644 --- a/extensions/odoo_theme/static/scss/bootstrap_overridden.scss +++ b/extensions/odoo_theme/static/scss/bootstrap_overridden.scss @@ -15,7 +15,7 @@ $gray-700: #707070 !default; $gray-800: #343A40 !default; $gray-900: #282F33 !default; -$blue: #77b5d1; +$blue: #186AFE; $purple: #714B67; $cyan: #0dcaf0; $red: #D9534F; @@ -23,8 +23,8 @@ $orange: #f39c1e; $green: #519161; $teal: #017e84; -$primary: $teal; -$secondary: $purple; +$primary: $blue; +$secondary: $blue; $light: $gray-100; $dark: $gray-900; $success: $green; @@ -32,6 +32,7 @@ $info: $blue; $warning: $orange; $danger: $red; + // Fonts // Font, line-height, and color for body text, headings, and more. $font-family-sans-serif: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif !default; diff --git a/locale/ar/LC_MESSAGES/index.po b/locale/ar/LC_MESSAGES/index.po index 363add6c8..32c0f7ae9 100644 --- a/locale/ar/LC_MESSAGES/index.po +++ b/locale/ar/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "وثائق أودو " diff --git a/locale/cs/LC_MESSAGES/index.po b/locale/cs/LC_MESSAGES/index.po index bf8b80b0e..3cb5d468c 100644 --- a/locale/cs/LC_MESSAGES/index.po +++ b/locale/cs/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/da/LC_MESSAGES/index.po b/locale/da/LC_MESSAGES/index.po index f6412ac3f..20064a461 100644 --- a/locale/da/LC_MESSAGES/index.po +++ b/locale/da/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:3 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/de/LC_MESSAGES/index.po b/locale/de/LC_MESSAGES/index.po index 34a22d1f1..2b46f547e 100644 --- a/locale/de/LC_MESSAGES/index.po +++ b/locale/de/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo Dokumentation" diff --git a/locale/es/LC_MESSAGES/index.po b/locale/es/LC_MESSAGES/index.po index 3e5467b46..478b943ee 100644 --- a/locale/es/LC_MESSAGES/index.po +++ b/locale/es/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentación de Odoo" diff --git a/locale/es_419/LC_MESSAGES/index.po b/locale/es_419/LC_MESSAGES/index.po index df5bf9062..45e82ffbd 100644 --- a/locale/es_419/LC_MESSAGES/index.po +++ b/locale/es_419/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentación de Odoo" diff --git a/locale/fi/LC_MESSAGES/index.po b/locale/fi/LC_MESSAGES/index.po index 4a68c9c74..d9f5f8b23 100644 --- a/locale/fi/LC_MESSAGES/index.po +++ b/locale/fi/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo dokumentaatio" diff --git a/locale/fr/LC_MESSAGES/index.po b/locale/fr/LC_MESSAGES/index.po index 2dcbc2755..2922bdf84 100644 --- a/locale/fr/LC_MESSAGES/index.po +++ b/locale/fr/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentation Odoo" diff --git a/locale/he/LC_MESSAGES/index.po b/locale/he/LC_MESSAGES/index.po index 2812aafab..890713449 100644 --- a/locale/he/LC_MESSAGES/index.po +++ b/locale/he/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/he/LC_MESSAGES/sales.po b/locale/he/LC_MESSAGES/sales.po index 01875875a..0f8dd1fd5 100644 --- a/locale/he/LC_MESSAGES/sales.po +++ b/locale/he/LC_MESSAGES/sales.po @@ -14488,7 +14488,7 @@ msgid "" "Set up 2+ *linked* products (noted in the :guilabel:`Product` field of the " ":abbr:`BoM (Bill of Materials)`, one for each eBay listing. The product type" " will be determined by the company's accounting settings, as explained in " -"the Odoo documentation. Highlighted in yellow below, each product should " +"the Documentation. Highlighted in yellow below, each product should " "have a :guilabel:`BoM type` equal to :guilabel:`Kit` and have the base " "product as a :guilabel:`Component` of the kit. When this linked eBay product" " is sold, the delivery order created will have the base product listed in " diff --git a/locale/hi/LC_MESSAGES/index.po b/locale/hi/LC_MESSAGES/index.po index 42c38362e..6fd5dc26f 100644 --- a/locale/hi/LC_MESSAGES/index.po +++ b/locale/hi/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/hi/LC_MESSAGES/sales.po b/locale/hi/LC_MESSAGES/sales.po index 55cb740b8..1562291de 100644 --- a/locale/hi/LC_MESSAGES/sales.po +++ b/locale/hi/LC_MESSAGES/sales.po @@ -14475,7 +14475,7 @@ msgid "" "Set up 2+ *linked* products (noted in the :guilabel:`Product` field of the " ":abbr:`BoM (Bill of Materials)`, one for each eBay listing. The product type" " will be determined by the company's accounting settings, as explained in " -"the Odoo documentation. Highlighted in yellow below, each product should " +"the Documentation. Highlighted in yellow below, each product should " "have a :guilabel:`BoM type` equal to :guilabel:`Kit` and have the base " "product as a :guilabel:`Component` of the kit. When this linked eBay product" " is sold, the delivery order created will have the base product listed in " diff --git a/locale/id/LC_MESSAGES/index.po b/locale/id/LC_MESSAGES/index.po index deb266c5e..b25866f66 100644 --- a/locale/id/LC_MESSAGES/index.po +++ b/locale/id/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/it/LC_MESSAGES/index.po b/locale/it/LC_MESSAGES/index.po index d47c50d23..73ae904fe 100644 --- a/locale/it/LC_MESSAGES/index.po +++ b/locale/it/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentazione Odoo" diff --git a/locale/ja/LC_MESSAGES/index.po b/locale/ja/LC_MESSAGES/index.po index 5eb9abba2..72c6c759e 100644 --- a/locale/ja/LC_MESSAGES/index.po +++ b/locale/ja/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odooドキュメンテーション" diff --git a/locale/ko/LC_MESSAGES/index.po b/locale/ko/LC_MESSAGES/index.po index a3cafe9c0..13884118c 100644 --- a/locale/ko/LC_MESSAGES/index.po +++ b/locale/ko/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo 참고 문서" diff --git a/locale/lt/LC_MESSAGES/index.po b/locale/lt/LC_MESSAGES/index.po index 9051ee47a..3ea817c70 100644 --- a/locale/lt/LC_MESSAGES/index.po +++ b/locale/lt/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/nl/LC_MESSAGES/index.po b/locale/nl/LC_MESSAGES/index.po index cee321ae0..4a337327b 100644 --- a/locale/nl/LC_MESSAGES/index.po +++ b/locale/nl/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo Documentatie" diff --git a/locale/pl/LC_MESSAGES/index.po b/locale/pl/LC_MESSAGES/index.po index 84d7e6029..d7747ab75 100644 --- a/locale/pl/LC_MESSAGES/index.po +++ b/locale/pl/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Dokumentacja Odoo" diff --git a/locale/pt_BR/LC_MESSAGES/index.po b/locale/pt_BR/LC_MESSAGES/index.po index 1c6961e01..5bfdc53e4 100644 --- a/locale/pt_BR/LC_MESSAGES/index.po +++ b/locale/pt_BR/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentação do Odoo" diff --git a/locale/ro/LC_MESSAGES/index.po b/locale/ro/LC_MESSAGES/index.po index ebd320b77..6c7ea4e58 100644 --- a/locale/ro/LC_MESSAGES/index.po +++ b/locale/ro/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Documentație Odoo" diff --git a/locale/ru/LC_MESSAGES/index.po b/locale/ru/LC_MESSAGES/index.po index dd9ec4827..0f546a08e 100644 --- a/locale/ru/LC_MESSAGES/index.po +++ b/locale/ru/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" #: ../../content/index.rst:3 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/sl/LC_MESSAGES/index.po b/locale/sl/LC_MESSAGES/index.po index 3227b13c0..b89571c13 100644 --- a/locale/sl/LC_MESSAGES/index.po +++ b/locale/sl/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/sl/LC_MESSAGES/sales.po b/locale/sl/LC_MESSAGES/sales.po index 07b607b57..4e1892f5e 100644 --- a/locale/sl/LC_MESSAGES/sales.po +++ b/locale/sl/LC_MESSAGES/sales.po @@ -14483,7 +14483,7 @@ msgid "" "Set up 2+ *linked* products (noted in the :guilabel:`Product` field of the " ":abbr:`BoM (Bill of Materials)`, one for each eBay listing. The product type" " will be determined by the company's accounting settings, as explained in " -"the Odoo documentation. Highlighted in yellow below, each product should " +"the Documentation. Highlighted in yellow below, each product should " "have a :guilabel:`BoM type` equal to :guilabel:`Kit` and have the base " "product as a :guilabel:`Component` of the kit. When this linked eBay product" " is sold, the delivery order created will have the base product listed in " diff --git a/locale/sources/contributing.pot b/locale/sources/contributing.pot index 1cb12dc8b..7d28b20f3 100644 --- a/locale/sources/contributing.pot +++ b/locale/sources/contributing.pot @@ -130,7 +130,7 @@ msgid "Contribute to the documentation" msgstr "" #: ../../content/contributing.rst:55 -msgid "Submit corrections and improvements to the Odoo documentation. The product evolves fast, and it can be challenging to consistently reflect these changes in the documentation. By updating the documentation, you can help many users find their way in Odoo." +msgid "Submit corrections and improvements to the Documentation. The product evolves fast, and it can be challenging to consistently reflect these changes in the documentation. By updating the documentation, you can help many users find their way in Odoo." msgstr "" #: ../../content/contributing.rst:58 @@ -138,7 +138,7 @@ msgid ":doc:`Guide: Contributing to the documentation `" +msgid ":doc:`Documentation on SEO <../../../applications/websites/website/pages/seo>`" msgstr "" #: ../../content/developer/howtos/website_themes/pages.rst:99 diff --git a/locale/sources/index.pot b/locale/sources/index.pot index 8bd128c27..a3e48f63a 100644 --- a/locale/sources/index.pot +++ b/locale/sources/index.pot @@ -17,5 +17,5 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/sv/LC_MESSAGES/index.po b/locale/sv/LC_MESSAGES/index.po index 830e7ebbf..cc9c5d6db 100644 --- a/locale/sv/LC_MESSAGES/index.po +++ b/locale/sv/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo-dokumentation" diff --git a/locale/th/LC_MESSAGES/index.po b/locale/th/LC_MESSAGES/index.po index e8db3ca55..9cb9e975b 100644 --- a/locale/th/LC_MESSAGES/index.po +++ b/locale/th/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo เอกสาร" diff --git a/locale/uk/LC_MESSAGES/index.po b/locale/uk/LC_MESSAGES/index.po index d331794e4..a9f781cca 100644 --- a/locale/uk/LC_MESSAGES/index.po +++ b/locale/uk/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/locale/uk/LC_MESSAGES/sales.po b/locale/uk/LC_MESSAGES/sales.po index d70b53b67..275623d0c 100644 --- a/locale/uk/LC_MESSAGES/sales.po +++ b/locale/uk/LC_MESSAGES/sales.po @@ -14507,7 +14507,7 @@ msgid "" "Set up 2+ *linked* products (noted in the :guilabel:`Product` field of the " ":abbr:`BoM (Bill of Materials)`, one for each eBay listing. The product type" " will be determined by the company's accounting settings, as explained in " -"the Odoo documentation. Highlighted in yellow below, each product should " +"the Documentation. Highlighted in yellow below, each product should " "have a :guilabel:`BoM type` equal to :guilabel:`Kit` and have the base " "product as a :guilabel:`Component` of the kit. When this linked eBay product" " is sold, the delivery order created will have the base product listed in " diff --git a/locale/vi/LC_MESSAGES/developer.po b/locale/vi/LC_MESSAGES/developer.po index 5259304c8..f0c66ecbf 100644 --- a/locale/vi/LC_MESSAGES/developer.po +++ b/locale/vi/LC_MESSAGES/developer.po @@ -4091,7 +4091,7 @@ msgid "`Odoo eLearning: Search Engine Optimization (SEO) `" +msgid ":doc:`Documentation on SEO <../../../applications/websites/website/pages/seo>`" msgstr "" #: ../../content/developer/howtos/website_themes/pages.rst:99 diff --git a/locale/vi/LC_MESSAGES/index.po b/locale/vi/LC_MESSAGES/index.po index 90cd7efb6..13db82bf8 100644 --- a/locale/vi/LC_MESSAGES/index.po +++ b/locale/vi/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" -msgstr "Odoo Tài liệu" +msgid "Documentation" +msgstr "Tài liệu" diff --git a/locale/zh_CN/LC_MESSAGES/index.po b/locale/zh_CN/LC_MESSAGES/index.po index 5687094f4..2b2a66ada 100644 --- a/locale/zh_CN/LC_MESSAGES/index.po +++ b/locale/zh_CN/LC_MESSAGES/index.po @@ -22,5 +22,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "Odoo 用戶文档" diff --git a/locale/zh_TW/LC_MESSAGES/index.po b/locale/zh_TW/LC_MESSAGES/index.po index ea5828cc2..3c31253f8 100644 --- a/locale/zh_TW/LC_MESSAGES/index.po +++ b/locale/zh_TW/LC_MESSAGES/index.po @@ -18,5 +18,5 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" #: ../../content/index.rst:5 -msgid "Odoo Documentation" +msgid "Documentation" msgstr "" diff --git a/test.sh b/test.sh new file mode 100755 index 000000000..35e712b8e --- /dev/null +++ b/test.sh @@ -0,0 +1,44 @@ +#!/bin/bash + +# Check if correct number of arguments is provided +if [ "$#" -ne 2 ]; then + echo "Usage: $0 " + exit 1 +fi + +SOURCE_DIR="$1" +DEST_DIR="$2" + +# Check if source directory exists +if [ ! -d "$SOURCE_DIR" ]; then + echo "Error: Source directory '$SOURCE_DIR' does not exist" + exit 1 +fi + +# Create destination directory if it doesn't exist +mkdir -p "$DEST_DIR" + +# Find all .rst files and process them +find "$SOURCE_DIR" -type f -name "*.rst" | while read -r rst_file; do + # Get the relative path from source directory + relative_path="${rst_file#$SOURCE_DIR/}" + + # Create the output filename by replacing .rst with .md + md_file="$DEST_DIR/${relative_path%.rst}.md" + + # Create the output directory structure + mkdir -p "$(dirname "$md_file")" + + echo "Converting: $rst_file -> $md_file" + + # Convert the file using pandoc + pandoc "$rst_file" -f rst -t markdown -o "$md_file" + + if [ $? -eq 0 ]; then + echo "Successfully converted: $relative_path" + else + echo "Error converting: $relative_path" + fi +done + +echo "Conversion complete!" \ No newline at end of file