← Back to team overview

openobject-italia-core-devs team mailing list archive

Re: [Merge] lp:~michelemilidoni/openobject-italia/openobject-italia into lp:openobject-italia/7.0

 

Review: Needs Information

Ciao Michele,

puoi spiegare il significato di queste due righe

LEFT JOIN account_move_line l2 on (l2.ref=l.ref AND l2.name IN (select number from account_invoice))
LEFT JOIN account_invoice ii on (l2.name = ii.number)

?

Come mai fai il JOIN su 'ref', 'name' e 'number' invece che sugli ID?

Grazie
-- 
https://code.launchpad.net/~michelemilidoni/openobject-italia/openobject-italia/+merge/200224
Your team OpenERP Italia core devs is subscribed to branch lp:openobject-italia/7.0.


References