Skip to Content
Menu
Third Party 43
Download for v 16.0 Deploy on Odoo.sh
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 888
Technical Name ndev_workflow_1c
LicenseLGPL-3
Websitehttps://ndev.online
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Community Apps Dependencies
Lines of code 888
Technical Name ndev_workflow_1c
LicenseLGPL-3
Websitehttps://ndev.online

This workflow module allows upload data and objects to 1C-server, and download data and objects from 1C-server

All tips are welcome USDT(Tron): TLs98jRNaSJmNHNCURxfjnZXWjSAgmt6PU

Configure REST API on 1C server

Configure 1C server

Get metadata from 1C server

Add automation actions

Create hook on partner creation

Create test partner

Check on 1C server for new partner

Odoo contact gets Ref_Key from 1C

Create hook for deleting

Check 1C server for deleted partner (marked as deleted)

Basic usage

  • contragent=env['workflow.entity_1c'].search([('name','=','Catalog_Kontpagentu')]) - load 1C-entity
  • data=contragent.get(condition="(guid'00000000-0000-0000-0000-000000000000')?") - get 1C object by its GUID
  • data=contragent.get(condition="?$filter=Description eq 'Partner name'") - get 1C object by its NAME/Description
  • data=contragent.post(data={....}) - create 1C object
  • data=contragent.put(condition="(guid'00000000-0000-0000-0000-000000000000')?",data={....}) - update all fields in 1C object by its GUID
  • data=contragent.patch(condition="(guid'00000000-0000-0000-0000-000000000000')?",data={....}) - update some fields in 1C object by its GUID
  • contragent.delete(condition="(guid'00000000-0000-0000-0000-000000000000')?") - delete 1C object by its GUID

Add products to 1C

Go to the cron tasks

Add cron task and run manually

Product appeares in the Odoo

You can update objects from 1C automatically by set period in Cron task

>

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Please choose a rating from 1 to 5 for this module.
There are no ratings yet!
1C 8.3
by
info@kiktrading.com
on 12/4/23, 3:45 PM

Hello we need integrate the following with 1C Enterprise 8.3 

  1.  1 way integration of items list  from 1C to  Odoo
  2. 1 way integration of contact list  from Odoo to 1C
  3. 1 way integration of discardings/invoices/returns/purchases/purchases returns from 1C to Odoo
  4. 2-way integration of warehouse transfers (internal)


Which development we need to do into 1C?


by
info@kiktrading.com
on 12/4/23, 3:43 PM

    hello !  need the following integration with odoo v16 and 1C 8.3

  1.  1 way integration of items list  from 1C to  Odoo
  2. 1 way integration of contact list  from Odoo to 1C
  3. 1 way integration of discardings/invoices/returns/purchases/purchases returns from 1C to Odoo
  4. 2-way integration of warehouse transfers (internal)

What specific job we need to do into 1C?