Files
server-backend/server_action_navigate/__manifest__.py
Florent THOMAS 6b045f01ba FIX depenedencies in view
running -u all cause an issue :
```
wip-test odoo.addons.base.models.ir_ui_view: delete_last_line n'est pas une action valide sur base.automation

View name: Automations
Error context:
 view: ir.ui.view(1145,)
 xmlid: view_base_automation_form
 view.model: base.automation
 view.parent: ir.ui.view(15,)
 file: /home/florent.thomas/DEV/Odoo_Server_And_Libs/Servers_14.0/OCB/addons/base_automation/views/base_automation_view.xml

2022-08-19 10:29:00,179 2679017 WARNING thesocialitefamily14-wip-test odoo.modules.loading: Transient module states were reset
2022-08-19 10:29:00,184 2679017 ERROR thesocialitefamily14-wip-test odoo.modules.registry: Failed to load registry
```
2024-03-14 19:09:19 +01:00

19 lines
753 B
Python

# Copyright (C) 2020 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Server Actions - Navigate",
"version": "14.0.1.0.1",
"author": "GRAP, Odoo Community Association (OCA)",
"summary": "Navigate between any items of any Odoo Models",
"category": "Tools",
"website": "https://github.com/OCA/server-backend",
"license": "AGPL-3",
"depends": ["base", "base_automation"],
"maintainers": ["legalsylvain", "ashishhirpara"],
"data": ["security/ir.model.access.csv", "views/view_ir_actions_server.xml"],
"demo": ["demo/ir_actions_server.xml"],
"uninstall_hook": "uninstall_hook",
}