Hi guys, I need a simple form (list) of products so I added <report> into the xml, now I can see print button in tree view if product selected. Adapted one report(label) form from product but it's structure is horrible. So I would like to ask you for help ... how to create a simple ..... very simple form which will contain a header (title, date), table which will contain only 3 columns: name, quantity and location, no footer required. Simplest ..... Best.
Still getting an error:
TypeError: get_response() takes exactly 2 arguments (1 given)
while trying create a simple report form :(
What a'm i doing wrong ?
<?xml version="1.0" encoding="ISO-8859-1"?>
<templates xml:space="preserve">
<t t-name="Product report" t-attf-class="base #{cls}">
<div style="background-color: red;">This is simple HTML</div>
</t>
</templates>