Flectra is an Open Source ERP and CRM system built using python and postgresql.
e088762a21
- 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 |
||
---|---|---|
.gitlab/issue_templates | ||
.tx | ||
addons | ||
debian | ||
doc | ||
flectra | ||
setup | ||
.gitignore | ||
.gitlab-ci.yml | ||
.mailmap | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
flectra-bin | ||
LICENSE | ||
Makefile | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py |
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.