Collection of OCA/website related modules.
  • HTML 58.6%
  • Python 21.6%
  • JavaScript 10.8%
  • Shell 5.1%
  • Dockerfile 3.9%
Find a file
2026-08-28 10:53:18 +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
prompts fix(website_blog_rss_feed): correct XML declaration quotes and convert relative URLs to absolute 2026-08-26 16:01:36 +02:00
website_blog_rss_feed fix(website_blog_rss_feed): correct XML declaration quotes and convert relative URLs to absolute 2026-08-26 16:01:36 +02:00
website_blog_wordpress_url docs(AGENTS.md): improve formatting and clarity for agent guidelines 2026-06-17 08:15:17 +02:00
website_date_of_birth fix(website_blog_rss_feed): correct XML declaration quotes and convert relative URLs to absolute 2026-08-26 16:01:36 +02:00
website_form_check feat(website_blog_wordpress_url): add module to support WordPress-style blog URLs 2026-06-16 08:51:38 +02:00
website_sale_address_optional_phone feat(website_sale_address_optional_phone): add module to remove phone from mandatory address fields 2026-04-24 10:19:55 +02:00
website_sale_default_country_ch feat(website_date_of_birth): migrate 2026-07-07 16:15:20 +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_sale_permit_extra_info): removed autoremoval of sale.order.line - did not fix issue 2026-08-28 10:53:18 +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
AGENTS.md docs(AGENTS.md): improve formatting and clarity for Odoo coding guidelines 2026-06-17 12:08:45 +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_blog_rss_feed): add module to provide WordPress-style RSS feeds for Odoo blogs 2026-06-17 08:14:48 +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.