5 Commits
Author SHA1 Message Date
Parthiv Patel be4d40e5dc [PATCH] Upstream patch - 28092021 2021-09-28 09:36:03 +00:00
Gaurav Patel a965c5f1e8 [IMP] Just a 2.0 Release in 2020..The numbers are matching and making more sense now. 2020-12-25 19:59:15 +05:30
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
Kaushal Prajapati 8529c2013a [FIX] Remvoe required parameter from website field of link tracker 2018-01-17 12:10:36 +05:30
Kaushal Prajapati f2eb0e33a2 [IMP] "website_links" compatible with Multi-Website 2018-01-17 12:10:36 +05:30