Platoniq/decidim-module-odoo

View on GitHub
lib/decidim/odoo/admin.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

module Decidim
  module Odoo
    # This module contains all the domain logic associated to the decidim-odoo
    # module admin panel.
    module Admin
    end
  end
end