-
-
Notifications
You must be signed in to change notification settings - Fork 744
[16.0][ADD] account_move_sale_partner #2071
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 16.0
Are you sure you want to change the base?
Conversation
My module is currently not compatible with account-invoicing/partner_invoicing_mode/models/sale_order.py Lines 75 to 80 in 97f2065
IIUC, this method defines grouping based on invoice values (i.e., keys returned from _prepare_invoice()), not necessarily fields on the sale.order model itself. However, in Should I mark my module as a rebel module to avoid incompatibility issues? |
abb2962
to
298115c
Compare
This module adds the sale_partner_id field to invoices and displays it in the invoice report.
It assumes that each invoice is linked to a single sale partner. If multiple sales orders with the same invoice partner but different sale partners are grouped, the invoices will be split accordingly.
@qrtl QT5614