odoo/addons/account/wizard
Stéphane Bidoul e11490c3a1 [FIX] account: Analytic account domain in reconcile with writeoff wizard
The domain for the analytic account in the `reconcile with writeoff` wizard
should be based on the `type` field, which must be `view`,
not on the `parent_id` field, as it's done everywhere else
(e.g. in the supplier invoice form).

`[('parent_id', '!=', False)]`
and
`[('type', '!=', 'view')]`
is almost the same, but the second domain is more appropriate.

Closes #4562
2015-09-30 16:22:05 +02:00
..
__init__.py [IMP] account: bank statement reconciliation widget (part 2) 2014-05-30 18:47:50 +02:00
account_automatic_reconcile.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_automatic_reconcile_view.xml [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
account_change_currency.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_change_currency_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_chart.py [MERGE] forward port of branch 8.0 up to 31a01ea 2014-12-03 19:24:57 +01:00
account_chart_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_financial_report.py [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +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 [FIX] account: prevent crashes when mixing types in context parameters 2015-05-21 16:02:58 +02:00
account_fiscalyear_close_state.py [MERGE] forward port of branch saas-3 up to 77500e5 2014-10-02 15:36:58 +02:00
account_fiscalyear_close_state.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_fiscalyear_close_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_invoice_refund.py [FIX] account, mail, etc.: uniformize evaluated expressions 2015-05-21 15:26:35 +02:00
account_invoice_refund_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_invoice_state.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_invoice_state_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_journal_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_journal_select_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_move_bank_reconcile.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_bank_reconcile_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_move_line_select.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_move_line_select_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_open_closed_fiscalyear.py [MERGE] forward port of branch saas-3 up to 12f600c 2015-04-01 19:13:25 +02:00
account_open_closed_fiscalyear_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_period_close.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_period_close_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_reconcile.py [FIX] account: Analytic account domain in reconcile with writeoff wizard 2015-09-30 16:22:05 +02: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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_reconcile_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02: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 [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02: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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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 Modify General Ledger report to be printed on landscape if set in wizard. 2014-09-26 09:54:31 +03: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 [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_state_open_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_statement_from_invoice.py [MERGE] forward port of branch saas-3 up to e2bfb96 2015-05-08 18:52:57 +02:00
account_statement_from_invoice_view.xml [IMP] account: display currency in import invoice wizard 2015-04-09 16:32:31 +02:00
account_subscription_generate.py [MERGE] forward port of branch 7.0 up to df6b37c 2014-06-25 12:27:43 +02:00
account_subscription_generate_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_unreconcile.py [REF] removed explicit model instanciations. 2013-04-15 12:23:49 +02:00
account_unreconcile_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
account_use_model.py [MERGE] new v8 api by rco 2014-07-06 17:05:41 +02:00
account_use_model_view.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
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 Removed version="7.0" from form views 2014-06-12 09:09:59 +02: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 [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
pos_box.py [FIX] account: Cash registers 2015-09-08 13:16:02 +02:00
pos_box.xml Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00