network_partner
This commit is contained in:
parent
cf798a996b
commit
d2ac963ee1
15 changed files with 437 additions and 1 deletions
35
network_partner/__manifest__.py
Normal file
35
network_partner/__manifest__.py
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
'name': "Network Partner",
|
||||
'summary': "Makes networks based in nodes of Partners.",
|
||||
'description': """
|
||||
Network partners
|
||||
==================================================
|
||||
Introduce el concepto de "nodo" y "red" en contactos asociados.
|
||||
|
||||
No proporciona funcionalidad por sí mismo, se usará luego en otros módulos.
|
||||
|
||||
- Modelo network
|
||||
- Modelo nodo
|
||||
- Añade campos node_id, is_node a res.partner
|
||||
- Reglas de seguridad y access lists
|
||||
""",
|
||||
'author': 'Criptomart',
|
||||
'website': "https://criptomart.net",
|
||||
'category': 'Contacts',
|
||||
'version': '12.0.1.0',
|
||||
'license': 'AGPL-3',
|
||||
'depends': ['base'],
|
||||
'data': [
|
||||
'views/res_partner_views.xml',
|
||||
'views/partner_node_views.xml',
|
||||
'views/partner_net_views.xml',
|
||||
'security/network_partner_security.xml',
|
||||
'security/ir.model.access.csv',
|
||||
'views/actions.xml',
|
||||
'views/menus.xml',
|
||||
],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
'application': False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue