From 0630827efba7b933cb734d270dce608ae0b45461 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Thu, 9 Oct 2014 08:39:27 +0200 Subject: [PATCH] The module now depends on 'sale_stock' and 'stock_account' --- base_transaction_id/__openerp__.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base_transaction_id/__openerp__.py b/base_transaction_id/__openerp__.py index 9561b198..b797c82f 100644 --- a/base_transaction_id/__openerp__.py +++ b/base_transaction_id/__openerp__.py @@ -26,9 +26,8 @@ 'category': 'Hidden/Dependency', 'complexity': 'easy', 'depends': [ - 'account', - 'sale', - 'stock' + 'stock_account', + 'sale_stock', ], 'description': """ Adds transaction id to invoice and sale models and views.