Skip to content
Snippets Groups Projects
Commit 0cffe7e3 authored by Marco Folco's avatar Marco Folco
Browse files

Merge branch 'SOF-90-Quitar_cantidad_prestaciones' into '12.0-stage'

[MOD] medical invoice view

See merge request !54
parents 3228dde1 0c4590e6
No related branches found
No related tags found
1 merge request!54[MOD] medical invoice view
......@@ -27,6 +27,7 @@
"depends": [
"health_insurance",
"medical_benefit",
"medical_staff",
"payment",
"product",
"account",
......
......@@ -84,5 +84,14 @@
action="medical_invoice_action"
parent="account.menu_finance"
/>
<!-- Invoice menuitems -->
<record model="ir.ui.menu" id="account.menu_account_supplier">
<field name="action" ref="medical_staff.res_partner_professional_action"/>
</record>
<record model="ir.ui.menu" id="account.menu_account_customer">
<field name="action" ref="health_insurance.health_insurance_plan_action"/>
</record>
</odoo>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment