Collection of OCA/website related modules.
  • HTML 53.4%
  • Python 19.7%
  • JavaScript 14.7%
  • Shell 6.9%
  • Dockerfile 5.3%
Find a file
2026-04-22 17:48:25 +02:00
.github/workflows feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
auth_signup_firstname fix(auth_signup_firstname): remove logger 2026-03-20 14:15:54 +01:00
images feat(website_sale_restricted_qty): re-init 2026-03-06 14:32:32 +01:00
website_form_check fix(website_form_check): remove logger 2026-04-22 17:48:25 +02:00
website_sale_disable_cart feat(website_form_check): add redirect url handling 2026-03-31 13:06:48 +02:00
website_sale_permit_extra_info feat(website_form_check): add redirect url handling 2026-03-31 13:06:48 +02:00
website_sale_pricelist_fixed_discount feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
website_sale_restricted_qty linting 2026-03-19 12:09:08 +01:00
.editorconfig feat(website_sale_helm): init 2025-04-05 10:37:34 +02:00
.gitattributes feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
.gitignore feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
.pre-commit-config.yaml feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
.pylintrc feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
.ruff.toml feat(website_sale_helm): init 2025-04-05 10:37:34 +02:00
checklog-odoo.cfg feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
coding-guidelines.py feat(website_sale_helm): add checkout form and update module structure 2025-09-17 19:25:56 +02:00
eslint.config.cjs feat(website_sale_pricelist_fixed_discount): migrate 2025-11-17 12:18:15 +01:00
LICENSE feat(website_sale_helm): init 2025-04-05 10:37:34 +02:00
prettier.config.cjs feat(website_sale_helm): init 2025-04-05 10:37:34 +02:00
README.md feat(auth_signup_firstname): improve code style and add module to README 2026-03-20 07:59:36 +01:00
task feat(auth_signup_firstname): improve code style and add module to README 2026-03-20 07:59:36 +01:00

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.