I'm adding function fields from model purchase in model purchase_line : party, currency, purchase_date,...
Wondering if it's better to name those fields with a prefix : purchase_party, purchase_currency,... but purchase_date is already prefixed...
Should i define a global dictionary of mapped fields or use a startwith function to remove prefix ?
Or finally don't care to prefix except for duplicate name fields ?
Thanks for suggestions!