Foram Katharotiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa-pos-fka into 
lp:~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa.

Requested reviews:
  Amit Patel (OpenERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa-pos-fka/+merge/128896

Hello Sir,

 - Display the pos field when create a manually session clicking on "All 
Sessions"
 - Remove select view accounts for profit/losss acount on cash registers tab of 
payment method

Thanks,
FKA
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa-pos-fka/+merge/128896
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2012-10-03 12:56:19 +0000
+++ account/account_view.xml	2012-10-10 09:48:25 +0000
@@ -509,8 +509,8 @@
                         <page string="Cash Registers">
                             <group>
                                 <group string="Accounts">
-                                    <field name="profit_account_id"/>
-                                    <field name="loss_account_id"/>
+                                    <field name="profit_account_id" widget="selection"/>
+                                    <field name="loss_account_id" widget="selection"/>
                                     <field name="internal_account_id"/>
                                 </group>
                                 <group string="Miscellaneous">

=== modified file 'point_of_sale/point_of_sale_view.xml'
--- point_of_sale/point_of_sale_view.xml	2012-10-05 13:33:15 +0000
+++ point_of_sale/point_of_sale_view.xml	2012-10-10 09:48:25 +0000
@@ -893,7 +893,7 @@
                             <field name="cash_control" invisible="1" />
                             <group>
                                 <field name="user_id"/>
-                                <field name="config_id" attrs="{'invisible' : [('config_id', '!=', False)]}"/>
+                                <field name="config_id" attrs="{'invisible' : [('state', '!=', 'opening_control')]}"/>
                             </group>
                             <group>
                                 <field name="start_at" attrs="{'invisible' : [('state', '=', 'opening_control')]}"/>

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to