Unfortunately Odoo documentation doesn’t seem to include any information about adding new configuration options to Odoo. So let’s fill in the gaps. Defining a model First of all, you need to define a new model inheriting from res.config.settings: cla…
ODOO 源代码安装要求 ref:http://www.odoo.com/documentation/10.0/setup/install.html#setup-install-source python 版本是2.7.9 [ Note if Python is already installed, make sure it is 2.7.9, previous versions are less convenient and 3.x versions are not compatible wi…
There're two commen type of actions in odoo: ir.actions.server,ir.actions.client_multi 1.Using ir.actions.server <record model="ir.actions.server" id="xxxx"> <field name="name">XXX</field> <field name=&qu…