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.

30 lines
1.1 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="account_analytic_account_form_view">
  6. <field name="name">account.analytic.account.form (in
  7. contract_forcast)
  8. </field>
  9. <field name="model">account.analytic.account</field>
  10. <field name="inherit_id"
  11. ref="contract.account_analytic_account_recurring_form_form"/>
  12. <field name="arch" type="xml">
  13. <xpath expr="//div[@name='button_box']" position="inside">
  14. <button class="oe_stat_button" type="object"
  15. icon="fa-area-chart"
  16. name="action_show_contract_forecast"
  17. help="Forecast">
  18. <div class="o_form_field o_stat_info">
  19. <span class="o_stat_text">Forecast
  20. </span>
  21. </div>
  22. </button>
  23. </xpath>
  24. </field>
  25. </record>
  26. </odoo>