Odoo18-Base/addons/l10n_pe/__manifest__.py
2025-03-10 10:52:11 +07:00

34 lines
1.0 KiB
Python

# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Peru - Accounting',
'icon': '/account/static/description/l10n.png',
'countries': ['pe'],
'version': '3.0',
'category': 'Accounting/Localizations/Account Charts',
'author': 'Vauxoo, Odoo S.A.',
'website': 'https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/peru.html',
'license': 'LGPL-3',
'depends': [
'base_vat',
'base_address_extended',
'l10n_latam_base',
'l10n_latam_invoice_document',
'account_debit_note',
'account',
],
'data': [
'security/ir.model.access.csv',
'views/account_tax_view.xml',
'data/l10n_latam_document_type_data.xml',
'data/res.city.csv',
'data/l10n_pe.res.city.district.csv',
'data/res_country_data.xml',
'data/l10n_latam_identification_type_data.xml',
'data/res.bank.csv',
],
'demo': [
'demo/demo_company.xml',
'demo/demo_partner.xml',
],
}