Skip to Content
Menu
This question has been flagged
1 Reply
3952 Views

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?

Avatar
Discard

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.

Author

Odoo 11.0+e (Enterprise Edition) - Online

Author

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 

Best Answer

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

Avatar
Discard