Hi,
I want to disable the "print" function from "send and print" in invoices.
Thank you
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
Check Below code
<record id="view_move_form_inherit" model="ir\.ui\.view\"\>
\ \ \ \ \<field\ name=\"name\"\>account.move.form.inherit</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form"/>
<field name="arch" type="xml">
<button name="action_invoice_sent" position="attributes">
<attribute name="invisible">1</attribute>
</button>
</field>
</record>
Create an account today to enjoy exclusive features and engage with our awesome community!
Înscrie-te| Related Posts | Răspunsuri | Vizualizări | Activitate | |
|---|---|---|---|---|
|
3
sept. 25
|
3681 | |||
|
0
aug. 25
|
1120 | |||
|
1
aug. 25
|
3474 | |||
|
2
iul. 25
|
9057 | |||
|
2
iul. 25
|
5375 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.