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.

143 lines
7.7 KiB

  1. <openerp>
  2. <data>
  3. <record id="product_template_share_form_view" model="ir.ui.view">
  4. <field name="name">product.template.share.form</field>
  5. <field name="model">product.template</field>
  6. <field name="inherit_id" ref="purchase.view_product_supplier_inherit"/>
  7. <field name="arch" type="xml">
  8. <xpath expr="//label[@for='purchase_ok']/.." position="after">
  9. <div groups="easy_my_coop.group_energiris_super_manager">
  10. <field name="is_share"/>
  11. <label for="is_share"/>
  12. </div>
  13. <div attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user">
  14. <field name="display_on_website"/>
  15. <label for="display_on_website"/>
  16. </div>
  17. </xpath>
  18. </field>
  19. </record>
  20. <record id="product_template_form_view" model="ir.ui.view">
  21. <field name="name">product.template.common.form</field>
  22. <field name="model">product.template</field>
  23. <field name="inherit_id" ref="product.product_template_form_view"/>
  24. <field name="arch" type="xml">
  25. <xpath expr="//field[@name='type']" position="after">
  26. <field name="short_name" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  27. <field name="default_share_product" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  28. <field name="force_min_qty" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  29. <field name="minimum_quantity" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  30. <field name="by_company" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  31. <field name="by_individual" attrs="{'invisible':[('is_share','=',False)]}" groups="easy_my_coop.group_energiris_user"/>
  32. </xpath>
  33. </field>
  34. </record>
  35. <record id="share_product_action" model="ir.actions.act_window">
  36. <field name="name">Share type</field>
  37. <field name="type">ir.actions.act_window</field>
  38. <field name="res_model">product.template</field>
  39. <field name="view_type">form</field>
  40. <field name="view_mode">kanban,tree,form</field>
  41. <!-- <field name="context">{"search_default_filter_to_purchase":1}</field> -->
  42. <field name="search_view_id" eval="False"/> <!-- Force empty -->
  43. <field name="view_id" eval="False"/> <!-- Force empty -->
  44. <field name="domain">[('is_share','=',True)]</field>
  45. <field name="help" type="html">
  46. <p class="oe_view_nocontent_create">
  47. Click to define a new share product.
  48. </p>
  49. </field>
  50. </record>
  51. <menuitem action="share_product_action" name="Share type" id="menu_easy_my_coop_share_product" parent="menu_easy_my_coop_main_subscription" sequence="20"/>
  52. <!-- overriding product views to not display share product in the purchase and sale views-->
  53. <record id="product.product_normal_action" model="ir.actions.act_window">
  54. <field name="name">Product</field>
  55. <field name="type">ir.actions.act_window</field>
  56. <field name="res_model">product.product</field>
  57. <field name="view_mode">tree,form,kanban</field>
  58. <field name="view_type">form</field>
  59. <field name="search_view_id" ref="product.product_search_form_view"/>
  60. <field name="view_id" eval="False"/> <!-- Force empty -->
  61. <field name="domain">[('is_share','=',False)]</field>
  62. <field name="help" type="html">
  63. <p class="oe_view_nocontent_create">
  64. Click to define a new product.
  65. </p><p>
  66. You must define a product for everything you sell, whether it's
  67. a physical product, a consumable or a service you offer to
  68. customers.
  69. </p><p>
  70. The product form contains information to simplify the sale
  71. process: price, notes in the quotation, accounting data,
  72. procurement methods, etc.
  73. </p>
  74. </field>
  75. </record>
  76. <record id="product.product_template_action" model="ir.actions.act_window">
  77. <field name="name">Products</field>
  78. <field name="type">ir.actions.act_window</field>
  79. <field name="res_model">product.template</field>
  80. <field name="view_mode">kanban,tree,form</field>
  81. <field name="view_type">form</field>
  82. <field name="view_id" ref="product.product_template_kanban_view"/>
  83. <field name="context">{"search_default_filter_to_sell":1}</field>
  84. <field name="domain">[('is_share','=',False)]</field>
  85. <field name="help" type="html">
  86. <p class="oe_view_nocontent_create">
  87. Click to define a new product.
  88. </p><p>
  89. You must define a product for everything you sell, whether it's a physical product, a consumable or a service you offer to customers.
  90. </p><p>
  91. The product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, etc.
  92. </p>
  93. </field>
  94. </record>
  95. <record id="product.product_template_action_product" model="ir.actions.act_window">
  96. <field name="name">Products</field>
  97. <field name="type">ir.actions.act_window</field>
  98. <field name="res_model">product.template</field>
  99. <field name="view_mode">kanban,tree,form</field>
  100. <field name="view_type">form</field>
  101. <field name="context">{"search_default_products": 1, 'default_type': 'product'}</field>
  102. <field name="domain">[('is_share','=',False)]</field>
  103. <field name="help" type="html">
  104. <p class="oe_view_nocontent_create">
  105. Click to define a new product.
  106. </p>
  107. </field>
  108. </record>
  109. <record id="product.product_normal_action_puchased" model="ir.actions.act_window">
  110. <field name="name">Products</field>
  111. <field name="type">ir.actions.act_window</field>
  112. <field name="res_model">product.template</field>
  113. <field name="view_type">form</field>
  114. <field name="view_mode">kanban,tree,form</field>
  115. <field name="context">{"search_default_filter_to_purchase":1}</field>
  116. <field name="search_view_id" eval="False"/> <!-- Force empty -->
  117. <field name="view_id" eval="False"/> <!-- Force empty -->
  118. <field name="domain">[('is_share','=',False)]</field>
  119. <field name="help" type="html">
  120. <p class="oe_view_nocontent_create">
  121. Click to define a new product.
  122. </p><p>
  123. You must define a product for everything you purchase, whether
  124. it's a physical product, a consumable or services you buy to
  125. subcontractants.
  126. </p><p>
  127. The product form contains detailed information to improve the
  128. purchase process: prices, procurement logistics, accounting data,
  129. available vendors, etc.
  130. </p>
  131. </field>
  132. </record>
  133. </data>
  134. </openerp>