mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 18:29:08 +02:00
21 lines
566 B
Python
Executable File
21 lines
566 B
Python
Executable File
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
{
|
|
'name': 'Tradex Backend',
|
|
'version': '13.0.1.0',
|
|
'category': 'Stock',
|
|
'description': """
|
|
This module allows you to add location in stock move
|
|
d
|
|
""",
|
|
'depends': ['sale_management','sale_stock'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/stock_location_qty_views.xml',
|
|
'wizard/inventory_view_report.xml',
|
|
'views/stock_move_views.xml',
|
|
'views/sale_order_views.xml',
|
|
'views/inventory_view.xml',
|
|
],
|
|
|
|
}
|