mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-22 21:02:01 +02:00
19.0 vanilla
This commit is contained in:
parent
ba20ce7443
commit
768b70e05e
2357 changed files with 1057103 additions and 712486 deletions
|
|
@ -7,13 +7,13 @@
|
|||
<form string="Make Accrual Entries">
|
||||
<field name="company_id" invisible="1"/>
|
||||
<group>
|
||||
<div class="alert alert-info" colspan="4" role="alert" attrs="{'invisible': [('display_amount', '!=', True)]}">
|
||||
<div class="alert alert-info" colspan="4" role="alert" invisible="not display_amount">
|
||||
There doesn't appear to be anything to invoice for the selected order. However, you can use the amount field to force an accrual entry.
|
||||
</div>
|
||||
<group>
|
||||
<field name="journal_id"/>
|
||||
<field name="account_id"/>
|
||||
<field name="amount" attrs="{'invisible': [('display_amount', '!=', True)]}"/>
|
||||
<field name="amount" invisible="not display_amount"/>
|
||||
<field name="display_amount" invisible="1"/>
|
||||
</group>
|
||||
<group>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue