diff --git a/account_product_rules.diff b/account_product_rules.diff new file mode 100644 index 0000000..b57fb62 --- /dev/null +++ b/account_product_rules.diff @@ -0,0 +1,74 @@ +changeset: 306:ae858ca7b462 +tag: tip +user: Sergi Almacellas Abellana +date: Mon Apr 25 08:54:40 2016 +0200 +files: product.xml +description: +Add access rules for taxes relations on templates and categories. + +Since changeset 974cd0415640 many2many fields are not joining the target table +so the access rules of taxes are not applied and this causes an access_error +on the client. We add the access rule till issue4080 is resolved + +issue5509 +review22981002 + + +diff -r 95c68dde8d7e -r ae858ca7b462 product.xml +--- a/trytond/trytond/modules/account_product/product.xml Fri Apr 22 15:40:59 2016 +0200 ++++ b/trytond/trytond/modules/account_product/product.xml Mon Apr 25 08:54:40 2016 +0200 +@@ -22,5 +22,53 @@ + template_tree + + ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ ++ + + + diff --git a/series b/series index c9851e8..d5a9b95 100644 --- a/series +++ b/series @@ -41,6 +41,7 @@ analytic_sale.diff analytic_purchase.diff issue18061002_1.diff tax_active_invisible.diff +account_product_rules.diff # Ignore next patches #incremental_wait_in_retries.diff