Featured
-
Function calling on button click in OpenERP
Adding a button on an OpenERP view is very easy an
by dinesh.singh
Tags
How to Extend the default Header in odoo-9
If you want to extend the default header in odoo-9 , use the below code.
<Customize header>
<template id="custom_header" inherit_id="website.layout" name="Custom Header"> // this is a header template.
<Assign an id>
&l...
How to Create a transit location with company_id in odoo-9
To Create a transit location with company_id being the given company_id. This is needed in case of resupply routes between warehouses belonging to the same company, because we don't want to create accounting entries at that time. For this use thi...