Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2107 Widoki

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. 

Awatar
Odrzuć

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.

Najlepsza odpowiedź

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

Awatar
Odrzuć