Skip to content

Commit

Permalink
[IMP] public_budget: mejora en afectaciones definitivas en transacciones
Browse files Browse the repository at this point in the history
closes #520

Tarea: 30617
X-original-commit: 4a494c8
Signed-off-by: Katherine Zaoral <kz@adhoc.com.ar>
Signed-off-by: pablohmontenegro <pam@adhoc.com.ar>
  • Loading branch information
pablohmontenegro committed Jan 12, 2024
1 parent c919664 commit c512767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
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.12.0",
'version': "15.0.1.13.0",
'author': 'ADHOC SA,Odoo Community Association (OCA)',
'website': 'www.adhoc.com.ar',
'category': 'Accounting & Finance',
Expand Down
5 changes: 4 additions & 1 deletion public_budget/views/definitive_line_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,10 @@
<!-- sacamos el editable porque nos da un error por sua tree editable en un pop up -->
<field name="issue_date"/>
<field name="supplier_id" context="{'res_partner_search_mode': 'supplier'}"/>
<field name="amount"/>
<field name="amount" string="Definitivo"/>
<field name="invoiced_amount"/>
<field name="to_pay_amount" optional="hide"/>
<field name="paid_amount" optional="hide"/>
<field name="state" invisible="True"/>
<field name="currency_id" invisible="1"/>
<field name="to_pay_amount" invisible="1"/>
Expand Down

0 comments on commit c512767

Please sign in to comment.