Skip to content

Fix - partner_id in contract_contract_service.py

Pelayo García requested to merge fix/partner-id-contract-service into master

The id recieved as "partner_id" comes from Tryton, and corresponds to the partner_id.ref present in the Odoo DB. Fix the misunderstanding by retrieving the actual partner_id.id from the related ref value.

Update tests from contract contract service.

Merge request reports