Add dep on purchase_partner_invoice_method + default value to picking

This commit is contained in:
Alexis de Lattre
2015-01-16 10:02:24 +01:00
parent 6c8f51b311
commit 924e4011ee
2 changed files with 24 additions and 4 deletions

View File

@@ -37,9 +37,7 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['purchase'],
'data': [],
'images': [],
'depends': ['purchase_partner_invoice_method'],
'data': ['partner_data.xml'],
'installable': True,
'active': False,
}