Flectra is an Open Source ERP and CRM system built using python and postgresql.
Go to file
Siddharth Bhalgami e088762a21 [IMP] Improve Multi-Website Functionalities:-
- Affected Modules:
    website_sale, website_blog, website_partner, website_crm_partner_assign,
    website_customer, website_slides, website_links, website_membership,
    website_hr, website_hr_recruitment, website_payment, website_sale_delivery,
    website_forum, website_event

- Remove unnecessary model `website.product.pricelist` from website_sale,
  All its mechanism already transferd to existing model `product.pricelist`

- Change in `product.pricelist` model, make website_id(o2m) to website_ids(m2m),
  As user can choose that same pricelist can be used in multiple websites

- Added `default_website` as default values in `website_ids(m2m)` & `website_id(m2o)` field in
  almost all affected modules (mentioned above!!)

- To use/publish things(like... product, pricelist, blog, forum, events, etc...) in website,
  User have to set `website_published` mechanism `on` (if it's available for that model/object),
  Also have to set/assign different websites in `website_ids` field as per needs
2018-02-12 18:44:52 +05:30
.gitlab/issue_templates [ADD] bug template fix 2018-01-18 00:55:16 -08:00
.tx [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
addons [IMP] Improve Multi-Website Functionalities:- 2018-02-12 18:44:52 +05:30
debian [FIX] debian build 2018-01-17 04:08:43 -08:00
doc [FIX] cla 2018-02-12 14:21:15 +05:30
flectra Scheduled failure Logs and keep days for email . 2018-02-08 09:21:46 +00:00
setup [REN] namespace rename 2018-01-17 23:18:42 -08:00
.gitignore Update .gitignore 2018-01-16 17:02:27 +05:30
.gitlab-ci.yml Update .gitlab-ci.yml 2018-01-24 11:30:57 +00:00
.mailmap [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
CODE_OF_CONDUCT.md [ADD] CODE_OF_CONDUCT 2018-01-16 16:54:23 +05:30
CONTRIBUTING.md Update CONTRIBUTING.md 2018-01-18 11:07:13 +00:00
COPYRIGHT [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
flectra-bin [REN] rename namespace 2018-01-16 02:34:37 -08:00
LICENSE [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
Makefile [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
MANIFEST.in [FIX] manifest 2018-01-17 04:13:41 -08:00
README.md Update README.md 2018-01-27 10:27:28 +00:00
requirements.txt Update requirements.txt 2018-01-24 11:11:06 +00:00
setup.cfg [INIT] Inception of Flectra from Odoo 2018-01-16 11:45:59 +05:30
setup.py [MOD] Favicon And .bmp Files 2018-01-17 12:10:36 +05:30

pipeline status coverage report

Flectra

Flectra is a suite of web based open source business apps forked from Odoo.

The main Flectra Apps include an Open Source CRM,Website Builder,eCommerce,Warehouse Management, Project Management,Billing & Accounting,Point of Sale,Human Resources,Marketing,Manufacturing, Purchase Management and many more.

Flectra Apps can be used as stand-alone applications, but they also integrate seamlessly so you get a full-featured Open Source ERP when you install several Apps.

Getting started with Flectra

For a standard installation please follow this snippet.