[7200][ADD] account_invoice_mailing_partner, l10n_jp_summary_invoice_mailing_partner - #38
Draft
kanda999 wants to merge 1 commit into
Draft
[7200][ADD] account_invoice_mailing_partner, l10n_jp_summary_invoice_mailing_partner#38kanda999 wants to merge 1 commit into
kanda999 wants to merge 1 commit into
Conversation
…g_partner Some customers require the printed invoice, and the summary invoice in particular, to be addressed to a contact that is not the billing partner, such as a head office collecting the invoices of its branches or an outsourced accounting firm. Separate the mailing address from the billing partner, so that only the recipient address printed on the document is affected while the invoice is still issued to, and accounted for, the billing partner. Invoices are gathered in a billing only when they share its mailing address, so that a customer whose invoices go to different destinations gets one summary invoice per destination.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://www.quartile.co/web#id=7200&cids=3&menu_id=506&action=1457&model=project.task&view_type=form
Separate the invoice mailing address from the billing partner, so that the
printed invoice and the summary invoice can be addressed to a contact that is
not the billing partner (a head office collecting the invoices of its branches,
an outsourced accounting firm, a specific department of the customer).
account_invoice_mailing_partner(generic layer, depends onaccount):invoice_mailing_partner_idto contacts, where it acts as the defaultfor the documents of that customer, and to invoices, where the default can be
overridden per document;
changing the default on a contact does not retroactively update the invoices
already issued;
customer tax ID on the billing partner.
l10n_jp_summary_invoice_mailing_partner(depends on the above and onl10n_jp_summary_invoice):raises when the billing lines disagree with it, mirroring the existing
handling of the remit-to bank;
ir.actions.report._get_report_partner()so that every reportrendered with the alternative layout prints the mailing address, without
touching any QWeb template.