mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
add 2 mayur modules
This commit is contained in:
20
tradex_backend_2/__manifest__.py
Executable file
20
tradex_backend_2/__manifest__.py
Executable file
@@ -0,0 +1,20 @@
|
||||
# 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',
|
||||
],
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user