diff --git a/issue7677.diff b/issue7677.diff deleted file mode 100644 index 66e2366..0000000 --- a/issue7677.diff +++ /dev/null @@ -1,14 +0,0 @@ -diff --git a/tryton/trytond/trytond/model/modelview.py b/tryton/trytond/trytond/model/modelview.py -index 8d5cf199a8..ec32e02f57 100644 ---- a/tryton/trytond/trytond/model/modelview.py -+++ b/tryton/trytond/trytond/model/modelview.py -@@ -825,7 +825,8 @@ class ModelView(Model): - continue - if field._type in ('many2one', 'one2one', 'reference'): - if value: -- if isinstance(value, ModelStorage): -+ if (isinstance(value, ModelStorage) -+ and value.id and value.id >= 0): - changed['%s.' % fname] = { - 'rec_name': value.rec_name, - } diff --git a/series b/series index 96febe5..c62d7bd 100644 --- a/series +++ b/series @@ -52,8 +52,6 @@ merge_request779.diff # [account_payment] Warn when submitting, approving or pro issue12576.diff # [account_stock_eu] Could not find the intrastat countries for moves -issue7677.diff # [trytond] Do not set rec_name for unsaved record - issue7672.diff # [stock] Always fill product and template of cost price revision issue12570.diff # [account] Do not compute account party for general ledger line without party