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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
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..
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Inscribirse