mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[UPD] Update agreement_serviceprofile.pot Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-12.0/contract-12.0-agreement_serviceprofile Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/ Translated using Weblate (French) Currently translated at 100.0% (27 of 27 strings) Translation: contract-12.0/contract-12.0-agreement_serviceprofile Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/fr/ Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (27 of 27 strings) Translation: contract-12.0/contract-12.0-agreement_serviceprofile Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/zh_CN/
25 lines
911 B
XML
25 lines
911 B
XML
<!-- Copyright 2019 Open Source Integrators
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<odoo>
|
|
|
|
<!-- Product Template Form View -->
|
|
<record id="product_template_form_view" model="ir.ui.view">
|
|
<field name="name">product.template.form.view</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="product.product_template_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//notebook" position="inside">
|
|
<page id="agreement" string="Service">
|
|
<group>
|
|
<group id="agreement_left">
|
|
<field name="is_serviceprofile"/>
|
|
</group>
|
|
<group id="agreement_right"/>
|
|
</group>
|
|
</page>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
|
|
</odoo>
|