Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
27
maintenance_stock/__manifest__.py
Normal file
27
maintenance_stock/__manifest__.py
Normal file
@@ -0,0 +1,27 @@
|
||||
# © 2020 Solvos Consultoría Informática (<http://www.solvos.es>)
|
||||
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
|
||||
{
|
||||
"name": "Maintenance Stock",
|
||||
"summary": "Links maintenance requests to stock",
|
||||
"author": "Odoo Community Association (OCA), Solvos",
|
||||
"license": "AGPL-3",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Warehouse",
|
||||
"website": "https://github.com/OCA/maintenance",
|
||||
"depends": [
|
||||
"base_maintenance",
|
||||
"stock",
|
||||
],
|
||||
"data": [
|
||||
"views/maintenance_equipment_views.xml",
|
||||
"views/maintenance_request_views.xml",
|
||||
"views/stock_move_views.xml",
|
||||
"views/stock_move_line_views.xml",
|
||||
"views/stock_picking_views.xml",
|
||||
],
|
||||
"demo": [
|
||||
"data/demo_maintenance_stock.xml",
|
||||
],
|
||||
"post_init_hook": "post_init_hook",
|
||||
"installable": True,
|
||||
}
|
||||
Reference in New Issue
Block a user