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:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
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..