mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-24 04:12:09 +02:00
Initial commit: OCA Technical packages (595 packages)
This commit is contained in:
commit
2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions
15
odoo-bringout-oca-rma-rma_lot/rma_lot/__manifest__.py
Normal file
15
odoo-bringout-oca-rma-rma_lot/rma_lot/__manifest__.py
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Copyright 2024 ACSONE SA/NV
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Rma Lot",
|
||||
"summary": """
|
||||
Manage lot in RMA""",
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "ACSONE SA/NV,BCIM,Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/rma",
|
||||
"depends": ["rma", "stock_picking_return_lot"],
|
||||
"data": ["views/rma.xml"],
|
||||
"demo": [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue