mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
we move the is_template field definition and the agreement.type model from the agreement_legal module to the agreement module. The fields are not displayed by default, unless the feature is enabled through a technical feature group, this is configurable in the agreement_sale module (because agreement in itself has no UI, and agreement_legal enables the feature by default)
11 lines
378 B
XML
11 lines
378 B
XML
<?xml version="1.0"?>
|
|
|
|
<odoo>
|
|
|
|
<menuitem id="agreement.agreement_menu" action="agreement.agreement_action"
|
|
parent="sale.menu_sale_config" sequence="100"/>
|
|
<menuitem id="agreement.agreement_type_menu" action="agreement.agreement_type_action"
|
|
parent="sale.menu_sale_config" sequence="101" groups="agreement.group_use_agreement_type"/>
|
|
|
|
</odoo>
|