add 2 mayur modules

This commit is contained in:
sonal
2020-08-09 14:56:02 +05:30
parent a01cf31d87
commit 26372fe496
32 changed files with 1421 additions and 0 deletions

View 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',
],
}