17 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			449 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# HG changeset patch
 | 
						|
# Parent 6106208621f01d5aea67727f09adf5c5b2a38642
 | 
						|
# Parent  ae97cfb61fd0e1a47727a9d8ed4a702116254eff
 | 
						|
 | 
						|
diff --git a/academy/__manifest__.py b/academy/__manifest__.py
 | 
						|
--- a/academy/__manifest__.py
 | 
						|
+++ b/academy/__manifest__.py
 | 
						|
@@ -20,7 +20,7 @@
 | 
						|
     'version': '0.1',
 | 
						|
 
 | 
						|
     # any module necessary for this one to work correctly
 | 
						|
-    'depends': ['website'],
 | 
						|
+    'depends': ['website_sale'],
 | 
						|
 
 | 
						|
     # always loaded
 | 
						|
     'data': [
 |