diff --git a/beesdoo_custom/__openerp__.py b/beesdoo_custom/__openerp__.py index 2b7975e..fa36894 100644 --- a/beesdoo_custom/__openerp__.py +++ b/beesdoo_custom/__openerp__.py @@ -25,5 +25,6 @@ # always loaded 'data': [ 'views/beesdoo_product.xml', + 'views/account_invoice.xml', ], } diff --git a/beesdoo_custom/views/account_invoice.xml b/beesdoo_custom/views/account_invoice.xml new file mode 100644 index 0000000..a0abf6e --- /dev/null +++ b/beesdoo_custom/views/account_invoice.xml @@ -0,0 +1,17 @@ + + + + + invoice_supplier_tree + account.invoice + + + + + + + +