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
6179 Widoki
Awatar
Odrzuć
Najlepsza odpowiedź

in odoo, you could not declare table name more than  63 characters
basically, it's a limitation of Postgres 

ref: https://github.com/odoo/odoo/blob/13.0/odoo/models.py#L106
https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS


Awatar
Odrzuć
Autor

Thank you for your help we Can also bypass this by relation='put_nice_table_name_here',

https://stackoverflow.com/questions/62663314/table-name-is-too-long-odoo-13/62667098#62667098

Autor

sorry but can you help with this if you have time I had one on odoo forms but got close https://stackoverflow.com/questions/62604027/how-to-change-the-structure-of-the-website-nav-odoo13

Powiązane posty Odpowiedzi Widoki Czynność
1
maj 21
2190
0
kwi 21
1792
4
maj 24
12681
1
kwi 24
3312
0
lis 23
2033