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)
Inventory Management (stock)
Invoicing (account)
Sales (sale)
Website Builder (website)
Discuss (mail)
Technical Name vit_mlm
Websitehttp://vitraining.com
Versions 8.0 10.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);

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
ladylene@narratreeconsulting.com
on 7/6/21, 10:56 PM

Hi There,

I am interested on this module.  Can it be upgraded to version 14?

I have sent you an inquiry last week but no response.  please contact me.

allan.dimasuay@narratreeconsulting.com

+65 8749 5624



by
ladylene@narratreeconsulting.com
on 7/5/21, 8:45 AM

Hi, I am interested in this module.

1. does it include points from POS, Website, Sales Order, etc?

2. Can you enhance the membership tree to show pictures or icons?

Please Contact me

Allan Dimasuay@narratreeconsulting.com

+658749 5624