Skip to content

Commit

Permalink
Merge PR #312 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
github-grap-bot committed Apr 18, 2023
2 parents 6c85a65 + 73074d5 commit 85fd5f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions grap_change_views_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"account_financial_report",
"account_group_menu",
"account_invoice_overdue_reminder",
"account_invoice_supplier_ref_unique",
"account_invoice_supplierinfo_update_qty_multiplier",
"account_invoice_triple_discount",
"account_subsequence_fiscal_year",
Expand Down
8 changes: 8 additions & 0 deletions grap_change_views_account/views/view_account_invoice.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="date_invoice" position="before">
<field name="number"/>
</field>
<!-- hide reference, and replace by 'supplier_invoice_number'-->
<field name="reference" position="before">
<field name="supplier_invoice_number"/>
</field>
<field name="reference" position="attributes">
<attribute name="groups">base.group_erp_manager</attribute>
</field>

<!-- Move Due Date -->
<field name="date_due" position="replace"/>
<field name="residual_signed" position="after">
Expand Down

0 comments on commit 85fd5f7

Please sign in to comment.