Registry Addons
This guide provides details on implementing the Registry Addon Odoo Modules for integration with PBMS Odoo.
Overview
The registry modules, namely g2p_registry_addon and g2p_registry_type_addon serve multiple purposes including:
Standardize contract for interacting with various G2P Registries within the PBMS Odoo.
Abstraction of registry specific views, models, security and static files from the main odoo module which ensures consistent behavior across different registry integrations.
Custom implementations of these modules allow developers to integrate new registries (for example,
farmer,student, orworkerregistries) without modifying the PBMS Odoo modules' core logic.
You can find the the entire set of odoo addons' implementation here, which also includes custom implementation for farmer and student registries.
Last updated
Was this helpful?

