diff --git a/issue9616.diff b/issue9616.diff deleted file mode 100644 index 92f47da..0000000 --- a/issue9616.diff +++ /dev/null @@ -1,12 +0,0 @@ ---- a/trytond/trytond/modules/analytic_invoice/asset.py -+++ b/trytond/trytond/modules/analytic_invoice/asset.py -@@ -53,7 +53,8 @@ class Asset(AnalyticMixin, metaclass=PoolMeta): - if self.analytic_accounts: - with Transaction().set_context(date=move.date): - for line in move.lines: -- if line.account != self.product.account_expense_used: -+ if line.account not in (self.product.account_expense_used, -+ self.product.account_revenue_used): - continue - analytic_lines = [] - for entry in self.analytic_accounts: diff --git a/series b/series index b27aede..7166793 100644 --- a/series +++ b/series @@ -25,8 +25,6 @@ issue9017.diff # [purchase] Doesn't copy product_suppliers when a template or a model.diff # [trytond] Allows dynamic fields in Model as required by the wizard in sale_pos_template_quantities -issue9616.diff # [analytic_invoice] Analytic move is not created when closing an asset - issue9797.diff # [account_payment_sepa] Slowness processing sepa issue9802.diff # [stock] Improve performance when partially assigning moves