account_invoice_partner_bank_usability: ability to choose which bank account is selected by default on customer invoices

This commit is contained in:
Alexis de Lattre
2016-02-14 00:33:12 +01:00
parent 447e5a7d82
commit b640290962
4 changed files with 58 additions and 52 deletions

View File

@@ -1,8 +1,8 @@
# -*- encoding: utf-8 -*-
# -*- coding: utf-8 -*-
##############################################################################
#
# Account Invoice Partner Bank Usability module for OpenERP
# Copyright (C) 2013 Akretion (http://www.akretion.com)
# Account Invoice Partner Bank Usability module for Odoo
# Copyright (C) 2013-2016 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
@@ -26,20 +26,18 @@
'version': '0.1',
'category': 'Accounting & Finance',
'license': 'AGPL-3',
'summary': 'If the company has a single bank account, get the first one on the customer invoice',
'summary': 'Configure a bank account by default for customer invoices',
'description': """
Account Invoice Partner Bank Usability
======================================
If the company has a single bank account, we set this single bank account by default on the customer invoice.
This module adds a configuration parameter on the company that allows you to choose which bank account of your company will be selected by default on customer invoices.
Please contact Alexis de Lattre from Akretion <alexis.delattre@akretion.com> for any help or question about this module.
This module has been written by Alexis de Lattre from Akretion <alexis.delattre@akretion.com>.
""",
'author': 'Akretion',
'website': 'http://www.akretion.com',
'depends': ['account'],
'data': [],
'images': [],
'data': ['company_view.xml'],
'installable': True,
'active': False,
}