diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..6e16513 --- /dev/null +++ b/README.rst @@ -0,0 +1,4 @@ +Use partner language in mail +============================ + +FIXME: there is issue with frozen dict in new odoo. diff --git a/__openerp__.py b/__openerp__.py index 01c8628..a0b06ea 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -8,6 +8,4 @@ 'depends' : ['mail'], 'data':[], 'installable': True, - 'description': ''' - ''', }