distinguish authentic module and customize module

Registered by Christophe CHAUVET

with base_module_recorder we can save our customization as a module and import it as a module.
We cannot distinguish the original module and customize module.
I propose to add a type field in __terp__.py
ex:
for an authentic module
{
    'type': 'module',
}
for a customize module
{
    'type': 'custom',
}

and after add a differents menus to see only authentic module and custom module.

Blueprint information

Status:
Not started
Approver:
None
Priority:
Undefined
Drafter:
Christophe CHAUVET
Direction:
Needs approval
Assignee:
None
Definition:
Drafting
Series goal:
None
Implementation:
Unknown
Milestone target:
None

Related branches

Sprints

Whiteboard

The type of module are:
- module (default value)
- custom (parametrization)
- profile

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.