Skip to content

Commit

Permalink
[IMP] public_budget: diario destino en vista tree transferencias
Browse files Browse the repository at this point in the history
Task: 31482
  • Loading branch information
pablohmontenegro committed Sep 8, 2023
1 parent f9fc7f5 commit ac7f1ed
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public_budget/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
'name': 'Public Budget',
'license': 'AGPL-3',
'version': "15.0.1.11.0",
'version': "15.0.1.12.0",
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
12 changes: 12 additions & 0 deletions public_budget/views/account_payment_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@
</field>
</record>

<record model="ir.ui.view" id="view_account_payment_tree">
<field name="name">account.payment.tree</field>
<field name="model">account.payment</field>
<field name="priority">120</field>
<field name="inherit_id" ref="account_payment_group.view_account_payment_from_group_tree"/>
<field name="arch" type="xml">
<field name="partner_id" position="replace">
<field name="destination_journal_id"/>
</field>
</field>
</record>

<!-- tree of payments on payment groups -->
<record id="view_account_payment_from_group_tree" model="ir.ui.view">
<field name="name">account.payment.tree</field>
Expand Down

0 comments on commit ac7f1ed

Please sign in to comment.