跳至内容
菜单
此问题已终结
1 回复
4521 查看

Under the accounting dashboard > Customer Invoices I see fields like custmer, ship to, invoices lines, etc. Can someone tell me what tables make up all of the fields I am viewing?

形象
丢弃

Which deployment (Online, Odoo.sh, On Premise), version (11, 12 or 13) and Edition (Community, Enterprise) are you working with? There was a major change in the database schema in version 13 and the account.invoice model and corresponding table account_invoice no longer exist.

编写者

Odoo 11.0+e (Enterprise Edition) - Online

编写者

Niyas,


Thanks. I am new to odoo. The table you mention (account.invoice) does not hold all of the invoice information. How do I obtain all of the tables that contain this info? 

How to edit customer table in accounting module product heading to Medicine 

最佳答案

Hi,

The model will be account.invoice , you can just activate the debug mode and click the debugger button near logged in user name, and click edit view form/tree/kanban, from there you can see the model name/table name.


Or even you can see the model name in the url.


Thanks

形象
丢弃