- custom module for user's CRUD activities on models in Odoo 14
- I created a conda environment with python=3.7 where I installed Odoo 14's requirement.
- I created a docker container to run a postgres instance using the following command:
- I used Audit Trail module for odoo 14 and made some customizations here is the link:
- I cloned the Audit menuitem and named it "SyncLogs" with 2 submenus: Rules and Logs.
- Rule menuitem where you add the tarcking rule for the Model(Student, Parent)
- Logs menuitem with slight changes from the original where an "action" field is added. https://drive.google.com/file/d/10wCadoovchkOd0f5O7GBFl9jwRrWyz3a/view?usp=sharing