19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:30:07 +01:00
parent ba20ce7443
commit 768b70e05e
2357 changed files with 1057103 additions and 712486 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
{
'name': "snailmail_account",
'name': "Snail Mail - Account",
'description': """
Allows users to send invoices by post
=====================================================
@ -10,14 +10,8 @@ Allows users to send invoices by post
'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/**/*',
],
},
'author': 'Odoo S.A.',
'license': 'LGPL-3',
}