Tutorial by Topics: odoo

This section provides an overview of what odoo-8 is, and why a developer might want to use it. It should also mention any large subjects within odoo-8, and link out to the related topics. Since the Documentation for odoo-8 is new, you may need to create initial versions of those related topics. ...
Note about XML syntax: As the record is made inside of XML file, you can not leave any tag unclosed as you could in a plain HTML, like: <link rel='stylesheet' href="..." >, Close the link tag instead, like: <link rel='stylesheet' href="..." /> Possible ...
If you are considering to add new methods in Python to use them in RPC from JavaScript, then consider the following options of method decorators: if you've to deal with ids/recordsets then for python method definition choose decorator: @api.multi - to get recordset in your method @api.one - to...
This is section where you can find the details about the fields that is being used in Odoo 8 ParametersDescriptionstring="Name"Optional label of the fieldcompute="_compute_name_custom"Transform the fields into computed fieldsstore=TrueIf computed it will store the resultselect=T...
This section provides an overview of what odoo-10 is, and why a developer might want to use it. It should also mention any large subjects within odoo-10, and link out to the related topics. Since the Documentation for odoo-10 is new, you may need to create initial versions of those related topi...

Page 1 of 1