mirror of
https://github.com/Mint-System/Odoo-Apps-Website.git
synced 2026-06-22 19:25:21 -06:00
Collection of OCA/website related modules.
- HTML 58.6%
- Python 20.9%
- JavaScript 11.2%
- Shell 5.3%
- Dockerfile 4%
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. |
||
|---|---|---|
| .github/workflows | ||
| auth_signup_firstname | ||
| images | ||
| prompts | ||
| website_blog_rss_feed | ||
| website_blog_wordpress_url | ||
| website_form_check | ||
| website_sale_address_optional_phone | ||
| 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 | ||
| AGENTS.md | ||
| 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. |