Extend eCommerce to support purchase workflow#1294
Draft
radhr-odoo wants to merge 3 commits into
Draft
Conversation
…urchases Developing a new ecommerce module that extends website_sale to manage both selling and purchasing operations. It will allow users to perform purchase related activities directly from the website, reducing manual processes. Improves workflow efficiency, provides greater flexibility, and creates a more complete eCommerce experience for users.
3afa6cc to
b70a4ab
Compare
Added configuration settings to enable marketplace purchase functionality and support the C2C workflow. Allows administrators to control eCommerce purchase flow directly from system settings. Improves platform flexibility and provides a more scalable marketplace experience for users.
b70a4ab to
6aa006c
Compare
…users Added role-based login and access control for multivendor website users. Ensures users can only access features and operations permitted for their assigned roles. Improves security, simplifies user management, and provides a more controlled and efficient workflow in Odoo.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Overview
This PR introduces a new ecommerce module that extends the functionality of website_sale to support both sales and purchase operations within the website workflow.
Features Implemention
Benefits