Contributors mailing list archives

contributors@odoo-community.org

Browse archives

Avatar

Re: Async import external employee data from db view to Odoo.

by
Ecosoft Co. Ltd., Kitti Upariphutthiphong
- 01/03/2021 07:41:58
Thank you Simon! I could help to write more readme afterwards :)

I checked it and it looks like what we wanted to do, except it only deal with .CSV file at the moment. So I will need to create the new import component handler for MSSQL, right?

As you mentioned, you did it for Oracle DB?

Kitti U.

On Sun, Feb 28, 2021 at 6:11 PM Simone Orsi <simahawk@gmail.com> wrote:
Hi Kitti,

connector_importer was born exactly for this reason: recurring imports.

I've used it for importing employees and users and more (even from Oracle DB).

Docs are missing so if you have questions, don't hesitate to ask.

Cheers,
S.

On Sun, Feb 28, 2021 at 9:52 AM Kitti Upariphutthiphong <kittiu@ecosoft.co.th> wrote:
Dear Community,

We need to get data from external HR applications (they will provide an mssql database view), for users and employee data into Odoo.

It seems to be quite a generic use case, to become an addon, so I want to check with community, would be nice to know how you normally cope with this.

I checked OCA and plan to use the followings as starting point.
Thank you!
Kitti U.

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe



--
Simone Orsi

Full stack Python web developer, Odoo specialist, Odoo Community Board Member, Freelance in love with open source.

_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe

Reference