*renamed populate statement from invoice for better concistency
authorqdp <qdp@tinyerp.com>
Wed, 10 Sep 2008 14:40:48 +0000 (16:40 +0200)
committerqdp <qdp@tinyerp.com>
Wed, 10 Sep 2008 14:40:48 +0000 (16:40 +0200)
bzr revid: qdp@tinyerp.com-20080910144048-m6vxjnycweuzssm4

addons/account/account_view.xml
addons/account/account_wizard.xml
addons/account/wizard/wizard_statement_from_invoice.py

index c4a4687..2b714a2 100644 (file)
                     <field name="currency"/>
                     <field name="period_id" select="2"/>
                     <group colspan="2" col="3">
-                        <button name="%(wizard_populate_payment_from_inv)d"
-                            string="Import invoice" type="action" />
+                        <button name="%(wizard_populate_statement_from_inv)d"
+                            string="Import Invoice" type="action" />
                     </group>
                     <newline/>
                     <field name="balance_start"/>
index 0d0bc88..fc611fe 100644 (file)
@@ -26,7 +26,7 @@
         <wizard
             string="Import invoices"
             model="account.bank.statement"
-            name="populate_payment_from_inv" 
+            name="populate_statement_from_inv" 
             menu="False" 
             id="wizard_populate_statement_from_inv"/>
 
index f820a37..1e23156 100644 (file)
@@ -185,4 +185,4 @@ class PopulateStatementFromInv(wizard.interface):
         },
     },
     }
-PopulateStatementFromInv('populate_payment_from_inv')
+PopulateStatementFromInv('populate_statement_from_inv')