odoo-lve


Nameodoo-lve JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/erpcya/odoo_lve
SummaryVenezuela Location module for Odoo
upload_time2025-07-12 00:48:35
maintainerNone
docs_urlNone
authorCarlos Parada
requires_python>=3.8
licenseLGPL-3
keywords odoo venezuela location tributary withholding
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Odoo LVE - Venezuela Location Module

A comprehensive Odoo module for Venezuela-specific location and tributary information.

## Description

This module provides Venezuela-specific data and functionality for Odoo, including:

- Tributary Units (Unidades Tributarias)
- Withholding Types (Tipos de Retención)
- Withholding Concepts (Conceptos de Retención)
- Withholding Rates (Tasas de Retención)

## Features

- **Tributary Units Management**: Complete CRUD operations for Venezuela's tributary units
- **Withholding Types**: Management of different withholding types used in Venezuela
- **Withholding Concepts**: Configuration of withholding concepts and their rates
- **Security**: Proper access control and permissions
- **Multi-language Support**: Spanish interface with English translations available

## Installation

### From PyPI

```bash
pip install odoo_lve
```

### From Source

```bash
git clone https://github.com/erpcya/odoo_lve.git
cd odoo_lve
pip install -e . --no-deps
```

**Note**: Use `--no-deps` flag because Odoo is not available on PyPI and must be installed separately.

## Usage

1. Install the module in your Odoo instance
2. Go to **Apps** and search for "Venezuela Location"
3. Install the module
4. Access the new menu items under **Venezuela** in the main menu

## Requirements

- Odoo 16.0 or later (must be installed separately)
- Python 3.8 or later

