This is an example of what my Customer Invoices look like:
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účtovníctvo
- Sklady
- PoS
- Project
- MRP
This question has been flagged
1
Odpoveď
5372
Zobrazenia
You can move the widget outside of the group that is formatted to display narrow and on the right hand side.
Create your own ir.ui.view like this:
Be sure to choose the first account.invoice.form view in the Inherited View field.
XML code:
<data>
<field name="outstanding_credits_debits_widget" position="replace"/>
<group class="oe_subtotal_footer oe_right" position="after">
<group>
<field name="outstanding_credits_debits_widget" colspan="2"
nolabel="1" widget="payment"
attrs="{'invisible': [('state', 'not in', 'open')]}"/>
</group>
</group>
</data>
Your Invoices will now look something like this:
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
RegistráciaRelated Posts | Replies | Zobrazenia | Aktivita | |
---|---|---|---|---|
|
1
mar 25
|
1600 | ||
|
1
mar 23
|
5331 | ||
|
1
okt 22
|
11502 | ||
|
7
jan 22
|
18975 | ||
Difference Amount in Payment
Solved
|
|
1
jan 24
|
15238 |