Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: OCA/contract
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d67c55edb541dd24d890fd7006c889aefbe39b11
Choose a base ref
..
head repository: OCA/contract
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d1a86c6805aa84ec83299e4e228473dd8767bdc3
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 subscription_oca/models/sale_subscription.py
3 changes: 2 additions & 1 deletion subscription_oca/models/sale_subscription.py
Original file line number Diff line number Diff line change
@@ -325,7 +325,8 @@ def generate_invoice(self):
invoice.with_context(force_send=True).message_post_with_template(
mail_template.id,
composition_mode="comment",
email_layout_xmlid="mail.mail_notification_layout_with_responsible_signature",
email_layout_xmlid="mail."
"mail_notification_layout_with_responsible_signature",
)
invoice_number = invoice.name
message_body = (