Skip to content
Snippets Groups Projects
Commit 181d6905 authored by Goffin Simon's avatar Goffin Simon
Browse files

[FIX] snailmail: Updating country in snailmail.letter.missing.required.fields


Steps to reproduce the bug:

- Open a customer invoice I for a customer C
- Remove the country from the address of C
- Click on button Print & send on I
- Set the country of C with CTR
- Click on Update and send

Bug:

The country of C was not saved.

opw:2633425

closes odoo/odoo#76023

Signed-off-by: default avatarSimon Goffin (sig) <sig@openerp.com>
parent b09408c0
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<group>
<label for="partner_id" string="Address"/>
<div class="o_address_format">
<field name="partner_id" readonly="1" options="{'no_open': True}"/>
<field name="partner_id" readonly="1" options="{'no_open': True}" force_save="1"/>
<field name="street" placeholder="Street..." class="o_address_street"/>
<field name="street2" placeholder="Street 2..." class="o_address_street"/>
<field name="city" placeholder="City" class="o_address_city"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment