From b0be51f8b2fc1c9422aa543d03a321936bb8f667 Mon Sep 17 00:00:00 2001
From: Nicolas Lempereur <nle@odoo.com>
Date: Tue, 28 Dec 2021 14:43:23 +0000
Subject: [PATCH] [FIX] purchase: no bulgarian for en_GB translation

The translation of purchase.order().notes name (Terms and Conditions) is
wrongly done in bulgarian since 2016
(d14efd562b4c6d8868662b104d9dcdce90456737).

opw-2719178

closes odoo/odoo#81985

Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
---
 addons/purchase/i18n/en_GB.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/purchase/i18n/en_GB.po b/addons/purchase/i18n/en_GB.po
index 96d5b885d149..7f17522a0db9 100644
--- a/addons/purchase/i18n/en_GB.po
+++ b/addons/purchase/i18n/en_GB.po
@@ -1401,7 +1401,7 @@ msgstr ""
 #. module: purchase
 #: model:ir.model.fields,field_description:purchase.field_purchase_order_notes
 msgid "Terms and Conditions"
-msgstr "Положения и условия"
+msgstr ""
 
 #. module: purchase
 #: model_terms:ir.actions.act_window,help:purchase.product_normal_action_puchased
-- 
GitLab