Kindly suggest something
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
You can add attribute trackvisibility = 'onchange' for the journal_id field and this will automatically post message logs whenever create a journal entry for the vendor bill. You can also manually update the log by overriding the write() method of invoice and add log by using message_post() function.
sir your answer seems very right. Thank you so much for your reply. I used following lines of code after inheriting into account.move
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data>
<record id="view_move_form" model="ir.ui.view">
<field name="name">account.move.form</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<xpath expr="//notebook" position="after">
<div class="oe_chatter">
<field name="message_follower_ids" widget="mail_followers"/>
<field name="message_ids" widget="mail_thread" options='{"thread_level": 1}'/>
</div>
</xpath>
</field>
</record>
</data>
</odoo>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit seRelated Posts | Odpovědi | Zobrazení | Aktivita | |
---|---|---|---|---|
|
2
pro 21
|
4700 | ||
|
3
led 25
|
4831 | ||
|
3
kvě 24
|
6727 | ||
|
1
čvc 23
|
1947 | ||
|
1
srp 24
|
3099 |