From 94104321e426b41469be4b710b23972d32fffea2 Mon Sep 17 00:00:00 2001 From: resteve Date: Wed, 15 Apr 2015 22:39:31 +0200 Subject: [PATCH] Add Apply Rules when sale pos was installed --- sale.xml | 7 +++++++ tryton.cfg | 2 ++ 2 files changed, 9 insertions(+) diff --git a/sale.xml b/sale.xml index db5c517..29d66ff 100644 --- a/sale.xml +++ b/sale.xml @@ -69,4 +69,11 @@ copyright notices and license terms. --> sale_rule_action_form + + + sale.sale + + sale_pos_form + + diff --git a/tryton.cfg b/tryton.cfg index 053d7c0..c6913c8 100644 --- a/tryton.cfg +++ b/tryton.cfg @@ -5,5 +5,7 @@ depends: res sale sale_shop +extras_depend: + sale_pos xml: sale.xml