odoo/addons/account/wizard
Simon Lejeune 7ad6d7a150 [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list
bzr revid: sle@openerp.com-20140502130310-106au0jsza0b3nwe
2014-05-02 15:03:10 +02:00
..
__init__.py [DEL]Journal items wizard 2012-11-29 17:44:42 +01:00
account_automatic_reconcile.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_automatic_reconcile_view.xml [IMP] account fixes 2012-11-26 08:27:59 +01:00
account_change_currency.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_change_currency_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_chart.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_chart_view.xml [IMP] change text in chart of account & tax wizard 2013-05-08 16:22:19 +05:30
account_financial_report.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_financial_report_view.xml [IMP] account: did proper formating for comparison tab on wizard 2012-11-06 14:36:18 +05:30
account_fiscalyear_close.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9761 revid:dle@openerp.com-20140114164804-zhfy9lb308554kp1 2014-01-14 18:36:53 +01:00
account_fiscalyear_close_state.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_fiscalyear_close_state.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_fiscalyear_close_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_invoice_refund.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 4174 revid:dle@openerp.com-20140415130732-bud8xb3pzgxw2imr 2014-04-15 15:09:51 +02:00
account_invoice_refund_view.xml [IMP]account:string chaged from credit note to refund 2012-11-23 16:30:52 +05:30
account_invoice_state.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_invoice_state_view.xml [IMP] wizard messages 2012-10-08 09:32:09 +02:00
account_journal_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_journal_select_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_move_bank_reconcile.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_bank_reconcile_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_move_line_reconcile_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_line_reconcile_select_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_move_line_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_line_select_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_move_line_unreconcile_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_line_unreconcile_select_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_open_closed_fiscalyear.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_open_closed_fiscalyear_view.xml [FIX] account: for a given wizard supposed to cancel the opening entries, if to cancel the opening entries of 2012 the user must select the fiscalyear 2011, then the wizard should state 'cancel the closing entries' 2013-01-07 15:06:15 +01:00
account_period_close.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_period_close_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_reconcile.py [FIX] account: account reconciliation adding float rounding, to avoid having float precision problem 2014-01-28 18:50:42 +01:00
account_reconcile_partner_process.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_reconcile_partner_process_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_reconcile_view.xml [FIX] account: account reconciliation adding float rounding, to avoid having float precision problem 2014-01-28 18:50:42 +01:00
account_report_account_balance.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_account_balance_view.xml [IMP] account: hide journal tab from trial balance wizard 2012-11-06 16:10:23 +05:30
account_report_aged_partner_balance.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_aged_partner_balance_view.xml [IMP] Aged Partner Balance - Add selection in wizard to allow to choose the target_move. Customer was unable to make an aged balance with all payments move but only with the move validated. 2014-03-19 15:33:46 +01:00
account_report_central_journal.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_central_journal_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_report_common.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9459 rev-id: fva@openerp.com-20130918153347-fy4nuvbm82ngfb8x 2013-09-18 18:13:05 +02:00
account_report_common_account.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_report_common_journal.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_report_common_partner.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_report_common_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_report_general_journal.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_general_journal_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_report_general_ledger.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_general_ledger_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_report_partner_balance.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_partner_balance_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_report_partner_ledger.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_partner_ledger_view.xml [FIX]Set the filter properly in partner ledger as it was stretched wide 2013-04-16 12:49:34 +05:30
account_report_print_journal.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_report_print_journal_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_state_open.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_state_open_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_subscription_generate.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_subscription_generate_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
account_tax_chart.py [MERGE] accounts* modules: forward port of revision 9033 of addons v7 that was passing 'account_period_prefer_normal=True' in the context in each and every call to account_period.find(). The behaviour is modified in order to search only on normal periods by default 2013-04-18 12:39:07 +02:00
account_tax_chart_view.xml [IMP] change text in chart of account & tax wizard 2013-05-08 16:22:19 +05:30
account_unreconcile.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_unreconcile_view.xml [MERGE] Bugfixes from 6.1 until revision 6900 2012-12-18 03:11:23 +01:00
account_use_model.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_use_model_view.xml [IMP] remove menu Periodical Processing/Recurring Entries/Manual Recurring 2012-11-07 12:04:07 +05:30
account_validate_account_move.py [MERGE] forward port of branch saas-2 up to revid 9162 chs@openerp.com-20140401184913-5hi2h11lnmadbozr 2014-04-01 21:03:08 +02:00
account_validate_move_view.xml Rename fields '_id' to '_ids', to reflect the change from many2one to many2many 2013-02-07 10:48:45 +01:00
account_vat.py [FIX] Report: usage of ids in get_action more consistent: only pass them when they are useful, else pass an empty list 2014-05-02 15:03:10 +02:00
account_vat_view.xml [IMP]Remove type field from the whole account 2012-08-08 16:29:07 +05:30
pos_box.py [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9183 2013-06-03 14:18:52 +02:00
pos_box.xml [MERGE] merged trunk. 2012-08-13 18:06:57 +02:00