Browse Source

beesdoo_account: migration to version 12.0

pull/109/head
Augustin Borsu 5 years ago
committed by Rémy Taymans
parent
commit
d20fbff171
  1. 2
      beesdoo_account/__init__.py
  2. 28
      beesdoo_account/__openerp__.py
  3. 0
      beesdoo_account/models/__init__.py
  4. 5
      beesdoo_account/views/account_invoice.xml

2
beesdoo_account/__init__.py

@ -1,2 +0,0 @@
# -*- coding: utf-8 -*-
import models

28
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"],
}

0
beesdoo_account/models/__init__.py

5
beesdoo_account/views/account_invoice.xml

@ -1,4 +1,4 @@
<openerp>
<odoo>
<data>
<record model="ir.ui.view" id="beesdoo_account_invoice_form_view">
<field name="name">beesdoo.account.invoice.form.view</field>
@ -24,5 +24,4 @@
</field>
</record>
</data>
</openerp>
</odoo>
Loading…
Cancel
Save