[7122][ADD] partner_end_customer - #259
Conversation
|
Add ja.po Translation notesThe following terms have no reference and are translated independently:
|
47c03dd to
24e6816
Compare
…artner search filter "End customer" is the more standard English business term than "final customer". Also add the field to the res.partner search view filter, matching the existing sale order search integration.
…nt.move support A related field always recomputes from its target path, so changing a partner's end_customer retroactively altered the value already stored on existing sale orders. Switch to a plain compute keyed on partner_id only, so the value is set once per record and stays fixed regardless of later master data edits. Add the same field to account.move, and a pre_init_hook so installing on a database with existing orders/invoices doesn't backfill them with current partner data.
|
@smorita7749 Can't we use this module? |
The customer would like to have |
@smorita7749 What is the reason of using Char instead of m2o? |
The customer believes rough aggregation is preferable to strict aggregation, which requires maintaining master data. |
|
I added the following:
|
QT7122
This module adds an end customer field (free text) to
res.partner, and as a related, stored field tosale.order, so it can be shown as an optional (hidden by default) column and searched in the partner and sale order lists.