Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1801 Widoki

how can i hide the option "Send by Post" while "Send & Print" an invoice within odoo?

we use odoo V12 Community

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

you have to inherit the form view (snailmail_account.account_invoice_send_inherit_account_wizard_form) and remove/invisible that options.
because that option comes from snailmail_account.account_invoice_send_inherit_account_wizard_form
view and The snailmail_account module is installed automatically.

Another way is if you  uninstall this module then the "Send By Post" option will remove.
 

Awatar
Odrzuć