Please help me with coding
Be aware, that's from now on cost_price and list_price are required in
module product. They can be 0 - but they have to be set. As it is a
property, you must create properties for each record of product_template
according to each company you have in your setup.
I'm completely new to Tryton, so maybe my question is a FAQ or entirely
stupid; therefore any pointers to that FAQ (or any other documentation) I
might not have found are highly welcome…
I have been able to setup Tryton with the contract, timesheet and
timesheet_invoice modules (including their dependencies) to fit all my
<record model="ir.ui.view" id="category_view_list">
<field name="model">product.category< /field>
<field name="type">tree</field>
<field name="priority">10</field>
<field name="arch" type="xml">