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,
I want to disable the "print" function from "send and print" in invoices.
Thank you
Hi, or you do it in xml or add dev and custom module.
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>
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
lug 25
|
2480 | ||
|
2
lug 25
|
7924 | ||
|
2
lug 25
|
4354 | ||
|
2
lug 25
|
4083 | ||
|
2
giu 25
|
2677 |