Skip to content

Commit

Permalink
[13.0] [IMP] account_ux: Button to open docs in aml analisis.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr authored and jjscarafia committed Feb 23, 2021
1 parent 8af066a commit e63f2a5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion account_ux/__manifest__.py
Expand Up @@ -19,7 +19,7 @@
##############################################################################
{
'name': 'Account UX',
'version': "13.0.1.8.0",
'version': "13.0.1.9.0",
'category': 'Accounting',
'sequence': 14,
'summary': '',
Expand Down
11 changes: 11 additions & 0 deletions account_ux/views/account_move_line_views.xml
Expand Up @@ -33,6 +33,17 @@
</field>
</record>

<record id="view_move_line_tree_grouped" model="ir.ui.view">
<field name="name">account.move.line.tree</field>
<field name="model">account.move.line</field>
<field name="inherit_id" ref="account.view_move_line_tree_grouped"/>
<field name="arch" type="xml">
<tree>
<button type="object" string="Open Document" icon="fa-file-o" help="Open Related Document" name="action_open_related_document"/>
</tree>
</field>
</record>

<record id="view_move_line_payment_group_tree" model="ir.ui.view">
<field name="name">account.move.line.tree</field>
<field name="model">account.move.line</field>
Expand Down

0 comments on commit e63f2a5

Please sign in to comment.