diff --git a/beesdoo_account/__init__.py b/beesdoo_account/__init__.py index 0f7cb6b..e69de29 100644 --- a/beesdoo_account/__init__.py +++ b/beesdoo_account/__init__.py @@ -1,2 +0,0 @@ -# -*- coding: utf-8 -*- -import models \ No newline at end of file diff --git a/beesdoo_account/__openerp__.py b/beesdoo_account/__openerp__.py index 694cf0f..7370732 100644 --- a/beesdoo_account/__openerp__.py +++ b/beesdoo_account/__openerp__.py @@ -1,22 +1,16 @@ -# -*- coding: utf-8 -*- { - 'name': "Beescoop Account Module", - - 'summary': """ + "name": "Beescoop Account Module", + "summary": """ Module that customize account module for Beescoop """, - - 'description': """ + "description": """ + Makes date_invoice field required in account.invoice_form and + account.invoice_supplier_form """, - - 'author': "Beescoop - Cellule IT", - 'website': "https://github.com/beescoop/Obeesdoo", - - 'category': 'Account Module', - 'version': '0.1', - - 'depends': ['account', - 'beesdoo_base'], - - 'data': ['views/account_invoice.xml'], + "author": "Beescoop - Cellule IT", + "website": "https://github.com/beescoop/Obeesdoo", + "category": "Account Module", + "version": "12.0.1.0.0", + "depends": ["account", "beesdoo_base"], + "data": ["views/account_invoice.xml"], } diff --git a/beesdoo_account/models/__init__.py b/beesdoo_account/models/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/beesdoo_account/views/account_invoice.xml b/beesdoo_account/views/account_invoice.xml index 847748c..5a6e51d 100644 --- a/beesdoo_account/views/account_invoice.xml +++ b/beesdoo_account/views/account_invoice.xml @@ -1,4 +1,4 @@ - + beesdoo.account.invoice.form.view @@ -24,5 +24,4 @@ - - \ No newline at end of file +