Skip to content

Commit

Permalink
[FIX] public_budget: add print button for budget mods.
Browse files Browse the repository at this point in the history
closes #481

Signed-off-by: Nicolas Mac Rouillon <nmr@adhoc.com.ar>
  • Loading branch information
nicomacr committed May 15, 2023
1 parent a05e3d5 commit 6fa3d37
Show file tree
Hide file tree
Showing 2 changed files with 2 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.5.0",
'version': "15.0.1.6.0",
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
1 change: 1 addition & 0 deletions public_budget/views/budget_modification_views.xml
Expand Up @@ -51,6 +51,7 @@
<field name="type"/>
<field name="name"/>
<field name="reference"/>
<button name="%(action_budget_modification_report)d" help="Print" type="action" icon="fa-print"/>
</tree>
</field>
</record>
Expand Down

0 comments on commit 6fa3d37

Please sign in to comment.