**Note**: Odoo is not available on PyPI and must be installed separately. Please refer to the [official Odoo installation guide](https://www.odoo.com/documentation/16.0/administration/install.html) for instructions.

## Development

### Setup Development Environment

```bash
git clone https://github.com/erpcya/odoo_lve.git
cd odoo_lve
pip install -e . --no-deps
pip install -r requirements-dev.txt
```

### Running Tests

```bash
python -m pytest tests/
```

## Contributing

1. Fork the repository
2. Create a feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request

## License

This project is licensed under the LGPL-3 License - see the [LICENSE](LICENSE) file for details.

## Author

- **Carlos Parada** - *Initial work* - [ERP Consultores y Asociados](https://erpya.com)

## Support

For support and questions, please contact:
- Email: cparada@erpya.com
- Website: https://erpya.com

## Changelog

### 1.0.0
- Initial release
- Tributary Units management
- Withholding Types and Concepts
- Basic security implementation

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/erpcya/odoo_lve",
    "name": "odoo-lve",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "ERP Consultores y Asociados <cparada@erpya.com>",
    "keywords": "odoo, venezuela, location, tributary, withholding",
    "author": "Carlos Parada",
    "author_email": "Carlos Parada <cparada@erpya.com>",
    "download_url": "https://files.pythonhosted.org/packages/92/59/922d99f145168226bc07cb8b8339b845e114facb704f4ccab184a0f47e0a/odoo_lve-1.0.0.tar.gz",
    "platform": null,
    "description": "# Odoo LVE - Venezuela Location Module\n\nA comprehensive Odoo module for Venezuela-specific location and tributary information.\n\n## Description\n\nThis module provides Venezuela-specific data and functionality for Odoo, including:\n\n- Tributary Units (Unidades Tributarias)\n- Withholding Types (Tipos de Retenci\u00f3n)\n- Withholding Concepts (Conceptos de Retenci\u00f3n)\n- Withholding Rates (Tasas de Retenci\u00f3n)\n\n## Features\n\n- **Tributary Units Management**: Complete CRUD operations for Venezuela's tributary units\n- **Withholding Types**: Management of different withholding types used in Venezuela\n- **Withholding Concepts**: Configuration of withholding concepts and their rates\n- **Security**: Proper access control and permissions\n- **Multi-language Support**: Spanish interface with English translations available\n\n## Installation\n\n### From PyPI\n\n```bash\npip install odoo_lve\n```\n\n### From Source\n\n```bash\ngit clone https://github.com/erpcya/odoo_lve.git\ncd odoo_lve\npip install -e . --no-deps\n```\n\n**Note**: Use `--no-deps` flag because Odoo is not available on PyPI and must be installed separately.\n\n## Usage\n\n1. Install the module in your Odoo instance\n2. Go to **Apps** and search for \"Venezuela Location\"\n3. Install the module\n4. Access the new menu items under **Venezuela** in the main menu\n\n## Requirements\n\n- Odoo 16.0 or later (must be installed separately)\n- Python 3.8 or later\n\n**Note**: Odoo is not available on PyPI and must be installed separately. Please refer to the [official Odoo installation guide](https://www.odoo.com/documentation/16.0/administration/install.html) for instructions.\n\n## Development\n\n### Setup Development Environment\n\n```bash\ngit clone https://github.com/erpcya/odoo_lve.git\ncd odoo_lve\npip install -e . --no-deps\npip install -r requirements-dev.txt\n```\n\n### Running Tests\n\n```bash\npython -m pytest tests/\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the LGPL-3 License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n- **Carlos Parada** - *Initial work* - [ERP Consultores y Asociados](https://erpya.com)\n\n## Support\n\nFor support and questions, please contact:\n- Email: cparada@erpya.com\n- Website: https://erpya.com\n\n## Changelog\n\n### 1.0.0\n- Initial release\n- Tributary Units management\n- Withholding Types and Concepts\n- Basic security implementation\n",
    "bugtrack_url": null,
    "license": "LGPL-3",
    "summary": "Venezuela Location module for Odoo",
    "version": "1.0.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/erpcya/odoo_lve/issues",
        "Documentation": "https://github.com/erpcya/odoo_lve#readme",
        "Homepage": "https://github.com/erpcya/odoo_lve",
        "Repository": "https://github.com/erpcya/odoo_lve"
    },
    "split_keywords": [
        "odoo",
        " venezuela",
        " location",
        " tributary",
        " withholding"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7fafee84d71f8bdc70aa1c29992681a0a70d0b7e5c6b4dc38a37a22aedfd6feb",
                "md5": "1af86875a19adb0c634d21901716a55f",
                "sha256": "cb3838fb3bbd157dd8742b2afd402c89ceb2c4987cc9fb256972d8fce895dc20"
            },
            "downloads": -1,
            "filename": "odoo_lve-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1af86875a19adb0c634d21901716a55f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 16123,
            "upload_time": "2025-07-12T00:48:33",
            "upload_time_iso_8601": "2025-07-12T00:48:33.645621Z",
            "url": "https://files.pythonhosted.org/packages/7f/af/ee84d71f8bdc70aa1c29992681a0a70d0b7e5c6b4dc38a37a22aedfd6feb/odoo_lve-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9259922d99f145168226bc07cb8b8339b845e114facb704f4ccab184a0f47e0a",
                "md5": "ec6bdfab7bcaa0df73b8735e67eb8d41",
                "sha256": "045e8232396fc056256b88249fb34e6ae7de23bf8a6701e603f06a2f23debb4a"
            },
            "downloads": -1,
            "filename": "odoo_lve-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ec6bdfab7bcaa0df73b8735e67eb8d41",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 16844,
            "upload_time": "2025-07-12T00:48:35",
            "upload_time_iso_8601": "2025-07-12T00:48:35.050066Z",
            "url": "https://files.pythonhosted.org/packages/92/59/922d99f145168226bc07cb8b8339b845e114facb704f4ccab184a0f47e0a/odoo_lve-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-12 00:48:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "erpcya",
    "github_project": "odoo_lve",
    "github_not_found": true,
    "lcname": "odoo-lve"
}
        
Elapsed time: 1.74947s