Required Apps |
•
Discuss (mail)
|
Technical Name |
to_base
|
License | OPL-1 |
Also available in version | 17.0 16.0 15.0 14.0 |
Content for Each Section:
1. Introduction:
The Viindoo Base module for Odoo 17.0 is a utility module designed to provide developers with essential tools and utilities to enhance the functionality of their Odoo applications.
2. Key Features:
Barcode Validation: Check if a barcode exists by passing the model and barcode field name.
Barcode Generation: Generate barcodes from any number.
IP Retrieval: Find the IP address of the host where Odoo is running.
Date & Time Utilities: Convert time to UTC, UTC to local time, get weekdays for a given period, determine the same weekday next week, and split dates.
Directory Zipping: Zip a directory and return a bytes object ready for storing in binary fields, eliminating the need for on-disk temporary files.
Digit Summation: Sum all digits of a number (int or float)
3. Benefits:
Enhanced Development Efficiency: Streamline common tasks with built-in utilities.
Improved Data Handling: Simplify barcode management and date/time operations.
Optimized Performance: Reduce the need for external libraries by utilizing internal functionalities.
4. Compatibility:
The Viindoo Base module is compatible with Odoo 17.0 and is available for previous versions
5. Installation:
To install the Viindoo Base module:
Download the module from the Odoo Apps Store.
Navigate to your Odoo backend and go to the Apps menu.
Click on 'Update Apps List' to refresh the list of available modules.
Search for 'Viindoo Base' and click 'Install'.
6. Support:
For support and inquiries, please contact the module developer
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.