Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
32
sale_stock_picking_invoicing/__manifest__.py
Normal file
32
sale_stock_picking_invoicing/__manifest__.py
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright (C) 2013-Today - Akretion (<http://www.akretion.com>).
|
||||
# @author Renato Lima <renato.lima@akretion.com.br>
|
||||
# @author Raphael Valyi <raphael.valyi@akretion.com>
|
||||
# @author Magno Costa <magno.costa@akretion.com.br>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Sales Stock Picking Invocing",
|
||||
"category": "Warehouse Management",
|
||||
"license": "AGPL-3",
|
||||
"author": "Akretion, Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"version": "18.0.1.0.0",
|
||||
"maintainers": ["mbcosta", "renatonlima"],
|
||||
"depends": [
|
||||
"sale_management",
|
||||
"sale_stock",
|
||||
"stock_picking_invoicing",
|
||||
"stock_picking_invoice_link",
|
||||
],
|
||||
"data": [
|
||||
"views/res_company_view.xml",
|
||||
"views/res_config_settings_view.xml",
|
||||
# Wizards
|
||||
"wizards/stock_invoice_onshipping_view.xml",
|
||||
],
|
||||
"demo": [
|
||||
"demo/sale_order_demo.xml",
|
||||
],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
}
|
||||
Reference in New Issue
Block a user