Skip to content

Commit

Permalink
[ADD] public_budget: Add button to print liquidacion.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomacr committed Nov 17, 2022
1 parent 5033a12 commit f171196
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public_budget/__manifest__.py
@@ -1,7 +1,7 @@
{
'name': 'Public Budget',
'license': 'AGPL-3',
'version': "15.0.1.2.0",
'version': "15.0.1.3.0",
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
3 changes: 3 additions & 0 deletions public_budget/views/account_move_views.xml
Expand Up @@ -46,6 +46,9 @@
<!-- <button name="action_account_invoice_payment_group" position="attributes">
<attribute name="invisible">1</attribute>
</button> -->
<button name="button_cancel" position="before">
<button name="%(action_aeroo_report_liquidation)d" class="oe_highlight" string="Imprimir Liquidación" type="action"/>
</button>

<!-- we hide refund button -->
<button name="action_reverse" position="attributes">
Expand Down

0 comments on commit f171196

Please sign in to comment.