odex30_standard/odex30_base/branch/__manifest__.py

53 lines
3.0 KiB
Python

# Part of BrowseInfo. See LICENSE file for full copyright and licensing details.
{
'name': 'Multiple Branch Unit Operation Setup for All Applications Odoo',
'version': '18.0.1.0.0',
'category': 'Sales',
'summary': 'Multiple Branch Management Multi Branch app Multiple Unit multiple Operating unit sales branch Sales Purchase branch Invoicing branch billing Voucher branch warehouse branch Payment branch Accounting Reports for single company Multi Branches multi company',
"description": """
Multiple Unit operation management for single company Multiple Branch management for single company
multiple operation for single company branching company in odoo multiple store multiple company in odoo
Branch for POS Branch for Sales Branch for Purchase Branch for all Branch for Accounting Branch for invoicing Branch for Payment order Branch for point of sales Branch for voucher
Branch for All Accounting reports Branch Accounting filter Branch for warehouse branch for sale stock branch for location
Unit for POS Unit for Sales Unit for Purchase Unit for all Unit for Accounting Unit for invoicing Unit for Payment order Unit for point of sales Unit for voucher Unit
unit All Accounting reports Unit Accounting filter branch unit for warehouse branch unit for sale stock branch unit for location
Unit Operation for POS Unit Operation for Sales Unit operation for Purchase Unit operation for all Unit operation for Accounting Unit Operation for invoicing Unit operation for Payment order Unit operation for point of sales Unit operation for voucher Unit operation for All Accounting reports Unit operation Accounting filter.
Branch Operation for POS Branch Operation for Sales Branch operation for Purchase Branch operation for all Branch operation for Accounting Branch Operation for invoicing Branch operation for Payment order Branch operation for point of sales Branch operation for voucher Branch operation for All Accounting reports Branch operation Accounting filter.
""",
'author': 'BrowseInfo',
'website': 'https://www.browseinfo.in',
"price": 149.00,
"currency": 'EUR',
'depends': ['base', 'sale_management', 'purchase', 'stock', 'account', 'purchase_stock','web'],
'data': [
'security/branch_security.xml',
'security/ir.model.access.csv',
'views/account_bank_statement.xml',
'views/account_move.xml',
'views/account_payment.xml',
'views/product.xml',
'views/purchase_order.xml',
'views/res_branch_view.xml',
'views/res_partner.xml',
'views/res_users.xml',
'views/sale_order.xml',
'views/stock_location.xml',
'views/stock_move.xml',
'views/stock_picking_type.xml',
'views/stock_picking.xml',
'views/stock_warehouse.xml',
],
# 'assets': {
# 'web.assets_backend': [
# 'branch/static/src/**/*',
# ]
# },
'installable': True,
'auto_install': False,
'live_test_url':'https://youtu.be/hi1b8kH5Z94',
"images":['static/description/Banner.png'],
}