mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
28 lines
860 B
Python
28 lines
860 B
Python
# Copyright 2016 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
|
|
# Copyright 2018 CampToCamp SA
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
'name': 'Account Cut-off Prepaid',
|
|
'version': '1.0.1.0.0',
|
|
'category': 'Accounting & Finance',
|
|
'license': 'AGPL-3',
|
|
'summary': 'Prepaid Expense, Prepaid Revenue',
|
|
'author': 'Akretion,Odoo Community Association (OCA)',
|
|
'website': 'https://gitlab.com/flectra-community/account-closing',
|
|
'depends': [
|
|
'account_cutoff_base',
|
|
'account_invoice_start_end_dates',
|
|
],
|
|
'data': [
|
|
'views/company.xml',
|
|
'views/account_cutoff.xml',
|
|
],
|
|
'images': [
|
|
'images/prepaid_revenue_draft.jpg',
|
|
'images/prepaid_revenue_journal_entry.jpg',
|
|
'images/prepaid_revenue_done.jpg',
|
|
],
|
|
'installable': True,
|
|
}
|