forked from Mapan/odoo17e
31 lines
884 B
Python
31 lines
884 B
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
"name": "Peru - Stock Reports",
|
|
"countries": ["pe"],
|
|
"description": """
|
|
Electronic stock reports
|
|
- PLE 12.1: Permanent Inventory Record in Physical Units
|
|
- PLE 13.1: Permanent Valued Inventory Record
|
|
""",
|
|
"version": "1.0",
|
|
"author": "Vauxoo, Odoo SA",
|
|
"category": "Accounting/Localizations/Reporting",
|
|
"website": "https://www.odoo.com/app/accounting",
|
|
"license": "OEEL-1",
|
|
"depends": [
|
|
"l10n_pe_edi",
|
|
"purchase",
|
|
"sale_stock",
|
|
],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/product_views.xml",
|
|
"views/stock_picking_views.xml",
|
|
"views/stock_valuation_layer_views.xml",
|
|
"views/stock_warehouse_views.xml",
|
|
"wizard/stock_move_ple_report.xml",
|
|
],
|
|
"installable": True,
|
|
}
|