MLM Application for Odoo

by
Odoo

290.47

v 8.0 v 10.0 Third Party 4
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Accounting and Finance (account_accountant)
Employee Directory (hr)
Sales Management (sale)
Warehouse Management (stock)
Website Builder (website)
Online Billing (account_voucher)
Social Network (mail)
Technical Name vit_mlm
LicenseSee License tab
Websitehttp://vitraining.com
Versions 10.0 8.0
You bought this module and need support? Click here!

Introduction

Odoo for Multi Level Marketing Business

This custom addon is developed by vitraining.com for multi-level-marketing business. It extends the functionality of Odoo's Partner data, so they can be managed in a tree structured data required for MLM business. It uses PostgreSQL LTREE extension to do the job.

It leverages the D3js library for displaying tree structured data from within Odoo backend and website as well.

Based on the tree, we can then calculate the configured and implied bonunes for a partner from it's downlines.

This bonuses include:

  • sponsorship bonus
  • pair matched bonus
  • level bonus
  • development bonus
  • leadership bonus
  • etc

By understanding the code, you can easily implement your own bonus system at later time.

Watch our Youtube video for brief introduction of the module: https://youtu.be/UBcAApr4xtU

MLM Plan Configuration

Run your MLM business with specific Business Plan

One of the most important thing in MLM is the business plan. This defines how the MLM network business run by determining the bonus structure, how and when the bonus occurs, how much is the amount, for how many levels depth up or down, etc.

The module provides basic MLM business plan like star and binary plan, where we can define many parameters to suit out business plan.

Member Registration

Fully Customized Partner Form

Customized member form to suit MLM business, includes Upline Member, Sponsoring Member, Join Package, Product Purchased, Detailed Customer Info, etc.

Membership Tree

Display membership network tree in hierachical

Using D3JS the membership network tree is displayed dinamically where user can expand and collapse certain node in the tree

Bonus Calculation

Automatic Bonus Calculation when a downline is joined

Everytime a downline is joined and activated in the network, the upline or the sponsoring member will get the bonus automatically calculated depending on the MLM Business Plan setting.

Stockist Registration

Manage your stock locations and partners

Member that act as a stockist must be set is_stockist = True and we must create a Warehouse/Location for this stockist.

Stockist is considered as a Warehouse and linked to Partner Member (a the Warehouse Address field), in which the Sales Order can be created in the name of that Warehouse, and Odoo will automatically create stock movement from that Warehouse to the Customer location.

PostgreSQL Extension Configuration

Here are some things you can modify

The MLM addons need LTREE extension in order to easily traverse between nodes in the Partner's hierarchical structure. By default this extension is not installed on the PostgreSQL database. First, Install postgresql-contrib-9.3 package. On Linux, type this command:

# apt-get install postgresql-contrib

The vit_mlm module should automatically setup this, but in case you got some error regarding the LTREE extension, you can manually install it on Odoo PostgreSQL database, by executing these commands:

CREATE extension ltree;
ALTER table res_partner ADD column path_ltree ltree;
CREATE INDEX path_gist_res_partner_idx ON res_partner USING GIST(path_ltree);
CREATE INDEX path_res_partner_idx ON res_partner USING btree(path_ltree);

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
by
mennioui.208@gmail.com
on 1/28/19, 6:01 AM

Hello, we are a society that applies the MLM, and we want to have some documentations to know if it responses to our needs.


one demo is possible
by
Julian Perez
on 2/10/18, 12:48 PM

is posiblle one demo.?