Hello everybody, I have a problem, I need get data from a external table of a external database for use this data in a many2one field, my problem is that the external table is getting new records and I must refresh that table in Odoo, but I don't if this is possible, anyone could help me? Thanks!!!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
you can always make a connection to that other database and refresh the table in odoo from that table there. It would be just setting up a cron which will run every 1 hour lets say, and if the cron finds new records that do not exists in the odoo table, create them. It would be as easy as that. Cheers
I finally found a solution with the dblink extension of Postgres that allows connect two different databases in the same query :)
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Apr 18
|
2098 | ||
|
5
Jun 21
|
20808 | ||
Odoo Table Name
Solved
|
|
1
Apr 20
|
10667 | |
|
1
Jan 19
|
2760 | ||
|
5
Apr 23
|
14417 |