-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IMP acc_facto_receiv_bal_eurofactor: report
- Loading branch information
Showing
3 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
account_factoring_receivable_balance_eurofactor/views/subrogation.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
|
||
|
||
<record id="subrogation_receipt_form" model="ir.ui.view"> | ||
<field name="model">subrogation.receipt</field> | ||
<field | ||
name="inherit_id" | ||
ref="account_factoring_receivable_balance.subrogation_receipt_form" | ||
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='factor_journal_id']" position="before"> | ||
<field name="id" string="N°" /> | ||
</xpath> | ||
</field> | ||
</record> | ||
|
||
<record id="subrogation_receipt_tree" model="ir.ui.view"> | ||
<field name="model">subrogation.receipt</field> | ||
<field | ||
name="inherit_id" | ||
ref="account_factoring_receivable_balance.subrogation_receipt_tree" | ||
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='factor_journal_id']" position="before"> | ||
<field name="id" string="N°" /> | ||
</xpath> | ||
</field> | ||
</record> | ||
|
||
|
||
</odoo> |