Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2109 Переглядів

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

Аватар
Відмінити