mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-24 14:02:04 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
{
|
||||
'name': "snailmail_account",
|
||||
'description': """
|
||||
Allows users to send invoices by post
|
||||
=====================================================
|
||||
""",
|
||||
'category': 'Hidden/Tools',
|
||||
'version': '0.1',
|
||||
'depends': ['account', 'snailmail'],
|
||||
'data': [
|
||||
'views/res_config_settings_views.xml',
|
||||
'wizard/account_invoice_send_views.xml',
|
||||
'security/ir.model.access.csv',
|
||||
],
|
||||
'auto_install': True,
|
||||
'assets': {
|
||||
'web.assets_backend': [
|
||||
'snailmail_account/static/**/*',
|
||||
],
|
||||
},
|
||||
'license': 'LGPL-3',
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue