mirror of
https://github.com/Mint-System/Odoo-Apps-Website.git
synced 2026-04-23 22:23:47 -06:00
Collection of OCA/website related modules.
- HTML 53.4%
- Python 19.7%
- JavaScript 14.7%
- Shell 6.9%
- Dockerfile 5.3%
| .github/workflows | ||
| auth_signup_firstname | ||
| images | ||
| website_form_check | ||
| website_sale_disable_cart | ||
| website_sale_permit_extra_info | ||
| website_sale_pricelist_fixed_discount | ||
| website_sale_restricted_qty | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| .pylintrc | ||
| .ruff.toml | ||
| checklog-odoo.cfg | ||
| coding-guidelines.py | ||
| eslint.config.cjs | ||
| LICENSE | ||
| prettier.config.cjs | ||
| README.md | ||
| task | ||
Odoo Apps: Website
Odoo modules extending the website module.
Usage
Clone this repo into the Odoo addons directory.
git clone git@github.com:Mint-System/Odoo-Apps-Website.git ./addons/website
Available modules
| Module | Summary |
|---|---|
| auth_signup_firstname | Allows to log in with first name and last name on the website. |
| website_sale_permit_extra_info | Adds extra webshop page and data validation and processing to permit sale workflow. |
| website_sale_pricelist_fixed_discount | Add discount from pricelist with fixed price. |
| website_sale_restricted_qty | Shows minimum sale quantity for product on webshop product page. |