← Back to team overview

banking-addons-team team mailing list archive

lp:~banking-addons-team/banking-addons/bank-statement-reconcile-61to70 into lp:banking-addons/bank-statement-reconcile-70

 

Joël Grand-Guillaume @ camptocamp has proposed merging lp:~banking-addons-team/banking-addons/bank-statement-reconcile-61to70 into lp:banking-addons/bank-statement-reconcile-70.

Requested reviews:
  Banking Addons Team (banking-addons-team)

For more details, see:
https://code.launchpad.net/~banking-addons-team/banking-addons/bank-statement-reconcile-61to70/+merge/142709

Minor fixes in the __openerp__.py and views
-- 
https://code.launchpad.net/~banking-addons-team/banking-addons/bank-statement-reconcile-61to70/+merge/142709
Your team Banking Addons Team is requested to review the proposed merge of lp:~banking-addons-team/banking-addons/bank-statement-reconcile-61to70 into lp:banking-addons/bank-statement-reconcile-70.
=== modified file 'account_statement_base_completion/__openerp__.py'
--- account_statement_base_completion/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_base_completion/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -67,5 +67,4 @@
  'images': [],
  'auto_install': False,
  'license': 'AGPL-3',
- 'active': False,
 }

=== modified file 'account_statement_base_import/__openerp__.py'
--- account_statement_base_import/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_base_import/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -67,5 +67,4 @@
  'images': [],
  'auto_install': False,
  'license': 'AGPL-3',
- 'active': False,
 }

=== modified file 'account_statement_completion_voucher/__openerp__.py'
--- account_statement_completion_voucher/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_completion_voucher/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -43,5 +43,4 @@
  'images': [],
  'auto_install': False,
  'license': 'AGPL-3',
- 'active': False,
 }

=== modified file 'account_statement_ext/statement_view.xml'
--- account_statement_ext/statement_view.xml	2012-12-18 19:57:02 +0000
+++ account_statement_ext/statement_view.xml	2013-01-10 15:12:24 +0000
@@ -2,31 +2,6 @@
 <openerp>
 <data>
 
-    <!-- Account Move Line : add statement_treasury_id -->
-     <record id="view_move_line_tree" model="ir.ui.view">
-            <field name="name">account.move.line.tree</field>
-            <field name="model">account.move.line</field>
-            <field name="type">tree</field>
-            <field name="inherit_id" ref="account.view_move_line_tree"/>
-            <field name="arch" type="xml">
-                <field name="ref" position="after">
-                    <field name="statement_id"/>
-                </field>
-            </field>
-        </record>
-        <record id="view_account_move_line_filter" model="ir.ui.view">
-            <field name="name">account.move.line.search.add_field</field>
-            <field name="model">account.move.line</field>
-            <field name="type">search</field>
-            <field name="inherit_id" ref="account.view_account_move_line_filter"/>
-            <field name="arch" type="xml">
-                <field name="period_id" context="{'period_id':self}" position="after">
-                    <field name="statement_id"/>
-                    <field name="ref"/>
-                </field>
-            </field>
-        </record>
-        
     <record id="statement_importer_view_form" model="ir.ui.view">
         <field name="name">account.statement.profile.view</field>
         <field name="model">account.statement.profile</field>
@@ -143,7 +118,7 @@
               <attribute name="attrs">{'invisible':[('balance_check','=',False)]}</attribute>
           </xpath>
           <xpath expr="/form/sheet/group/group/field[@name='balance_end_real']" position="after">
-               <field name="balance_end" widget="monetary" options='{"currency_field" : "currency"}'/>
+               <field name="balance_end" widget="monetary" options='{"currency_field" : "currency"}' attrs="{'invisible':[('balance_check','=',False)]}"/>
           </xpath>
           
           <xpath expr="/form/sheet/notebook/page/field/tree/field[@name='sequence']" position="after">

=== modified file 'account_statement_ext_voucher/__openerp__.py'
--- account_statement_ext_voucher/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_ext_voucher/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -44,5 +44,5 @@
  'images': [],
  'auto_install': True,
  'license': 'AGPL-3',
- 'active': False,
+ 
 }

=== modified file 'account_statement_transactionid_completion/__openerp__.py'
--- account_statement_transactionid_completion/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_transactionid_completion/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -53,5 +53,4 @@
  'images': [],
  'auto_install': True,
  'license': 'AGPL-3',
- 'active': False,
 }

=== modified file 'account_statement_transactionid_import/__openerp__.py'
--- account_statement_transactionid_import/__openerp__.py	2012-12-20 13:37:01 +0000
+++ account_statement_transactionid_import/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -57,5 +57,4 @@
  'images': [],
  'auto_install': False,
  'license': 'AGPL-3',
- 'active': False,
 }

=== modified file 'base_transaction_id/__openerp__.py'
--- base_transaction_id/__openerp__.py	2012-12-20 13:37:01 +0000
+++ base_transaction_id/__openerp__.py	2013-01-10 15:12:24 +0000
@@ -54,5 +54,4 @@
  'images': [],
  'auto_install': False,
  'license': 'AGPL-3',
- 'active': False,
 }


Follow ups