ODOO Ninja

Quick tips for


Who are we?

Short Odoo tips and advices for programmers for both backend and frontend. Mainly written by Martin Fraňo. Slovak based programmer cooperating with Dutch company Bonebakker Computer Services specializing in Odoo development.


Trademarks

Odoo is trademark of Odoo S.A company.

Show field in read or edit mode only

Show field or button in read mode only:

<button name="add_memo" type="object" string="Add memo" class="btn-primary oe_read_only" />

Show field or button in read mode only:

<field name="memo_ids" widget="add_memo_btn" nolabel="1" class="oe_edit_only" />