跳至內容
選單
此問題已被標幟
1 回覆
6229 瀏覽次數
頭像
捨棄
最佳答案

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


頭像
捨棄
作者

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

作者

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

相關帖文 回覆 瀏覽次數 活動
1
5月 21
2222
0
4月 21
1858
4
5月 24
12830
1
4月 24
3446
0
11月 23
2089