mirror of
https://github.com/bringout/oca-web.git
synced 2026-04-18 13:32:02 +02:00
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
1,005 B
Markdown
46 lines
1,005 B
Markdown
# Client side message boxes
|
|
|
|
Odoo addon: web_ir_actions_act_window_message
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-web-web_ir_actions_act_window_message
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- web
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Client side message boxes
|
|
- **Version**: 16.0.1.0.1
|
|
- **Category**: Hidden/Dependency
|
|
- **License**: AGPL-3
|
|
- **Installable**: False
|
|
|
|
## Source
|
|
|
|
Based on [OCA/web](https://github.com/OCA/web) branch 16.0, addon `web_ir_actions_act_window_message`.
|
|
|
|
## License
|
|
|
|
This package maintains the original AGPL-3 license from the upstream Odoo project.
|
|
|
|
## Documentation
|
|
|
|
- Overview: doc/OVERVIEW.md
|
|
- Architecture: doc/ARCHITECTURE.md
|
|
- Models: doc/MODELS.md
|
|
- Controllers: doc/CONTROLLERS.md
|
|
- Wizards: doc/WIZARDS.md
|
|
- Reports: doc/REPORTS.md
|
|
- Security: doc/SECURITY.md
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|