Add the notion of application specification keys to allow administrators to specify the names of specification items that can be used on an application. This aims to homogenize specifications and to later provide a sort of checklist when creating a new application for a customer. Added groups for partner applications (user and admin). Administrators have the right to create specification keys while users can only read them (and use them to create specifications on an application). Various view improvements across the affected modules.
5 lines
167 B
Python
5 lines
167 B
Python
from . import application
|
|
from . import application_specification
|
|
from . import application_type
|
|
from . import res_partner
|
|
from . import application_specification_key
|