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.

26 lines
1.2KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2017-Today BizzAppDev - Ruchir Shukla <ruchir@bizzappdev.com>
  4. Copyright 2017-Today AgentERP - Georg Notter <georg.notter@agenterp.com>
  5. Copyright 2017-Today Elico Corp - (https://www.elico-corp.com)
  6. License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
  7. -->
  8. <odoo>
  9. <record id="view_product_product_view_dependent_form" model="ir.ui.view">
  10. <field name="name">product.product.form</field>
  11. <field name="model">product.product</field>
  12. <field name="type">form</field>
  13. <field name="inherit_id" ref="product.product_normal_form_view"/>
  14. <field name="arch" type="xml">
  15. <xpath expr="//notebook" position="inside">
  16. <page string="Module Dependencies">
  17. <separator string="Modules Dependencies" colspan="4"/>
  18. <field name="dependent_product_ids" colspan="4" nolabel="1"/>
  19. <button string="Get all Dependencies" type="object" name="generate_zip_file"/>
  20. <field name="module_path"/>
  21. </page>
  22. </xpath>
  23. </field>
  24. </record>
  25. </odoo>
上海开阖软件有限公司 沪ICP备12045867号-1