trytonpsk-crm/view/company_form.xml

20 lines
810 B
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="//page[@name='employees']" position="after">
<page string="Storage" id="storage">
<label name="cloudinary_name"/>
<field name="cloudinary_name"/>
<label name="cloudinary_api_key"/>
<field name="cloudinary_api_key"/>
<label name="cloudinary_api_secret"/>
<field name="cloudinary_api_secret"/>
<label name="cloudinary_upload_preset"/>
<field name="cloudinary_upload_preset"/>
<label name="cloudinary_upload_url"/>
<field name="cloudinary_upload_url"/>
</page>
</xpath>
</data>