Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 295 |
Technical Name |
migor_partition_manager |
License | LGPL-3 |
Website | https://www.facebook.com/Migor28 |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Lines of code | 295 |
Technical Name |
migor_partition_manager |
License | LGPL-3 |
Website | https://www.facebook.com/Migor28 |
Partition Manager
Version: 16.0
Author: Mark Nguyen
Category: Tools
Overview
Partition Manager is a developer tool that allows advanced users and administrators to manage PostgreSQL table partitioning directly from the Odoo backend.
Main Features
- Create and manage PostgreSQL table partitions
- Simulate partition rules before applying
- Support for monthly, yearly, and custom partitions
- Fully customizable and developer-friendly
How to Use
- Go to
Partition Rules
menu on the interface assuperadmin
. - Select the model you want to partition (e.g.,
stock.move
). - Choose a date/datetime field (e.g.,
create_date
). - Specify your partitioning strategy (monthly/yearly/custom).
- Click Simulate or Apply to execute.
Note
- Selected fields must be
required = True
andNot Null
- You should backup your data first to avoid errors because if you change it, you cannot go back.
- Also if there is any error please contact me, I will handle it for you immediately
Compatibility
- Tested on Odoo 16.0
- Requires PostgreSQL >= 11
Support
For issues or contributions, please contact the author or visit the project repository.
Facebook : Nguyen Van Minh - @Migor28
Gmail: marknguyen.migor@gmail.com
Please log in to comment on this module