ARA(OpenERP) has proposed merging 
lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-ara into 
lp:~openerp-dev/openobject-addons/trunk-dev-addons3.

Requested reviews:
  OpenERP R&D Team (openerp-dev)
Related bugs:
  #615522 Report Of Invoice  : Payment Term + Due date not printed
  https://bugs.launchpad.net/bugs/615522
  #649029 [sale] incoterm field poorly implemented [direct sql / not 
translatable]
  https://bugs.launchpad.net/bugs/649029
  #672553 opening entries from chart of account doesn't use context
  https://bugs.launchpad.net/bugs/672553
  #674480 [6.0 RC2] incorrect creation of Accounting Journals is some 
localizations prevents multiple charts from being installed
  https://bugs.launchpad.net/bugs/674480


hello,

       Account: Improve the list view of move line on bank statement 
reconciliation with editable mode and some selected field.
       I try my end to apply domain on account_id but its not work because of 
some GTK problem. 

thank you
ara
-- 
https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-dev-addons3-ara/+merge/41723
Your team OpenERP R&D Team is requested to review the proposed merge of 
lp:~openerp-commiter/openobject-addons/trunk-dev-addons3-ara into 
lp:~openerp-dev/openobject-addons/trunk-dev-addons3.
=== modified file 'account/account_view.xml'
--- account/account_view.xml	2010-11-23 06:54:20 +0000
+++ account/account_view.xml	2010-11-24 12:24:43 +0000
@@ -618,7 +618,19 @@
                     </group>
                     <notebook colspan="4">
                         <page string="Journal Entries">
-                            <field colspan="4" name="move_line_ids" nolabel="1" widget="many2many"/>
+                            <field colspan="4" name="move_line_ids" nolabel="1" widget="many2many">
+                                <tree string="Statement lines">
+                                    <field name="ref"/>
+                                    <field name="name"/>
+                                    <field name="partner_id"/>
+                                    <field name="period_id"/>
+                                    <field name="journal_id"/>
+                                    <field name="date"/>
+                                    <field name="debit"/>
+                                    <field name="credit"/>
+                                    <field name="account_id"/>
+                                </tree>
+                            </field>
                         </page>
                     </notebook>
                     <group col="8" colspan="4">

_______________________________________________
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