Sanjay Gohel (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa-payment-method-sgo
 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-payment-method-sgo/+merge/129844

Hello sir,
      I have resolve error for pos in all session Summary by Payment Methods 
record on click.
Thank You.
Sanjay Gohel.
(SGO)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa-payment-method-sgo/+merge/129844
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-imp-point-of-sale-apa.
=== modified file 'account_bank_statement_extensions/account_bank_statement.py'
--- account_bank_statement_extensions/account_bank_statement.py	2012-08-06 15:44:10 +0000
+++ account_bank_statement_extensions/account_bank_statement.py	2012-10-16 10:15:27 +0000
@@ -105,7 +105,6 @@
 class account_bank_statement_line(osv.osv):
     _inherit = 'account.bank.statement.line'
     _columns = {
-        'date': fields.date('Entry Date', required=True, states={'confirm': [('readonly', True)]}),
         'val_date': fields.date('Valuta Date', states={'confirm': [('readonly', True)]}),
         'globalisation_id': fields.many2one('account.bank.statement.line.global', 'Globalisation ID',
             states={'confirm': [('readonly', True)]},

=== modified file 'account_bank_statement_extensions/account_bank_statement_view.xml'
--- account_bank_statement_extensions/account_bank_statement_view.xml	2012-10-12 13:06:39 +0000
+++ account_bank_statement_extensions/account_bank_statement_view.xml	2012-10-16 10:15:27 +0000
@@ -56,6 +56,9 @@
             <field name="globalisation_id"/>
             <field name="state" invisible="1"/>
           </xpath>
+          <xpath expr="//page[@name='statement_line_ids']/field[@name='line_ids']/tree/field[@name='date']" position="replace">
+            <field name="date" string="'Entry Date'" attrs="{'readonly':[('state','=','draft')]}" />
+          </xpath>
         </data>
       </field>
     </record>

_______________________________________________
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