mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[REF] V7 clean up
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
|
||||
|
||||
{
|
||||
'name': 'account_check_deposit',
|
||||
'version': '0.1',
|
||||
@@ -30,20 +28,21 @@
|
||||
'description': """This module allows you to use check deposits.
|
||||
With a new model : account_check_deposit you can select all
|
||||
the checks payments and create a global deposit for the selected checks.
|
||||
You may have to create an account for received checks and a journal for payment by checks.""",
|
||||
You may have to create an account for "received checks" and a
|
||||
journal for payment by checks.""",
|
||||
'author': 'Akretion',
|
||||
'website': 'http://www.akretion.com/',
|
||||
'depends': ['account_accountant',
|
||||
'report_webkit',
|
||||
],
|
||||
'init_xml': [],
|
||||
'update_xml': [
|
||||
'account_deposit_view.xml',
|
||||
'account_deposit_sequence.xml',
|
||||
'account_type_data.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'depends': [
|
||||
'account_accountant',
|
||||
'report_webkit',
|
||||
],
|
||||
'data': [
|
||||
'account_deposit_view.xml',
|
||||
'account_deposit_sequence.xml',
|
||||
'account_type_data.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'demo_xml': [],
|
||||
'installable': True,
|
||||
'application': True,
|
||||
'active': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user