You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
807 B

  1. <?xml version="1.0"?>
  2. <!--
  3. © 2017 Akretion (Alexis de Lattre <alexis.delattre@akretion.com>)
  4. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. -->
  6. <odoo>
  7. <record id="agreement_form" model="ir.ui.view">
  8. <field name="name">agreement.form</field>
  9. <field name="model">agreement</field>
  10. <field name="inherit_id" ref="agreement_account.agreement_form"/>
  11. <field name="arch" type="xml">
  12. <group name="out_invoices" position="after">
  13. <group name="sale_orders" string="Sales Orders">
  14. <field name="sale_ids" colspan="4" nolabel="1"/>
  15. </group>
  16. </group>
  17. </field>
  18. </record>
  19. <menuitem id="menu_agreement" name="Agreement" action="agreement_account.agreement_action"
  20. parent="sales_team.menu_sale_config"/>
  21. </odoo>