Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
34
sale_elaboration/__manifest__.py
Executable file
34
sale_elaboration/__manifest__.py
Executable file
@@ -0,0 +1,34 @@
|
||||
# Copyright 2018 Tecnativa - Sergio Teruel
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Sale Elaboration",
|
||||
"summary": "Set an elaboration for any sale line",
|
||||
"version": "18.0.1.0.2",
|
||||
"development_status": "Production/Stable",
|
||||
"category": "Sale",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"author": "Tecnativa, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["sale_stock"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"security/security.xml",
|
||||
"views/product_views.xml",
|
||||
"views/res_config_settings_views.xml",
|
||||
"views/sale_elaboration_profile_views.xml",
|
||||
"views/sale_elaboration_views.xml",
|
||||
"views/sale_order_views.xml",
|
||||
"views/sale_elaboration_report_views.xml",
|
||||
"views/stock_move_line_views.xml",
|
||||
"views/stock_picking_views.xml",
|
||||
"reports/report_base.xml",
|
||||
"reports/report_deliveryslip.xml",
|
||||
"reports/report_picking_operations.xml",
|
||||
"views/product_category_views.xml",
|
||||
],
|
||||
"demo": ["demo/sale_elaboration_demo.xml"],
|
||||
"pre_init_hook": "pre_init_hook",
|
||||
"maintainers": ["CarlosRoca13", "rafaelbn", "sergio-teruel", "yajo"],
|
||||
}
|
||||
Reference in New Issue
Block a user