← Back to team overview

openerp-community team mailing list archive

lp:~enlightx/openerp-product-attributes/7.0-bug-1190658-unidecode-dep into lp:openerp-product-attributes

 

Davide Corio has proposed merging lp:~enlightx/openerp-product-attributes/7.0-bug-1190658-unidecode-dep into lp:openerp-product-attributes.

Requested reviews:
  Product Core Editors (product-core-editors)
Related bugs:
  Bug #1190658 in OpenERP Product Attributes: "missing external dependency "unidecode""
  https://bugs.launchpad.net/openerp-product-attributes/+bug/1190658

For more details, see:
https://code.launchpad.net/~enlightx/openerp-product-attributes/7.0-bug-1190658-unidecode-dep/+merge/169248

this fixes 

https://bugs.launchpad.net/openerp-product-attributes/+bug/1190658
-- 
https://code.launchpad.net/~enlightx/openerp-product-attributes/7.0-bug-1190658-unidecode-dep/+merge/169248
Your team OpenERP Community is subscribed to branch lp:openerp-product-attributes.
=== modified file 'product_custom_attributes/__openerp__.py'
--- product_custom_attributes/__openerp__.py	2013-02-11 22:58:10 +0000
+++ product_custom_attributes/__openerp__.py	2013-06-13 16:19:28 +0000
@@ -43,5 +43,9 @@
     'demo_xml': [],
     'installable': True,
     'active': False,
+    'external_dependencies' : {
+        'python' : ['unidecode'],
+    }
+
 }
 


Follow ups