Port stock_invoice_try_again to v8

This commit is contained in:
Alexis de Lattre
2015-10-15 11:21:53 +02:00
parent d4b979979a
commit 13f9a51bff
4 changed files with 29 additions and 109 deletions

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Stock Invoice Try Again module for OpenERP
# Copyright (C) 2013 Akretion (http://www.akretion.com)
# Stock Invoice Try Again module for Odoo
# Copyright (C) 2013-2015 Akretion (http://www.akretion.com)
# @author Alexis de Lattre <alexis.delattre@akretion.com>
#
# This program is free software: you can redistribute it and/or modify
@@ -37,9 +37,7 @@ Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['stock_picking_invoice_link'],
'depends': ['stock_picking_invoice_link', 'stock_account'],
'data': ['stock_view.xml'],
'images': [],
'installable': True,
'active': False,
}