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
1.0 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright 2019 ACSONE SA/NV
  3. License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
  4. <odoo>
  5. <record model="ir.ui.view" id="contract_contract_form_view">
  6. <field name="name">contract.contract.form (in contract_forcast)</field>
  7. <field name="model">contract.contract</field>
  8. <field name="inherit_id"
  9. ref="contract.contract_contract_form_view"/>
  10. <field name="arch" type="xml">
  11. <xpath expr="//div[@name='button_box']" position="inside">
  12. <button class="oe_stat_button" type="object"
  13. icon="fa-area-chart"
  14. name="action_show_contract_forecast"
  15. help="Forecast">
  16. <div class="o_form_field o_stat_info">
  17. <span class="o_stat_text">Forecast
  18. </span>
  19. </div>
  20. </button>
  21. </xpath>
  22. </field>
  23. </record>
  24. </odoo>