Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2137 Vues

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. 

Avatar
Ignorer

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.

Meilleure réponse

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

Avatar
Ignorer