mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-18 07:12:03 +02:00
51 lines
1.1 KiB
Markdown
51 lines
1.1 KiB
Markdown
# Extended Addresses
|
|
|
|
|
|
Extended Addresses Management
|
|
=============================
|
|
|
|
This module provides the ability to choose a city from a list (in specific countries).
|
|
|
|
It is primarily used for EDIs that might need a special city code.
|
|
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
pip install odoo-bringout-oca-ocb-base_address_extended
|
|
```
|
|
|
|
## Dependencies
|
|
|
|
This addon depends on:
|
|
- base
|
|
|
|
## Manifest Information
|
|
|
|
- **Name**: Extended Addresses
|
|
- **Version**: 1.1
|
|
- **Category**: Hidden
|
|
- **License**: LGPL-3
|
|
- **Installable**: False
|
|
|
|
## Source
|
|
|
|
Based on [OCA/OCB](https://github.com/OCA/OCB) branch 16.0, addon `base_address_extended`.
|
|
|
|
## License
|
|
|
|
This package maintains the original LGPL-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
|
|
- Install: doc/INSTALL.md
|
|
- Usage: doc/USAGE.md
|
|
- Configuration: doc/CONFIGURATION.md
|
|
- Dependencies: doc/DEPENDENCIES.md
|
|
- Troubleshooting: doc/TROUBLESHOOTING.md
|
|
- FAQ: doc/FAQ.md
|