Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales (sale_management)
• Purchase (purchase) • Invoicing (account) • Discuss (mail) • Inventory (stock) |
Lines of code | 1770 |
Technical Name |
multi_branch_base |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 14.0 15.0 16.0 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Sales (sale_management)
• Purchase (purchase) • Invoicing (account) • Discuss (mail) • Inventory (stock) |
Lines of code | 1770 |
Technical Name |
multi_branch_base |
License | AGPL-3 |
Website | https://www.cybrosys.com |
Versions | 14.0 15.0 16.0 |
Multi Branch Operations
Multiple Branch Unit Operation Setup for All Modules In Odoo
Explore this module
Overview
Multi Branch module helps to manage the operations of multiple branches of a single company. You can manage multiple branches and all the operations of different branches of in the Inventory, Accounting, Sales and Purchase applications by installing this single module. After installing the module, the administrator can create multiple branches for the company by providing the details from Settings -> Users and Companies -> Branches. Allowed branches and default branch can be set for each user from Settings -> Users and Companies -> Users. Once it is configured, the user can access the all branches which are allowed for the particular user.
Features
Create Branches for the Company.
Branch for User.
Branch on Product.
Branch on Partner.
Branch on Journal.
Branch on Account.
Branch on Customer Vendor Payments.
Branch on Customer Invoice.
Branch on Vendor Bill.
Branch on Warehouse.
Branch on Operation Types.
Branch on transfer.
Branch on Sales flow.
Branch on Purchase flow.
Branch on Reports.
Screenshots
Branch Creation
Administrator can create Branches for the company from Settings -> Users & Companies -> Branches -> Create
Allowed & Default Branch
Allowed branches and default branch can be set for each user. The showing Branches will be based on the allowed Companies for the particular user
Product
Branch can be set for products. If a product is shared between branches then it is suggested to keep branch field as empty
Partners
Branch can be set for partners
Journal
Branch for Journals
Chart of Accounts
Branch for Chart of Accounts
Warehouse
Branch can be set for Warehouse
Operation Types
When a Warehouse is created the corresponding operation types for the Warehouse will be automatically created.If the particular Warehouse have a Branch, then the same Branch will be set for the operation types too.
Purchase Order
For the newly created PO branch will be set based on the user.
Receipt
The receipt will be created once PO is confirmed.Here Destination Location and Branch will be set based on the Purchase Order Branch.
Bill
After validating the Receipt Vendor Bill can be created from the PO.For the created Bill Branch will be set as the branch selected for the PO and Journal will be set accordingly.
Sale Order
On creating a new quotation/sale order the default branch set for the user is set as the branch for the same if only one branch is allowed for the user.The warehouse used will be the warehouse of the same branch.
Delivery Order
On confirming a sale order the corresponding delivery order will be created.The branch selected for the sale order will be populated as the branch for the delivery order.Also the source location is set accordingly.
Invoice
For the invoice created for the sale order the branch will be set based on the sale order.Here the journals are also set based on the selected branch.If there is no available sales journal, then the user can't create the invoice
Suggested Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy
Our Industries
Trading
Easily procure and sell your products
POS
Easy configuration and convivial experience
Education
A platform for educational management
Manufacturing
Plan, track and schedule your operations
E-commerce & Website
Mobile friendly, awe-inspiring product pages
Service Management
Keep track of services and invoice
Restaurant
Run your bar or restaurant methodically
Hotel Management
An all-inclusive hotel management application
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedHi I have downloaded this and - it is nice addon. Multiple Branch Unit Operation Setup for All Modules In Odoo - 1. I created some branches in company. - branches- Thats fine. - 2. In Inventory When I am creating new ware house or editing exiting warehouse - although the branch field is showing up - but it is not showing or - there is no way i can view and select the branches I have created. When debugging I found some bug in
multi_branch_base.view_warehouse_inherit
so I created a field x_branch that is exactly similar to branch_id and replaced in this file and changed the following file - which worked fine and the Branch field was showing the created branch
<?xml version="1.0"?>
<xpath expr="//field[@name='company_id']" position="after">
<field name="branch_id".
( I changed to x_branch_id)
options="{'no_create': True}"/>
</xpath>
Biut in other areas the branch is showing from branch_id field. So that is only for a test. So I cant use it yet.
If you can sort this out please update the version please that will help.
Re:
The branches will show on the field branch_id on warehouses only if the created branches are selected on the 'Allowed Branches' on that corresponding user. So kindly please check by adding branches to the 'Allowed Branches' on users.
Thank You
Thank You for updating :)
Re: Thank You
You are welcome!
Can we have branch functionality extended in manufacturing module ?
Hi,
I installed this module and it works fine for Sales, Purchase and accounting but I am not able to see the branch option in the POS.
The module overview asks to install Multi Branch Base and POS branch Addon for POS, I am not able to find POS branch Addon anywhere, please help
Regards!
Good morning,
When creating a Product, a "Branch" is automatically selected, except we would like this box to remain empty because we have several websites, and if a branch is selected, it causes us errors.
Re:
The Default branch of the user comes as default in other areas, like the company. If you really need an alteration, Please send an email to odoo@cybrosys.com
Some error shown when create Invoice
Re: Some error shown when create Invoice
Thanks for reporting. We have updated the module with the necessary changes.