From 6d66336c07eadc4d2ec61cf3eae9b69dfb0e5483 Mon Sep 17 00:00:00 2001 From: Raimon Esteve Date: Mon, 8 Jul 2019 12:26:24 +0200 Subject: [PATCH] issue8479.diff [account_invoice] missing invoice payment method rule by company --- issue8479.diff | 21 +++++++++++++++++++++ series | 1 + 2 files changed, 22 insertions(+) create mode 100644 issue8479.diff diff --git a/issue8479.diff b/issue8479.diff new file mode 100644 index 0000000..2a25e39 --- /dev/null +++ b/issue8479.diff @@ -0,0 +1,21 @@ +diff -r 80d34e8f57a0 trytond/trytond/modules/account_invoice/invoice.xml +--- a/trytond/trytond/modules/account_invoice/invoice.xml Mon Jul 08 11:14:42 2019 +0200 ++++ b/trytond/trytond/modules/account_invoice/invoice.xml Mon Jul 08 11:15:43 2019 +0200 +@@ -411,5 +411,17 @@ + pyson="1"/> + + ++ ++ ++ User in company ++ ++ ++ ++ ++ ++ ++ + + diff --git a/series b/series index f448fde..a6c66ff 100644 --- a/series +++ b/series @@ -9,6 +9,7 @@ account_asset.diff # [account_asset] check if exist asset_lines issue6253.diff # [account_invoice] add invoice type criteria issue4506.diff # [account_invoice] Add credit invoices keyword from account.invoice +issue8479.diff # [account_invoice] missing invoice payment method rule by company issue8252.diff # [account_tax_rule_country] Add subdivisiions to match account tax rule