Code review comment for lp:~camptocamp/sale-wkfl/7.0-dropshipping-merge-po-lep

Revision history for this message
Romain Deheele - Camptocamp (romaindeheele) wrote :

Hi Leonardo,

In l.23
the call of super _key_fields_for_grouping returns a tuple object.
To add the element 'dest_adress_id' in l.24,
we need : return field_list + ('dest_address_id', )

Regards,

Romain

review: Needs Fixing (test)

« Back to merge proposal