openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #06982
lp:~openerp-dev/openobject-addons/trunk-usability-improve_product_view-han into lp:~openerp-dev/openobject-addons/trunk-usability
Hardik Ansodariya (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-usability-improve_product_view-han into lp:~openerp-dev/openobject-addons/trunk-usability.
Requested reviews:
Hardik Ansodariya (OpenERP) (han-tinyerp)
Amit (Open ERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-improve_product_view-han/+merge/61511
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-improve_product_view-han/+merge/61511
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'point_of_sale/point_of_sale_view.xml'
--- point_of_sale/point_of_sale_view.xml 2011-02-04 11:32:47 +0000
+++ point_of_sale/point_of_sale_view.xml 2011-05-19 07:31:32 +0000
@@ -654,12 +654,15 @@
<field name="type">form</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
- <field name="active" position="after">
- <field name="income_pdt"/>
- <field name="expense_pdt"/>
- <field name="am_out"/>
- <field name="disc_controle"/>
- </field>
+ <xpath expr="/form/notebook/page/group[@name='misc']" position="after">
+ <group colspan="2" col="2">
+ <separator string="Point of Sale" colspan="4"/>
+ <field name="income_pdt"/>
+ <field name="expense_pdt"/>
+ <field name="am_out"/>
+ <field name="disc_controle"/>
+ </group>
+ </xpath>
</field>
</record>
=== modified file 'sale/sale_view.xml'
--- sale/sale_view.xml 2011-04-06 05:05:34 +0000
+++ sale/sale_view.xml 2011-05-19 07:31:32 +0000
@@ -521,7 +521,7 @@
<act_window
context="{'search_default_product_id': [active_id], 'default_product_id': active_id}"
id="action_order_line_product_tree"
- name="Product sales"
+ name="Sales Order Lines"
res_model="sale.order.line"
src_model="product.product"
groups="base.group_sale_salesman"/>
Follow ups