- Mailing Lists
- Contributors
- Re: addon name length limit for weblate
Archives
- By thread 1472
-
By date
- August 2019 59
- September 2019 118
- October 2019 165
- November 2019 97
- December 2019 35
- January 2020 58
- February 2020 204
- March 2020 121
- April 2020 172
- May 2020 50
- June 2020 158
- July 2020 85
- August 2020 94
- September 2020 193
- October 2020 277
- November 2020 100
- December 2020 159
- January 2021 38
- February 2021 87
- March 2021 146
- April 2021 73
- May 2021 90
- June 2021 86
- July 2021 123
- August 2021 50
- September 2021 68
- October 2021 66
- November 2021 74
- December 2021 75
- January 2022 98
- February 2022 77
- March 2022 68
- April 2022 31
- May 2022 59
- June 2022 87
- July 2022 141
- August 2022 38
- September 2022 73
- October 2022 152
- November 2022 39
- December 2022 50
- January 2023 93
- February 2023 49
- March 2023 106
- April 2023 47
- May 2023 69
- June 2023 92
- July 2023 64
- August 2023 103
- September 2023 91
- October 2023 101
- November 2023 94
- December 2023 46
- January 2024 75
- February 2024 79
- March 2024 104
- April 2024 63
- May 2024 40
- June 2024 160
- July 2024 80
- August 2024 70
- September 2024 62
- October 2024 121
- November 2024 117
- December 2024 89
- January 2025 59
- February 2025 104
- March 2025 96
- April 2025 107
- May 2025 52
- June 2025 72
- July 2025 60
- August 2025 81
- September 2025 124
- October 2025 63
- November 2025 57
- December 2025 33
- January 2026 63
- February 2026 48
Contributors
contributors@odoo-community.org
Re: addon name length limit for weblate
python manage.py migrate
Yann PAPOUIN
Excellent!Check the following new check:And the following dummy PR to test it:El dom, 18 ene 2026 a la(s) 11:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi Moises,Nice!Here is the one that caused problem: stock-logistics-release-channel-18.0-sale_stock_release_channel_delivery_date_plan_shipment_lead_timeBest regards,-StéphaneOn Sun, Jan 18, 2026 at 6:41 PM Moises Lopez <notifications@odoo-community.org> wrote:Hi Stéphane,I can do the linter.Could you share me the result of a "addon_component_name" in order to know what words are considered (team/repo or only repo)?El dom, 18 ene 2026 a la(s) 10:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Yann Papouin - 05:36 - 19 Jan 2026
Reference
-
addon name length limit for weblate
Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane
by Stéphane Bidoul - 05:56 - 18 Jan 2026-
Re: addon name length limit for weblate
Component length is defined as a constant in https://github.com/WeblateOrg/weblate/blob/main/weblate/trans/defines.pyCOMPONENT_NAME_LENGTH = 100Since Weblate is a django application:python manage.py makemigrations
python manage.py migrateshould be enough to fix the issueThe main drawback is that it should be reapplied after each update--
Yann PAPOUINLe dim. 18 janv. 2026 à 19:56, Moises Lopez <notifications@odoo-community.org> a écrit :Excellent!Check the following new check:And the following dummy PR to test it:El dom, 18 ene 2026 a la(s) 11:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi Moises,Nice!Here is the one that caused problem: stock-logistics-release-channel-18.0-sale_stock_release_channel_delivery_date_plan_shipment_lead_timeBest regards,-StéphaneOn Sun, Jan 18, 2026 at 6:41 PM Moises Lopez <notifications@odoo-community.org> wrote:Hi Stéphane,I can do the linter.Could you share me the result of a "addon_component_name" in order to know what words are considered (team/repo or only repo)?El dom, 18 ene 2026 a la(s) 10:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Yann Papouin - 05:36 - 19 Jan 2026 -
Re: addon name length limit for weblate
Excellent!Check the following new check:And the following dummy PR to test it:El dom, 18 ene 2026 a la(s) 11:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi Moises,Nice!Here is the one that caused problem: stock-logistics-release-channel-18.0-sale_stock_release_channel_delivery_date_plan_shipment_lead_timeBest regards,-StéphaneOn Sun, Jan 18, 2026 at 6:41 PM Moises Lopez <notifications@odoo-community.org> wrote:Hi Stéphane,I can do the linter.Could you share me the result of a "addon_component_name" in order to know what words are considered (team/repo or only repo)?El dom, 18 ene 2026 a la(s) 10:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Moisés López Calderón - 07:56 - 18 Jan 2026 -
Re: addon name length limit for weblate
Hi Moises,Nice!Here is the one that caused problem: stock-logistics-release-channel-18.0-sale_stock_release_channel_delivery_date_plan_shipment_lead_timeBest regards,-StéphaneOn Sun, Jan 18, 2026 at 6:41 PM Moises Lopez <notifications@odoo-community.org> wrote:Hi Stéphane,I can do the linter.Could you share me the result of a "addon_component_name" in order to know what words are considered (team/repo or only repo)?El dom, 18 ene 2026 a la(s) 10:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Stéphane Bidoul - 06:56 - 18 Jan 2026 -
Re: addon name length limit for weblate
Hi Stéphane,I can do the linter.Could you share me the result of a "addon_component_name" in order to know what words are considered (team/repo or only repo)?El dom, 18 ene 2026 a la(s) 10:57 a.m., Stéphane Bidoul (notifications@odoo-community.org) escribió:Hi everyone,While investigating weblate issues I found that the component names are limited to 100 characters.I don't think there is a workaround for that so at the moment the component generator is skipping them.If anyone feels like implementing a linter for addon names length this could be helpful. For weblate the addon name + repo name should not be over 90 characters or so.Best regards,-Stéphane_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
by Moisés López Calderón - 06:40 - 18 Jan 2026
-