Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
2125 Представления

Odoo 15, Invoicing module from 15.0.1.1 upgrade to 15.0.1.2

When I try to upgrade the invoice module, it prompts "External IDs cannot contain spaces". I checked that there is no folder name containing spaces in the addons folder, and I also checked that there is no External Identifier in Technical - Swquences & Identifiers - External Identifiers Values that contain spaces. 

Аватар
Отменить

Providing error messages of this nature makes it difficult to determine where the error lies since we cannot see your code to confirm if there is an issue with it or not.

Лучший ответ

Hi,

In case if this is not resolved yet, this error is raised when there is  space added inside the external id, see the odoo log and see if there is any kind of hint about the failing external id.

Suppose if my id is follows id="test record", this will raise exception instead i have to change it to id="testrecord" or "test_record" without space in it.


Thanks

Аватар
Отменить