Collection of OCA/website related modules.
  • HTML 58.6%
  • Python 20.9%
  • JavaScript 11.2%
  • Shell 5.3%
  • Dockerfile 4%
Find a file
Janik von Rotz 28928e031c
chore(website_blog_rss_feed): update documentation and manifest with consistent RSS capitalization
This commit standardizes the module name and documentation to use "RSS" (all caps) instead of "Rss" for consistency with industry conventions and existing Odoo module naming patterns. The changes update the README, manifest, and HTML description files to reflect this capitalization, ensuring uniformity across all user-facing documentation and metadata.
2026-06-17 13:28:05 +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 chore(website_blog_rss_feed): update documentation and manifest with consistent RSS capitalization 2026-06-17 13:28:05 +02:00
website_blog_rss_feed chore(website_blog_rss_feed): update documentation and manifest with consistent RSS capitalization 2026-06-17 13:28:05 +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_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_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_blog_wordpress_url): add module to support WordPress-style blog URLs 2026-06-16 08:51:38 +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.