Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3440 Lượt xem

Hello, I created a new column in account_invoice with ALTER TABLE from pgAdmin:

ALTER TABLE account_invoice ADD COLUMN x_examplecolumn float; 

Now i want to create a new field in the invoice form to display it's contenent but odoo can't find it.

Is there a way to make the new columns created from pgAdmin visible to odoo?

Or the only way to extend tables is creating new modules?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Menu Settings/Technical/Database Structure/Fields -> Create ... or ... better way ... is creating new module :)

Ảnh đại diện
Huỷ bỏ