This question has been flagged
1 Reply
2113 Views

I've been using a tool (Skyvia) to pull records directly into Postgres.  But they aren't showing up in the UI.  They are in postgres... Am I missing something?

Avatar
Discard
Best Answer

Using PostgreSQL directly bypasses the Odoo Business Rules and ERP Schema.

Without understanding the schema and business rules, you will almost certainly corrupt the database.

It may be that to insert a single document into Odoo you need to populate more than one table.

This approach isn't recommended without fully logging the server during creation of documents so you can see which tables are populated.  Even then it is extremely dangerous.

Avatar
Discard