[IMP] account_usability_akretion: improve action from account.account form view that jumps to account.move.line tree view
This commit is contained in:
@@ -167,5 +167,12 @@
|
|||||||
</field>
|
</field>
|
||||||
</record>
|
</record>
|
||||||
|
|
||||||
|
<!-- Inherit action called from button of account.account form view
|
||||||
|
Make it similar to standard "Journal Items" menu account.action_account_moves_all_a -->
|
||||||
|
<record id="account.action_move_line_select" model="ir.actions.act_window">
|
||||||
|
<field name="domain">[('display_type', 'not in', ('line_section', 'line_note'))]</field>
|
||||||
|
<field name="view_id" ref="account.view_move_line_tree"/>
|
||||||
|
<field name="view_mode">tree,pivot,graph,kanban</field>
|
||||||
|
</record>
|
||||||
|
|
||||||
</odoo>
|
</odoo>
|
||||||
|
|||||||
Reference in New Issue
Block a user