How to view the accounting module invoice under the sales module orders menu
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
Hi,
1. Create a new XML file.
<odoo>
<record id="sale_invoice_action" model="ir.actions.act_window">
<field name="name">Invoice</field>
<field name="res_model">account.move<
<field name="view_mode">tree,form</
<field name="domain">[('move_type','=
<field name="context">{'default_move_
</record>
<menuitem id="menu_sale_invoice_main" name="Invoice" action="sale_invoice_action" parent="sale.sale_order_menu" sequence="20"/>
</odoo>
Hope it helps
Please watch the reference video of creating menu in Odoo..
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se