shopinvader / odoo-shopinvader

Odoo Modules. Sorry Magento, Shopinvader is coming
GNU Affero General Public License v3.0
119 stars 102 forks source link

[10.0] shopinvader partner creation #322

Closed acsonefho closed 2 years ago

acsonefho commented 5 years ago

Actual behaviour: module: shopinvader + shopinvader_locomotive When we create a shopinvader.partner manually (by form view for example), the record (Odoo side) is created. Then a job is created to add the new partner on Locomotive side and generate the external_id. Then this external_id is saved on the shopinvader.partner.

But if we install shopinvader_sale_profile, it doesn't work anymore. The traceback says that the key sale_profile (into generated json sent to locomotive) is a unknown attribute.

So I don't know what's the real issue:

Thank you for your help

acsonefho commented 5 years ago

@sebastienbeau @lmignon Can you take a look please?