Guest User

Untitled

a guest
Aug 16th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. from odoo.addons.account_invoice import account_invoice
  2.  
  3. class CustomAccountInvoice(account_invoice.account_invoice):
  4. //some function definitions
  5.  
  6. <tr>
  7. <td class="text-left">
  8. <span t-field="o.custom_value"/>
  9. </td>
  10. </tr>
Add Comment
Please, Sign In to add comment